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
The following macro is used when building the recursive token table: CONT n Insert control code token {n} See the deep dive on "Printing text tokens" for details on how characters are stored in the recursive token table.
Arguments: n The control code to insert into the table
[X]
Configuration variable RE = $23
The obfuscation byte used to hide the recursive tokens table from crackers viewing the binary code
[X]