8080-Emulator  0.1
An Intel 8080 emulator for Space Invaders
Macros
debug.h File Reference

Pandu's Debugging Macros. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Pandu's Debugging Macros.

Author
Pranay Garg (prana.nosp@m.yga@.nosp@m.andre.nosp@m.w.cm.nosp@m.u)
Ronit Banerjee ronit.nosp@m.b@an.nosp@m.drew..nosp@m.cmu..nosp@m.edu
Version
0.1
Date
2020-12-20

Macro Definition Documentation

◆ DEBUG_PRINT

#define DEBUG_PRINT (   ...)    do {} while( 0 );

Stub for when flag is not passed.

Parameters
...Variadic unused, removed by compiler

◆ DECOMPILE_PRINT

#define DECOMPILE_PRINT (   ...)    do {} while( 0 );

Stub for when flag is not passed.

Parameters
...Variadic unused, removed by compiler