1 /* This file auto-generated from standard.mac by macros.pl - don't edit it */
3 static char *stdmac
[] = {
4 "%define __NASM_MAJOR__ 0",
5 "%define __NASM_MINOR__ 97",
9 "%imacro section 1+.nolist",
10 "%define __SECT__ [section %1]",
13 "%imacro segment 1+.nolist",
14 "%define __SECT__ [segment %1]",
17 "%imacro absolute 1+.nolist",
18 "%define __SECT__ [absolute %1]",
21 "%imacro struc 1.nolist",
23 "%define %$strucname %1",
27 "%imacro endstruc 0.nolist",
28 "%{$strucname}_size:",
32 "%imacro istruc 1.nolist",
34 "%define %$strucname %1",
37 "%imacro at 1-2+.nolist",
38 "times %1-($-%$strucstart) db 0",
41 "%imacro iend 0.nolist",
42 "times %{$strucname}_size-($-%$strucstart) db 0",
45 "%imacro align 1-2+.nolist nop",
46 "times ($$-$) & ((%1)-1) %2",
48 "%imacro alignb 1-2+.nolist resb 1",
49 "times ($$-$) & ((%1)-1) %2",
51 "%imacro extern 1-*.nolist",
57 "%imacro bits 1+.nolist",
60 "%imacro global 1-*.nolist",
66 "%imacro common 1-*.nolist",