Skip to navigation

Elite on the BBC Micro and NES

Text: rutokHi

[NES version, Bank 2]

Name: rutokHi [Show more] Type: Variable Category: Text Summary: Address lookup table for the RUTOK text token table in three different languages (high byte) Deep dive: Multi-language support in NES Elite
Context: See this variable in context in the source code References: This variable is used as follows: * DETOK3 uses rutokHi
.rutokHi EQUB HI(RUTOK) ; English EQUB HI(RUTOK_DE) ; German EQUB HI(RUTOK_FR) ; French EQUB $AB ; There is no fourth language, so this byte is ignored