Prev: 05588 Up: Map Next: 05615
05606: THE 'INPUT-AD' SUBROUTINE
Used by the routines at WAIT_KEY and read_in.
The registers are saved and HL made to point to the input address.
INPUT_AD 05606 EXX Save the registers.
05607 PUSH HL
05608 LD HL,(23633) Fetch the base address for the current channel information (CURCHL).
05611 INC HL Step past the output address.
05612 INC HL
05613 JR CALL_SUB Jump forward.
Prev: 05588 Up: Map Next: 05615