Figure 4.5 Cell data structure based on the number of character colors, part 4
For 32 bits / dot (256 bytes / cell)
Bit 15 8 70
┌────────────────────────────────────────────┐
+ 00H │ Dot 0-0 data (upper word) │
├────────────────────────────────────────────┤
+ 02H │ Dot 0-0 data (lower word) │
├────────────────────────────────────────────┤
: │: │
: │: │
: │: │
: │: │
├────────────────────────────────────────────┤
+ 1EH │ Dot 7-7 data (lower word) │
└────────────────────────────────────────────┘
▽
Dot 0 1 2 3 4 5 6 7
┌──┬──┬──┬──┬──┬──┬──┬──┐
Dot 0│00│04│08│0C│00│04│08│0C│
├──┼──┼──┼──┼──┼──┼──┼──┤
1│20│24│28│2C│20│24│28│2C│
├──┼──┼──┼──┼──┼──┼──┼──┤
2│40│44│48│4C│40│44│48│4C│
├──┼──┼──┼──┼──┼──┼──┼──┤
3│60│64│68│6C│60│64│68│6C│
├──┼──┼──┼──┼──┼──┼──┼──┤ Cell 4│80│84│88│8C│80│84│88│8C│
├──┼──┼──┼──┼──┼──┼──┼──┤
5│A0│A4│A8│AC│A0│A4│A8│AC│
├──┼──┼──┼──┼──┼──┼──┼──┤
6│C0│C4│C8│CC│C0│C4│C8│CC│
├──┼──┼──┼──┼──┼──┼──┼──┤
7│E0│E4│E8│EC│E0│E4│E8│EC│
└──┴──┴──┴──┴──┴──┴──┴──┘