List Memory is split into 16 byte records which may be further split into 8 Track records (2 bytes each)..
Read the second byte of the new row to discover its definition..
| Byte | Bit Range | Value Range | Definition |
|---|---|---|---|
| +0 | |||
| +1 | 6-7 | 0 | Track Entry |
| 1 | Mimic Left | ||
| 2 | Mimic Right (identical format to Mimic Left) | ||
| 3 | Row Wide Command (Command ID held in First byte) |
Note that if the first record(Byte 1) of a new row does not contain an RWC then the whole row is always split into Tracks. So we cannot have RWC's and Tracks on same Rows.