Skip to navigation

Elite on the BBC Micro and NES

Loader: LOADcode

[BBC Micro disc version, Loader 3]

Name: LOADcode [Show more] Type: Subroutine Category: Loader Summary: Encrypted LOAD routine, bundled up in the loader so it can be moved to &0B00 to be run
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * Elite loader (Part 1 of 3) calls LOADcode

This section is encrypted by EOR'ing with &18. The encryption is done by the elite-checksum.py script, and decryption is done in part 1 above, at the same time as it is moved to &0B00.
.LOADcode ORG &0B00