8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
Pandu's Debugging Macros. More...
Go to the source code of this file.
Macros | |
#define | DEBUG_PRINT(...) do {} while( 0 ); |
Stub for when flag is not passed. More... | |
#define | WARN(...) do {} while( 0 ); |
#define | DECOMPILE_PRINT(...) do {} while( 0 ); |
Stub for when flag is not passed. More... | |
Pandu's Debugging Macros.
#define DEBUG_PRINT | ( | ... | ) | do {} while( 0 ); |
Stub for when flag is not passed.
... | Variadic unused, removed by compiler |
#define DECOMPILE_PRINT | ( | ... | ) | do {} while( 0 ); |
Stub for when flag is not passed.
... | Variadic unused, removed by compiler |