ARM EN0-001 Question Answer
If the memory location 0x5000 contains 0Xffff0001, what is the value of r0 after the following instructions are executed?
MOV r1, #0x5000
LDRSH r0, [r1]
ADD r0, r0, #1
(Assume a little-endian memory system)
ARM EN0-001 Summary
- Vendor: ARM
- Product: EN0-001
- Update on: Jul 25, 2025
- Questions: 210