Prev: 0FB2 Up: Map Next: 1009
0FFB: toggle_bright: Toggle bright flag.
Used by the routine at handle_keypress.
toggle_bright 0FFB PUSH AF Toggle bit 6 of bright_attr (bright bit).
0FFC LD A,(bright_attr)
0FFF XOR $40
1001 LD (bright_attr),A
1004 CALL decode_page Call decode_page and return.
1007 POP AF
1008 RET
Prev: 0FB2 Up: Map Next: 1009