MACRO EJMP n EQUB n EOR VE ENDMACROName: EJMP [Show more] Type: Macro Category: Text Summary: Macro definition for jump tokens in the extended token table Deep dive: Extended text tokensContext: 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
Arguments: n The jump number to insert into the table
[X]
Configuration variable VE = 0
The obfuscation byte used to hide the extended tokens table from crackers viewing the binary code, which is zero in Elite-A as the token table is not obfuscated
[X]