mirror of
https://github.com/callapple/Twilight_II.git
synced 2024-12-29 10:30:48 +00:00
3b2cd5f92c
This is the first upload of Jim Maricondo's Twilight II v2.0 source code files
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 |