Prev: F199 Up: Map Next: F1B8
F1AD: input device was serial bus
Used by the routine at F157.
F1AD A5 90 LDA $90 get the serial status byte
F1AF F0 04 BEQ $F1B5 if no errors flagged go input byte and return
This entry point is used by the routine at F1B8.
F1B1 A9 0D LDA #$0D else return [EOL]
This entry point is used by the routine at F1B8.
F1B3 18 CLC flag no error
This entry point is used by the routines at F199 and F1B8.
F1B4 60 RTS
F1B5 4C 13 EE JMP $EE13 input byte from serial bus and return
Prev: F199 Up: Map Next: F1B8