[fasm-help] how to write a macro to generate repetitive series of instructions?
Brought to you by:
privalov
From: urgo u. <ur...@ya...> - 2003-01-15 23:01:03
|
i want to write a macro to generate something like that: (jsut a silly example) label01: test eax,eax jz label02 add eax,1 label02: test eax,eax jz label03 add eax,2 label03: test eax,eax jz label04 add eax,3 ... label98: test eax,eax jz label99 add eax,98 label99: that would be cool if the macro instruction of fasm had a sort of instruction to concatenate two strings and a integertoascii instruction too. best regards __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |