Skip to content

v1.00 RC1

Pre-release
Pre-release

Choose a tag to compare

@breakintoprogram breakintoprogram released this 14 Dec 16:17

Release of BBC BASIC for Z80 (Agon Edition)

To copy to the Agon:

  • Remove the SD card from the Agon
  • Copy bbcbasicv.bin to the root folder of the SD card
  • Insert the SD card back into the Agon
  • Reset

To run from MOS:

LOAD bbcbasicv.bin
RUN

Credits

Many thanks to R.T.Russell for providing the BBC BASIC source code

Known Issues

Backwards Compatibility

Some existing .bas files may not run correctly due to variables now containing reserved keywoards.
For example, FILLED% in cube.bas starts with the keyword FILL.
This should not affect code tokenised with previous versions of BBC BASIC for Z80 loaded in as .bbc files.
The solution is to rename the offending variables.

Features not currently supported or working
  • GET(x,y)
  • GET$(x,y)
  • INKEY(-n)
  • DRAW x1,y1,x2,y2
  • TIME
  • TIME$
  • Chaining a program from the command line