Replies: 3 comments
-
Single stepping a 6502 is pure magic. This is a great way to begin learning assembly. Thanks. |
Beta Was this translation helpful? Give feedback.
-
As an interesting side note, I used Rake here to build (which is based on ruby a scripting language). Of note is the part where I scan the listing file for the addresses of the reset, irq and nmi code and extract those addresses and feed them into the rp6502.py call. This means I do not have to maintain them separately whenever the code changes. |
Beta Was this translation helpful? Give feedback.
-
flippin' awesome! much like the good old days of machine coding on the KIM-1 or other such single board computers |
Beta Was this translation helpful? Give feedback.
-
SMON is a full blown monitor with memory dumps, assembler and disassembler and most important single step debugging.
https://github.com/wolfmanjm/smon6502
Beta Was this translation helpful? Give feedback.
All reactions