Skip to navigation

Elite on the BBC Micro and NES

Copy protection: CHECKV

[BBC Micro cassette version, Loader]

Name: CHECKV [Show more] Type: Variable Category: Copy protection Summary: The address of the LBL routine in the decryption header
Context: See this variable in context in the source code References: This variable is used as follows: * CHECKER uses CHECKV

CHECKV contains the address of the LBL routine at the very start of the main game code file, in the decryption header code that gets prepended to the main game code by elite-bcfs.asm and saved as ELThead.bin
.CHECKV EQUW LOAD%+1 \ The address of the LBL routine