Question 5 (Marks: 4.5+ 4.5 - 2) a) Implement the below logic in assembly language. If (al > bl) AND (bl > cl) X = 1; b)
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 5 (Marks: 4.5+ 4.5 - 2) a) Implement the below logic in assembly language. If (al > bl) AND (bl > cl) X = 1; b)
Question 5 (Marks: 4.5+ 4.5 - 2) a) Implement the below logic in assembly language. If (al > bl) AND (bl > cl) X = 1; b) main PROC call Subi exit main ENDP Subi PROC call Sub2 rat Subi ENDP Sub2 PROC calı Sub3 ret Sub2 ENDP Sub3 PROC rat Sub] ENDP Kindly explain the logic of the above code and make the stack container in which all the addresses will be stored
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!