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