diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/DebugStub.cs b/source2/Compiler/Cosmos.Compiler.DebugStub/DebugStub.cs index 11bdf3fde..3bba84727 100644 --- a/source2/Compiler/Cosmos.Compiler.DebugStub/DebugStub.cs +++ b/source2/Compiler/Cosmos.Compiler.DebugStub/DebugStub.cs @@ -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 } }