Tiny BASIC for Toy 8086/88 Embedded systems
WORK in PROGRESS Mostly working with improvements being made each week.
Inspired by the 1980's BYTE magazine article "Ease into 16 bit Computing" by Steve Ciarcia. Credit to Oscar Toledo's bootBASIC which is leveraged here.
First attempt at writing a Intel 8088 Tiny BASIC Interpreter in Claude with help from CODEX. Target is <2kbyte for a 2716 EPROM.
Dev platform is FreeDOS but eventually plan to run on an standalone embedded system via serial comms.
If you want to play with this Tiny BASIC, copy the ASM file into 8bitworkshop
https://8bitworkshop.com/v3.12.1/?platform=x86&file=uBASIC8088.asm
Type LIST to see the embedded BASIC program and RUN to execute it.