Maze
04-21-2009, 06:19 PM
When replacing assembly code, whats the best way to save all the registers and flags ?
I'm currently using the following instructions...
pushfd
pushad
~My Code~
popad
popfd
Does that work with most processors ?
Any other suggestions ?
Thanks !
I'm currently using the following instructions...
pushfd
pushad
~My Code~
popad
popfd
Does that work with most processors ?
Any other suggestions ?
Thanks !
