Page 1 of 1

6. Write an assembly language code which will take the length of three sides of a triangle AB, BC and CA as inputs and w

Posted: Tue Sep 07, 2021 6:59 am
by answerhappygod
6 Write An Assembly Language Code Which Will Take The Length Of Three Sides Of A Triangle Ab Bc And Ca As Inputs And W 1
6 Write An Assembly Language Code Which Will Take The Length Of Three Sides Of A Triangle Ab Bc And Ca As Inputs And W 1 (47.12 KiB) Viewed 81 times
6. Write an assembly language code which will take the length of three sides of a triangle AB, BC and CA as inputs and will check whether the triangle is a right-angle triangle or not. If it is a right-angle triangle then the program will set carry flag or it will clear carry flag. Assume the lengths are word variables and their products will fit in 16 bits.