| Bits 0-1 = |
full code length |
Use / Notes |
| 00 |
Byte |
bits 2-7 = # telling how many of the next 63 bytes are a string of
charecters. Note: Value 0X00 = string of zero bytes long, or in otherwords
a null string or end of line marker. |
| 01 |
Byte |
Use bits 2-7 = first 64 entries in Place_Name_Table (Note will be the
64 most often showing up words used in place names, like Rd, Ln, St, etc.) |
| 10 |
2 Bytes |
Use bits 2-15 = next 214 entries in Place_Name_Table |
| 11 |
3 or 4 Bytes |
Use bits 2-23 = next 222 entries in Place_Name_Table (Note:
possible will need to have this be 4 bytes long. Depends on the max
number of entries needed.) |