ARM Architecture - Subroutines and Stack
You wrote this ARM assembly code to call a subroutine:
But the program crashes after returning from
BL my_subroutine MOV R1, #10 BX LR
But the program crashes after returning from
my_subroutine. What is the likely error?