Immediate addressing
The code we used in the previous post was as follows.
This loads an immediate value into the register. This is called immediate addressing.
Indirect Addressing
✅ Difference Between LDR R1, [R0] and LDR R1, R0
These two instruct...