| Addresses | Memory accessed |
|---|---|
| 0x0000 - 0x00FF | System info, see next table |
| 0x0100 - 0x1FFF | EEPROM |
| 0x2000 - 0x23FF | RAM |
| 0x2400 - 0x7FFF | returns 0 |
| 0x8000 - 0x9FFF | Program |
| 0xA000 - 0xFFFF | returns 0 |
| Byte | Description | PS8 value |
|---|---|---|
| 0 | EEPROM size, power of 2 * 256 | 0 (256 bytes) |
| 1 | Software version | 1 (version 31) |
| 2 | Processor | 2 (PIC16F648) |
| 3 | Driver pairs | 4 |
| 4 | RAM type and size | 0x80 R/W byte addressable 256 bytes |
| 5 | RAM base page | 0xFE bank access |
| 6 | Code type and size | 0 no access |
| 7 | Code base page | 0 no access |
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|---|---|---|---|---|---|---|---|
| 0 = read-only 1 = writable | 0 = byte addressable 1 = word addressable |
size power of 2 * 256 | |||||