HansO wrote:
I see some very handy features there!
This much more than an assembler, it is also a simulator!
I really like that.
Keep us posted of your progress!
Unfortunately, it's not a simulator. For that it'd have to actually run the assembled code which it doesn't, I'm afraid.
I *could* write a simulator if there was a demand, but I'm not sure that there would be a need for most folks.
BigEd wrote:
Thanks for making that demo video. If I've understood, the debug/stepping mode is purely for debugging the assembler, not the project code: nothing wrong with that, but presumably useful mainly to you or co-developers, not to end-users?
Cheers
Ed
The debug mode is more useful for debugging changes in variable (i.e. symbolic links as someone on the forum has advised) values more than anything else and what the program counter is doing.
For most projects the debug modes wouldn't be needed for the most parts - I just got carried away when trying to think of features
.
I've still got some work to do on the project: namely implement the "alternate program counter" O% (there's probably another term for this somewhere), ability to change the colour scheme, save options, etc..
Do you guys have any suggestions for useful features that you normally look for in an assembler? I want this to be useful to others as well as myself.