Skip to content

Commit

Permalink
Added READMEs to all folders
Browse files Browse the repository at this point in the history
  • Loading branch information
markmoxon committed Nov 20, 2023
1 parent c5b820d commit af937c4
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 1-source-files/basic-programs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# BASIC programs for the BBC Micro disc version of Aviator

This folder contains the BASIC programs from the BBC Micro disc version of Aviator.

* [$.AVIA.bin]($.AVIA.bin) shows the game's instructions and then runs $.AVIATOR

* [$.AVIA1.bin]($.AVIA1.bin) shows the game's key controls and then loads the game in $.AVIA?

* [$.AVIATOR.bin]($.AVIATOR.bin) shows the Acornsoft mode 7 loader screen and then runs $.AVIA1

---

_Mark Moxon_
9 changes: 9 additions & 0 deletions 1-source-files/boot-files/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Boot files for the BBC Micro disc version of Aviator

This folder contains the boot file from the BBC Micro disc version of Aviator.

* [$.!BOOT.bin]($.!BOOT.bin) is the boot file from the game disc, which runs $.AVIA

---

_Mark Moxon_
9 changes: 9 additions & 0 deletions 1-source-files/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Image binaries for the BBC Micro disc version of Aviator

This folder contains the image binaries from the BBC Micro disc version of Aviator.

* [$.DASHBD.bin]($.DASHBD.bin) is the dashboard image

---

_Mark Moxon_
15 changes: 15 additions & 0 deletions 1-source-files/main-sources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Annotated source code for the BBC Micro disc version of Aviator

This folder contains the annotated source code for the BBC Micro disc version of Aviator.

* Main source files:

* [aviator-source.asm](aviator-source.asm) contains the main source for the game

* Other source files:

* [aviator-disc.asm](aviator-disc.asm) builds the SSD disc image from the assembled binaries and other source files

---

_Mark Moxon_
2 changes: 2 additions & 0 deletions 3-assembled-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This folder contains the output binaries from the build process for the BBC Micro disc version of Aviator.

It also contains [compile.txt](compile.txt), which contains the output from the assembly process. This is very useful when debugging the build process.

---

_Mark Moxon_
2 changes: 2 additions & 0 deletions 4-reference-binaries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This folder contains the binaries from the game disc for the BBC Micro disc version of Aviator, as well as reference binaries for the other releases.

* [bbcmicro-co-uk](bbcmicro-co-uk) contains the binaries from the Complete BBC Micro Games Archive at bbcmicro.co.uk

---

_Mark Moxon_

0 comments on commit af937c4

Please sign in to comment.