ASCII | _ |
Hexadecimal | 5F |
Decimal | 95 |
Long dictionary_size, Long dictionary_offset
dictionary_size | size of the dictionary |
dictionary_offset | file offset of the start of the dictionary |
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.