Large memory model as Assembly debugger ?
Rayman
Posts: 14,793
I took me a while recently to debug an assembly code problem (I forget the # in front of a binary constant...)...
I took a brief look at the "Large Memory Model" thread and wonder if that kind of thing could be used to go line by line through a regular assembly code...· Maybe it could send a COG ram to the HUB for inspection between instructions...
Is this possible?
I took a brief look at the "Large Memory Model" thread and wonder if that kind of thing could be used to go line by line through a regular assembly code...· Maybe it could send a COG ram to the HUB for inspection between instructions...
Is this possible?
Comments
In fact it is upside down: The LMM is "nothing but" a clever debugger.
The concepts of LMM have been utilized in many mainframe emulators and debuggers.
Post Edited (deSilva) : 12/9/2007 3:24:23 PM GMT
Where is your simulator? I looked on Object Exchange, but didn't find any there.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
sourceforge.net/projects/ppropellersim
This week, I'll post an update, because there are a couple of things (longs only hold a value up to 511, and when read CNT returns 0). I also have to improve the editor... for instance, it has to say the number of line and column where the cursor is... , small things, kleinichkeiten
One thing to add.
Scrol in Assembler View
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
Sapieha
A better scroll will come soon, I also do not like that. (But was fast to implement)
I'll also add autosave (configurable) for the compiled file.