ARM Architecture - Subroutines and Stack
What is the problem with this ARM code snippet?
Assuming r4 is callee-saved.
func:
PUSH {r4}
MOV r4, #15
BX lrAssuming r4 is callee-saved.
func:
PUSH {r4}
MOV r4, #15
BX lr15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions