LC3 - Understanding LDR instruction

后端 未结 0 1170
野的像风
野的像风 2021-01-29 16:20

So I have the following assembly code:

.ORIG x3000
LD R2, JUNK
LEA R3, #-1
LDR R4, R3, #0
LDI R5, JUNK
HALT

JUNK .FILL x0001
     .FILL x0002
     .END

Memory:
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题