Skip to navigation

Elite on the BBC Micro and NES

Loader: encyclopedia

[Elite-A, Docked]

Name: encyclopedia [Show more] Type: Subroutine Category: Loader Summary: Load and run the encyclopedia code in 1.E
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT25 calls encyclopedia
\ --- Mod: Code added for Elite-A: --------------------> .encyclopedia LDA #'E' \ Set the fifth byte of RDLI in EDLI+4 to "E", so it STA RDLI+4 \ changes the command to "R.1.E", and fall through into \ TT110 to execute the command, which will load and run \ the encyclopedia code in 1.E \ --- End of added code ------------------------------->