Skip to navigation

Elite on the BBC Micro and NES

Text: EJMP

[BBC Master version, Game data]

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: * RUTOK uses EJMP * TKN1 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