https://github.com/AntonTreuenfels/TB1Okay, I'm not that great with names
Anyway, this version is pretty close to Dennis Allison's original description of Tiny BASIC (
http://www.ittybittycomputers.com/IttyBitty/TinyBasic/DDJ1/Design.html). Implemented along the lines of Tom Pittman's 6502 versions (
http://www.ittybittycomputers.com/IttyBitty/TinyBasic/, with a two-level interpreter, outer and inner. This version isn't nearly as elaborate at instruction coding, though.
The source is specific to my own HXA assembler (
https://github.com/AntonTreuenfels/HXA_Cross_Assembler) because there are features in there that made writing this easier (I also found a listing bug in HXA, which I should probably do something about).
The source as provided creates a version targeted to Seth Morabito's Symon simulator (
https://github.com/sethm/symon), which proved an excellent test bed. However it should be fairly easy to port to other configurations, real and simulated.