BASIC programming on an Arduino

Basic

[Mike] sent in a project he's been working on - a port of a BASIC interpreter that fits on an Arduino. The code is meant to be a faithful port of Tiny BASIC for the 68000, and true to Tiny BASIC form, it fits in the very limited RAM of the Arduino. True to Tiny BASIC's assembler roots, [Mike]'s C port makes extensive use of the "infinitely-abusable" goto statement. Kernighan and Ritchie said … [Read more...]