
Originally Posted by
skimask
You could turn all those multi-line
@ NOP's into macros.
Put this near the top of your code:
Code:
ASM
nop5 macro
NOP
NOP
NOP
NOP
NOP
endm
ENDASM
To use it:
That would be 9 Tcy, right?
No, I'm not Superman, but I did stay at a Holiday Inn Express last night!
Bookmarks