*cry cry cry* :mad: :mad: :mad:
I thought there was a way ? Such it could be done, when you want put several parameters vor an instruction in 2 lines ("/").
:( :mad:
Write your own pre-parser then as I suggested above.
let me see
INVOKE GetKeyState, VK_SHIFT
cmp eax,1
jg $+2 ; not too sure abt the size of the opcode of ADD wParam, 20h
ADD wParam, 20h
INVOKE lstrcpy, ADDR buffer, ADDR wParam
want some cheap solution that works on any instruction? :grin:
mi MACRO code:VARARG
FOR tcode, <code>
tcode
ENDM
ENDM
Usage: mi <<add eax, ebx>>, <<mul ecx>>, <<invoke MessageBox, 0, 0, 0, 0>> ...
:grin:My choice:one command on one line.:grin: