Routines |
Prev: 54955 | Up: Map | Next: 54983 |
|
||||||||||||||
54976 | LD A,(HL) | Load current attribute of this memory location into A | ||||||||||||
54977 | AND 248 | Reset all INK bits | ||||||||||||
54979 | OR E | Set required INK bits for current colour | ||||||||||||
54980 | LD (HL),A | Write data to attribute file to display the colour | ||||||||||||
54981 | INC HL | Advance to next attribute file address | ||||||||||||
54982 | RET | Return |
Prev: 54955 | Up: Map | Next: 54983 |