File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # BBCZ80
1+ # BBCZ80 for the Agon Light
2+ This is a fork of BBCZ80 by R.T.Russell with a rewritten MOS layer for the Agon Light.
3+
4+ ## BBCZ80
25BBC BASIC (Z80) v5 is an implementation of the BBC BASIC programming language for the Z80 CPU.
36It is largely compatible with Acorn's ARM BASIC V but with a few language extensions based on
47features of 'BBC BASIC for Windows' and 'BBC BASIC for SDL 2.0'. These extensions include the
@@ -16,3 +19,23 @@ to build the Acorn Z80 Second Processor edition.
1619
1720Note that the name 'BBC BASIC' is used by permission of the British Broadcasting Corporation
1821and is not transferrable to a derived or forked work.
22+
23+ ## Agon Light
24+ The Agon Light version uses the following files from the original fork:
25+
26+ - ACORN.Z80
27+ - ASMB.Z80
28+ - DATA.Z80
29+ - EVAL.Z80
30+ - EXEC.Z80
31+ - MAIN.Z80
32+ - MATH.Z80
33+
34+ All Agon specific source code and ZDSII project files are in the folder src/zds.
35+
36+ ### Building
37+
38+ The files from the original fork are converted to work with the ZDS assembler by the Python script tools/transform_source.py
39+ and written out to the folder src/zds.
40+
41+ To build, load the project "BBC BASIC" into the Zilog ZDSII IDE and press F7.
You can’t perform that action at this time.
0 commit comments