mirror of
https://github.com/callapple/Twilight_II.git
synced 2026-03-11 06:41:51 +00:00
19 lines
421 B
NASM
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 |