Cosmos/source/Cosmos.Debug.DebugStub/CmdMisc.asm
Matthijs ter Woord f9dfb1bcf7 Use near jumps.
2016-06-11 16:17:05 -04:00

28 lines
572 B
NASM

; Generated at 6/11/2016 4:16:44 PM
DebugStub_Ping:
Mov AL, 13
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