┌───────────┐ ┌───────────────────────┐ │Map offset │ │ Map register A │ │ Register │ ├───┬───┬───┬───┬───┬───┤ ├───┬───┬───┤ │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ │ 8 │ 7 │ 6 │ └───┴───┴───┴───┴───┴───┘ └───┴───┴───┘ ┌───────────────────────┐ │ │ Map register B │ │ ├───┬───┬───┬───┬───┬───┤ │ │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ │ └───┴───┴───┴───┴───┴───┘ └──┐ : │ : │ │ │ │ ↓ ↓ ┌───────────┬───────────────────────┐ │Map offset │ Map register │ │ Register │ │ ├───┬───┬───┼───┬───┬───┬───┬───┬───┤ │ 8 │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ └───┴───┴───┴───┴───┴───┴───┴───┴───┘
plain size | pattern name Data size | character size | bits used and actual address value |
---|---|---|---|
1 page horizontal x 1 page vertical | 1 word | 1 cell horizontal x 1 cell vertical | (value of bits 6 to 0) x 2000H |
2 cells horizontally x 2 cells vertically | (value of bits 8 to 0) x 800H | ||
2 words | 1 cell horizontal x 1 cell vertical | (value of bits 5 to 0) x 4000H | |
2 cells horizontally x 2 cells vertically | (value of bits 7 to 0) x 1000H | ||
2 pages horizontally x 1 page vertically | 1 word | 1 cell horizontal x 1 cell vertical | (value of bits 6 to 1) x 4000H |
2 cells horizontally x 2 cells vertically | (value of bits 8 to 1) x 1000H | ||
2 words | 1 cell horizontal x 1 cell vertical | (value of bits 5 to 1) x 8000H | |
2 cells horizontally x 2 cells vertically | (value of bits 7 to 1) x 2000H | ||
2 pages horizontally x 2 pages vertically | 1 word | 1 cell horizontal x 1 cell vertical | (value of bits 6 to 2) x 8000H |
2 cells horizontally x 2 cells vertically | (value of bits 8 to 2) x 2000H | ||
2 words | 1 cell horizontal x 1 cell vertical | (value of bits 5 to 2) x 10000H | |
2 cells horizontally x 2 cells vertically | (value of bits 7 to 2) x 4000H |