Menu

(Solved) : 10 5p Binary Value 0xab1ffff2 Loaded R0 0x3ff80000 R1 Show Value Binary Hexadecimal Every Q26864574 . . .

10. (5p) Binary value 0xAB1FFFF2 is loaded in r0 and 0x3FF80000in r1. Show the value (in binary or hexadecimal)in every destination register after every instruction. What is thefinal binary value in r2 after the following code? Considering thevalue in r2 as a signed number, what is the decimal value inr2?

start   MOV r6,#0

ADDS   r6, r6, #0

MOV r2, #0

ADD r3, r0, r1

MVNGE r2, #2

MVNMI r2, #3

OK   ;r2= . . . .

Expert Answer


Answer to 10 5p Binary Value 0xab1ffff2 Loaded R0 0x3ff80000 R1 Show Value Binary Hexadecimal Every Q26864574 . . .

OR