hw help please!!!! .ORIG x3200 LEA R0, num0 LD R1, num1 HALT num0 .FILL x3300 num1 .FILL x3302 .END What is the addressi
Posted: Fri Jul 08, 2022 7:27 am
hw help please!!!!
.ORIG x3200
LEA R0,num0
LD R1, num1
HALT
num0 .FILL x3300
num1 .FILL x3302
.END
What is the addressing mode of LEA in the program above:
Group of answer choices
a. PC-relative
b. Base + Offset
c. Indirect
d.immediate
.ORIG x3200
LEA R0,num0
LD R1, num1
HALT
num0 .FILL x3300
num1 .FILL x3302
.END
What is the addressing mode of LEA in the program above:
Group of answer choices
a. PC-relative
b. Base + Offset
c. Indirect
d.immediate