11-15-2015, 09:59 AM
maybe insert a goto instruction where you want the code to end execution.
Then you move it lines forward when needed.
The goto section is either a stop instruction (say use ret 0) or some other code to process...
Just my 2 cents, hope it can help.
something like this mayben untested though
Macro Macro11
Then you move it lines forward when needed.
The goto section is either a stop instruction (say use ret 0) or some other code to process...
Just my 2 cents, hope it can help.
something like this mayben untested though
Macro Macro11
