Spectrum ROM | Routines |
Prev: 08633 | Up: Map |
Used by the routine at INPUT.
This subroutine returns with the zero flag reset only if channel 'K' is being used.
|
|||||||
IN_CHAN_K | 08662 | LD HL,(23633) | The base address of the channel information for the current channel (CURCHL) is fetched and the channel code compared to the character 'K'. | ||||
08665 | INC HL | ||||||
08666 | INC HL | ||||||
08667 | INC HL | ||||||
08668 | INC HL | ||||||
08669 | LD A,(HL) | ||||||
08670 | CP "K" | ||||||
08672 | RET | Return afterwards. |
Prev: 08633 | Up: Map |