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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -