Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 972 Bytes

File metadata and controls

27 lines (14 loc) · 972 Bytes

Annotated source code for the BBC Micro cassette version of Elite

This folder contains the annotated source code for the BBC Micro cassette version of Elite.

  • Main source files:

    • elite-source.asm contains the main source for the game

    • elite-bcfs.asm contains the Big Code File source, which concatenates individually assembled binaries into the final game binary

  • Other source files:

  • Files that are generated during the build process:

    • elite-build-options.asm stores the make options in BeebAsm format so they can be included in the assembly process

Right on, Commanders!

Mark Moxon