Skip to navigation

Elite on the BBC Micro and NES

Text: EJMP

[Elite-A, Encyclopedia]

Name: EJMP [Show more] Type: Macro Category: Text Summary: Macro definition for jump tokens in the extended token table Deep dive: Extended text tokens
Context: See this macro in context in the source code References: This macro is used as follows: * adder uses EJMP * anaconda uses EJMP * asp_2 uses EJMP * boa uses EJMP * bushmaster uses EJMP * chameleon uses EJMP * cobra_1 uses EJMP * cobra_3 uses EJMP * fer_de_lance uses EJMP * gecko uses EJMP * ghavial uses EJMP * iguana uses EJMP * mamba uses EJMP * monitor uses EJMP * moray uses EJMP * msg_3 uses EJMP * ophidian uses EJMP * python uses EJMP * shuttle uses EJMP * sidewinder uses EJMP * TKN1 uses EJMP * viper uses EJMP * worm uses EJMP

The following macro is used when building the extended token table: EJMP n Insert a jump to address n in the JMTB table See the deep dive on "Printing extended text tokens" for details on how jump tokens are stored in the extended token table.
Arguments: n The jump number to insert into the table
MACRO EJMP n EQUB n EOR VE ENDMACRO