Prev: 08633 Up: Map Next: 08673
08662: THE 'IN-CHAN-K' SUBROUTINE
Used by the routine at INPUT.
Output
F Zero flag set if channel 'K' (keyboard) 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 Next: 08673