Skip to content

Latest commit

 

History

History

2-build-files

Build files for Lander on the Acorn Archimedes

This folder contains support scripts for building Lander on the Acorn Archimedes.

  • convert-to-vasm.py converts the main source files into vasm-compatible syntax so vasm can assemble the game

  • convert-to-basic.py converts the main source files into a BBC BASIC-compatible syntax that will build on an Archimedes

  • crc32.py calculates checksums during the verify stage and compares the results with the relevant binaries in the 4-reference-binaries folder

  • export-symbols.py extracts symbol values from the vasm output so they can be included in the !RunImage source (so changing the souce code won't break the !RunImage loader)

  • The decrypt folder contains decryption-related files from the RISC OS variant of the game

It also contains the make.exe executable for Windows, plus the required DLL files.


Mark Moxon