Skip to navigation

Elite on the BBC Micro and NES

Loader: eliteRomHeader

[BBC Micro disc version, Sideways RAM Loader]

Name: eliteRomHeader [Show more] Type: Variable Category: Loader Summary: The ROM header code that gets copied to &8000 to create a sideways RAM image containing the ship blueprint files
Context: See this variable in context in the source code References: This variable is used as follows: * MakeRom uses eliteRomHeader
.eliteRomHeader CLEAR &7C00, &7C00 \ Clear the guard we set above so we can assemble into \ the sideways ROM part of memory ORG &8000 \ Set the assembly address for sideways RAM