ORIG x3200 LDI R1, num1 LD R2, num2 JSR NAND LEA R5, num1 STR R3, R5, #3 HALT NAND AND R3, R2, R1 NOT R3, R3 RET BASE .FILL x3300 num1 .FILL x3301 num2 .FILL x3302 .END Contents of memory: x...


ORIG x3200 LDI R1, num1 LD R2, num2 JSR NAND LEA R5, num1 STR R3, R5, #3 HALT NAND AND R3, R2, R1 NOT R3, R3 RET BASE .FILL x3300 num1 .FILL x3301 num2 .FILL x3302 .END Contents of memory: x3300 1010 1010 0011 1000 x3301 1111 0000 1100 0000 x3302 0101 1010 0001 0000 x3303 1111 1111 0000 0000



Find Content of R2 at the line of code LD R2, num2; in the above assembly language code:



Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here