1 /* This file auto-generated from standard.mac by macros.pl - don't edit it */
3 static char *stdmac
[] = {
10 "%define __NASM_MAJOR__ 0",
11 "%define __NASM_MINOR__ 98",
15 "%imacro section 1+.nolist",
16 "%define __SECT__ [section %1]",
19 "%imacro segment 1+.nolist",
20 "%define __SECT__ [segment %1]",
23 "%imacro absolute 1+.nolist",
24 "%define __SECT__ [absolute %1]",
27 "%imacro struc 1.nolist",
29 "%define %$strucname %1",
33 "%imacro endstruc 0.nolist",
34 "%{$strucname}_size:",
38 "%imacro istruc 1.nolist",
40 "%define %$strucname %1",
43 "%imacro at 1-2+.nolist",
44 "times %1-($-%$strucstart) db 0",
47 "%imacro iend 0.nolist",
48 "times %{$strucname}_size-($-%$strucstart) db 0",
51 "%imacro align 1-2+.nolist nop",
52 "times ($$-$) & ((%1)-1) %2",
54 "%imacro alignb 1-2+.nolist resb 1",
55 "times ($$-$) & ((%1)-1) %2",
57 "%imacro extern 1-*.nolist",
63 "%imacro bits 1+.nolist",
66 "%imacro use16 0.nolist",
69 "%imacro use32 0.nolist",
72 "%imacro global 1-*.nolist",
78 "%imacro common 1-*.nolist",
84 "%imacro cpu 1+.nolist",
89 #define TASM_MACRO_COUNT 6