MACRO CONT n EQUB n EOR RE ENDMACROName: CONT [Show more] Type: Macro Category: Text Summary: Macro definition for control codes in the recursive token table Deep dive: Printing text tokensContext: See this macro in context in the source code References: This macro is used as follows: * QQ18 uses CONT * QQ18_DE uses CONT * QQ18_FR uses CONT
The following macro is used when building the recursive token table: CONT n Insert control code token {n}
Arguments: n The control code to insert into the table
[X]
Configuration variable RE = $3E
The obfuscation byte used to hide the recursive tokens table from crackers viewing the binary code
[X]