Twilight_II/source/twilight/debug.asm
Antoine Vignau 3b2cd5f92c
AV 202005 - First upload of v2
This is the first upload of Jim Maricondo's Twilight II v2.0 source code files
2020-05-03 23:19:10 +02:00

19 lines
421 B
NASM

aif t:debugSymbols="G",.begin
mnote '## Note - Debug Symbols: OFF'
ago .jet
.begin
mnote '## Note - Debug Symbols: ON'
.jet
aif t:debugBreaks="G",.begin2
mnote '## Note - Debugging Breaks: OFF'
ago .jet2
.begin2
mnote '## Note - Debugging Breaks: ON'
.jet2
aif t:debugCode="G",.begin3
mnote '## Note - Other Debug Code: OFF'
ago .jet3
.begin3
mnote '## Note - Other Debug Code: ON'
.jet3