BBC BASIC tokenized file
From Just Solve the File Format Problem
(Difference between revisions)
DavidBoddie (Talk | contribs) (Added basic information about BBC BASIC.) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|released=1981 | |released=1981 | ||
}} | }} | ||
− | + | '''BBC BASIC''' was created for the BBC Computer Literacy Project in the United Kingdom and was supplied as standard on all home microcomputers produced by Acorn Computers. Programs are stored as a series of tokens - in memory these begin at the address specified by PAGE, whose value can also be read and modified from BASIC. The end address of the current program is held by the TOP variable. | |
− | BBC BASIC was created for the BBC Computer Literacy Project in the United Kingdom and was supplied as standard on all home microcomputers produced by Acorn Computers. Programs are stored as a series of tokens - in memory these begin at the address specified by PAGE, whose value can also be read and modified from BASIC. The end address of the current program is held by the TOP variable. | + | |
== Format documentation == | == Format documentation == |
Revision as of 20:27, 10 August 2014
BBC BASIC was created for the BBC Computer Literacy Project in the United Kingdom and was supplied as standard on all home microcomputers produced by Acorn Computers. Programs are stored as a series of tokens - in memory these begin at the address specified by PAGE, whose value can also be read and modified from BASIC. The end address of the current program is held by the TOP variable.
Format documentation
- Tokens index at MDFS
Software
- BBC BASIC implementations for other CPUs and systems