ARM Architecture - Control Flow Instructions
Analyze the following ARM assembly code:
What value will register R1 contain after execution reaches
BL subroutine MOV R1, #3 B finish subroutine: MOV R1, #7 BX LR finish:
What value will register R1 contain after execution reaches
finish?