Cosmos/source2/Compiler/Cosmos.Compiler.DebugStub/CmdMisc.xs
kudzu_cp 69312b510f
2012-07-11 17:36:39 +00:00

17 lines
222 B
Text

Group DebugStub
function Ping {
// Ds2Vs.Pong
AL = 13
ComWriteAL()
}
function TraceOn {
// Tracing.On
.TraceMode = 1
}
function TraceOff {
// Tracing.Off
.TraceMode = 0
}