Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Just run part of macro
#4
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
Code:
Copy      Help
goto mygoto
out 1
out 2

;mygoto
out 3
out 4
goto mygoto1
out 5
out 6


;mygoto1
ret 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)