MACRO ETOK n EQUB n EOR VE ENDMACROName: ETOK [Show more] Type: Macro Category: Text Summary: Macro definition for recursive 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: * RUTOK uses ETOK * TKN1 uses ETOK
The following macro is used when building the extended token table: ETOK n Insert extended recursive token [n] See the deep dive on "Printing extended text tokens" for details on how recursive tokens are stored in the extended token table.
Arguments: n The number of the recursive token to insert into the table, in the range 129 to 214
[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]