mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
11 lines
258 B
NASM
11 lines
258 B
NASM
DebugStub_AsmBreakEIP dd 0
|
|
DebugStub_AsmOrigByte dd 0
|
|
|
|
|
|
|
|
|
|
DebugStub_DoAsmBreak:
|
|
Mov ESI, [DebugStub_CallerESP]
|
|
Mov EAX, [DebugStub_AsmBreakEIP]
|
|
|
|
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
|