Tiny BASIC tokenized file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Documentation) |
||
Line 9: | Line 9: | ||
== Documentation == | == Documentation == | ||
* [http://www.ittybittycomputers.com/IttyBitty/TinyBasic/TBEK.txt Tiny BASIC Experimenter's Kit] | * [http://www.ittybittycomputers.com/IttyBitty/TinyBasic/TBEK.txt Tiny BASIC Experimenter's Kit] | ||
+ | * [http://www.thedigitalgroup.org/dg/?wpfb_dl=10 Mini-BASIC manual (an extended version of Tiny BASIC)] | ||
== See also == | == See also == |
Revision as of 22:25, 25 December 2013
Tiny BASIC was a mid-1970s simplified version of BASIC designed to run on very little memory on such simple machines as the KIM-1. The Dr. Dobb's Journal magazine was initially launched to discuss this language, though its scope soon expanded to other programming topics, and it survives as a web-based publication to this day. Tiny BASIC interpretation made use of an intermediate language of a level in between BASIC and machine language.