4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 11C8 | Up: Map | Next: 122B |
Used by the routines at handle_keypress and hold_page.
|
||||
toggle_reveal | 1220 | LD A,(reveal_flag) | Toggle reveal_flag. | |
1223 | CPL | |||
1224 | LD (reveal_flag),A | |||
1227 | CALL decode_page | Call decode_page and return. | ||
122A | RET |
Prev: 11C8 | Up: Map | Next: 122B |