Skip to content

Commit 1b69a74

Browse files
Added details for Agon Light
1 parent c241dfb commit 1b69a74

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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
25
BBC BASIC (Z80) v5 is an implementation of the BBC BASIC programming language for the Z80 CPU.
36
It is largely compatible with Acorn's ARM BASIC V but with a few language extensions based on
47
features 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

1720
Note that the name 'BBC BASIC' is used by permission of the British Broadcasting Corporation
1821
and 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.

0 commit comments

Comments
 (0)