Go to the documentation of this file.
47 #define INSTR(format,...) disasm(ctx,1,L##format,##__VA_ARGS__)
48 #define INFO(format,...) disasm(ctx,2,L##format,##__VA_ARGS__)
49 #define REM(format,...) disasm(ctx,3,L##format,##__VA_ARGS__)
50 #define LABEL(format,...) disasm(ctx,4,L##format,##__VA_ARGS__)
52 #define INSTR(format,...) disasm(ctx,1,format,##__VA_ARGS__)
53 #define INFO(format,...) disasm(ctx,2,format,##__VA_ARGS__)
54 #define REM(format,...) disasm(ctx,3,format,##__VA_ARGS__)
55 #define LABEL(format,...) disasm(ctx,4,format,##__VA_ARGS__)
63 #define INSTR(format,...)
64 #define INFO(format,...)
65 #define REM(format,...)
66 #define LABEL(format,...)
67 #endif //if ADVANCED is undefined
69 #define ASM (OPTION_ASSEMBLER && ctx->generate)
138 #endif //LHOGHO_ASM_H
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013