I just released bootmon65 on github (https://github.com/tius/bootmon65). It's a small bootmonitor designed for a minimal 65c02 system (tiny65). However, some parts of it might be useful for other systems as well.
- - Fast software-only serial interface (57600 baud @ 1 MHz CPU clock) with full XMODEM support.
- Minimal SD card loader for FAT32 formatted SDHC cards (up to 6 KByte/s @ 1 MHz CPU clock).
- Simple monitor program with the usual commands for memory and register access.
A lot of know-how gathered on 6502.org has been incorporated into the code. Many thanks to all those who have contributed and continue to contribute! Bug reports, comments and improvements are very welcome.