mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
This commit is contained in:
parent
93ce04b7e2
commit
2ced101df0
1 changed files with 0 additions and 10 deletions
|
|
@ -304,16 +304,6 @@ namespace Cosmos.Compiler.DebugStub {
|
|||
//{
|
||||
// Call("WriteByteToComPort");
|
||||
//}
|
||||
|
||||
// Kudzu (Home): 1) a length byte.. this is new.. the dc will have ot adapt to this, its not used to getting a length byte and currently only knows how to handle fixed lengths...
|
||||
//Kudzu (Home): mayeb -1 as a parm tells it to read 2 more bytes which contain a lenght byte....
|
||||
//Kudzu (Home): so for send stack, we need to set ESI to DebugOrigESP
|
||||
//Kudzu (Home): and send up to but not including EBP
|
||||
//Kudzu (Home): so the byte count would be EBP - ESP
|
||||
//Kudzu (Home): make sense?
|
||||
//Kudzu (Home): can set AX to EBP-ESP and transmit that
|
||||
//Kudzu (Home): then can set ESI to ESP
|
||||
//Kudzu (Home): and send a byteutnil ESI=DebugOrigEBP... then quit sending
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue