Cosmos/source/Cosmos.Debug.DebugStub/CmdMisc.asm
Matthijs ter Woord 64ada17c2d .
2016-06-12 10:17:06 -04:00

28 lines
579 B
NASM

; Generated at 6/12/2016 10:15:07 AM
DebugStub_Ping:
mov byte AL, 0xD
Call DebugStub_ComWriteAL
DebugStub_Ping_Exit:
mov dword [static_field__Cosmos_Core_INTs_mLastKnownAddress], DebugStub_Ping_Exit
Ret
DebugStub_TraceOn:
Mov dword [DebugStub_TraceMode], 1
DebugStub_TraceOn_Exit:
mov dword [static_field__Cosmos_Core_INTs_mLastKnownAddress], DebugStub_TraceOn_Exit
Ret
DebugStub_TraceOff:
Mov dword [DebugStub_TraceMode], 0
DebugStub_TraceOff_Exit:
mov dword [static_field__Cosmos_Core_INTs_mLastKnownAddress], DebugStub_TraceOff_Exit
Ret