Prev: FFAB Up: Map Next: FFB1
FFAE: command serial bus to UNLISTEN
this routine commands all devices on the serial bus to stop receiving data from the computer. Calling this routine results in an UNLISTEN command being transmitted on the serial bus. Only devices previously commanded to listen will be affected. This routine is normally used after the computer is finished sending data to external devices. Sending the UNLISTEN will command the listening devices to get off the serial bus so it can be used for other purposes.
FFAE 4C FE ED JMP $EDFE command serial bus to UNLISTEN
Prev: FFAB Up: Map Next: FFB1