4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 09C9 | Up: Map | Next: 09FB |
Used by the routine at decode_row.
|
||||
conceal_code | 09EB | CALL set_attrs | ||
09EE | LD A,$01 | Set conceal_flag. | ||
09F0 | LD (conceal_flag),A | |||
09F3 | LD A,$20 | Set character_code to $20 (space character). | ||
09F5 | LD (character_code),A | |||
09F8 | JP code_set_after | Jump into display character routine at code_set_after. |
Prev: 09C9 | Up: Map | Next: 09FB |