1 Write Instructions Achieve Following B X9x10 Else C X9 X10 Else D X9 Q37105029

LEGV8 assembly code
1. Write the instructions to achieve the following: b if (X9X10) else c if (X9 X10) else d, if (X9 <# X10) el se1. Write the instructions to achieve the following: b if (X9X10) else c if (X9 X10) else d, if (X9 <# X10) el se Show transcribed image text 1. Write the instructions to achieve the following: b if (X9X10) else c if (X9 X10) else d, if (X9


Answer


Convert thefollowing code to LEGv8 assembly code:

(1) X0 = 44

X1 = X0

Assembly code:

MOV X0, #44

MOV X1, X0

Description:

MOV X0, #44

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.