The Z80 port of my minimal BASIC interpreter is now successfully running minesweeper and all the other example programs on a real CP/M system (RC2014). There are still a few minor bugs to iron out, but most of the work is done.
Total size (so far): about 4200 lines of assembly language and a 6KB binary.
Provides plenty (7.5KB) of program memory on a system with 16KB of TPA.
#BASIC #CPM #Z80 #retrocomputing