| quill | Routines |
| Prev: 64991 | Up: Map | Next: 65029 |
|
|
||||
| SET_PAPER_OR_BRIGHT | 65007 | LD D,(IX+0) | ||
| 65010 | LD A,17 | A=set paper colour | ||
| 65012 | BIT 7,D | Is bit 7 set? | ||
| 65014 | JR Z,SET_PAPER_OR_BRIGHT_0 | If so, then skip forward to set ink colour | ||
| 65016 | LD A,19 | A=set brightness state | ||
|
This entry point is used by the routine at SET_INK_OR_FLASH.
|
||||
| SET_PAPER_OR_BRIGHT_0 | 65018 | RST 16 | Print character | |
| 65019 | LD A,D | |||
| 65020 | RRCA | |||
| 65021 | RRCA | |||
| 65022 | RRCA | A=A/8 | ||
| 65023 | AND 15 | Clear top four bits of A | ||
| 65025 | RST 16 | Print character | ||
| 65026 | JP SKIP_1_THEN_NEXT | |||
| Prev: 64991 | Up: Map | Next: 65029 |