This commit is contained in:
Sentinel209_cp 2011-07-09 07:45:37 +00:00
parent 93ce04b7e2
commit 2ced101df0

View file

@ -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
}
}