BBC BASIC tokenized file

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added basic information about BBC BASIC.)
 
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

File Format
Name BBC BASIC tokenized file
Ontology
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.

Format documentation

Software

  • BBC BASIC implementations for other CPUs and systems

Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox