TKE_Dictionary_Locater
Opcode
ASCII | _ |
Hexadecimal | 5F |
Decimal | 95 |
Operands
Long dictionary_size, Long dictionary_offset
dictionary_size | Size of the dictionary |
dictionary_offset | file offset of the start of the dictionary |
Notes
A TKE_Dictionary
will commonly be placed at the end of the file, so that by stepping back from the end the location of the dictionary can be found. If it is preferred to locate the dictionary elsewhere (for instance, to have conditionally loaded data following it), a TKE_Dictionary_Locater
may be placed at the end instead. </p>