BBC BASIC tokenized file
From Just Solve the File Format Problem
(Difference between revisions)
DavidBoddie (Talk | contribs) (Added basic information about BBC BASIC.) |
DavidBoddie (Talk | contribs) (Fixed link to Chris's Acorns and added a link to a page about the BBC BASIC V file format.) |
||
(One intermediate revision by one user not shown) | |||
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 == | ||
Line 17: | Line 16: | ||
* [http://mdfs.net/Docs/Comp/BBCBasic/ MDFS::Docs.Comp.BBCBasic] | * [http://mdfs.net/Docs/Comp/BBCBasic/ MDFS::Docs.Comp.BBCBasic] | ||
* [http://www.rtrussell.co.uk/bbcbasic/history.html A History of BBC BASIC] | * [http://www.rtrussell.co.uk/bbcbasic/history.html A History of BBC BASIC] | ||
− | * [http:// | + | * [http://chrisacorns.computinghistory.org.uk/Computers/BBCMicros.html BBC Microcomputers] |
+ | * [http://xania.org/200711/bbc-basic-v-format BBC BASIC V file format] | ||
[[Category:Acorn computers]] | [[Category:Acorn computers]] |
Latest revision as of 14:12, 22 November 2015
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.
[edit] Format documentation
- Tokens index at MDFS
[edit] Software
- BBC BASIC implementations for other CPUs and systems