Prev: FFE1 Up: Map Next: FFE7
FFE4: get character from input device
Used by the routine at E124.
in practice this routine operates identically to the CHRIN routine, FFCF, for all devices except for the keyboard. If the keyboard is the current input device this routine will get one character from the keyboard buffer. It depends on the IRQ routine to read the keyboard and put characters into the buffer. If the keyboard buffer is empty the value returned in the accumulator will be zero.
FFE4 6C 2A 03 JMP ($032A) do get character from input device
Prev: FFE1 Up: Map Next: FFE7