
I still haven't tackled the "trace" side of things (which in the original required a VIA with timer and so is disabled in the version I compiled) but having the option to load, assemble the disassemble code is really handy.
This is really awesome!
Awesome! I started a bit of work on the Timer integration, but have been sidetracked (again).epaell wrote: ↑Thu Jul 04, 2024 11:30 pm Continuing my exploration of GitHub ... I've made a copy of my version available there:
https://github.com/epaell/MECB/tree/main/MECB_6502/SMON
The build script creates three versions for different ROM setups i.e. a minimal 8KB ROM (the default set up of the MECB; assuming ACIA at $E008); a 16 KB ROM and a 32 KB ROM (the latter being useful for inclusion in the 1 MB ROM expansion card) - the two larger ROM set-ups assume the ACIA is at $C008. I've also included the binaries that can be used to program the FLASH ROMs (without having to recompile). Thanks to Greg for making updates to allow it to compile with ca65/ld65 tools (which makes the ROM generation a lot neater).
Code: Select all
.byte "R - Display the contents of the CPU registers",0