Assembly change return address -
is there way can change return address.
as need either return program when interrupt occurred 1 situation, need restart.
i using microcontroller program called sms32v50
for normal return path, return (i.e. ret
).
to restart, jump initialization code via jmp
. note have deal resetting stack/heap @ location jumping to.
Comments
Post a Comment