1 ; NASM macro set to make interfacing to 32-bit programs easier -*- nasm -*-
3 %imacro proc 1 ; begin a procedure definition
12 %imacro arg 0-1 4 ; used with the argument name as a label
14 %assign %$arg %1+%$arg
19 %error Mismatched `endproc'/`proc'
23 __end_%$procname: ; useful for calculating function size