Prev: 0A02 Up: Map Next: 0A22
0A17: black_background_code: Clear paper colour bits of temp_attr.
Used by the routine at decode_row.
black_background_code 0A17 LD A,(temp_attr) Clear bits 3-5 of temp_attr.
0A1A AND $C7
0A1C LD (temp_attr),A
0A1F JP code_set_at Jump into display character routine at code_set_at.
Prev: 0A02 Up: Map Next: 0A22