LISTEN
Command a device on serial bus to LISTEN
Function | Address | Description |
---|---|---|
LISTEN | FFB1 | Command a device on serial bus to LISTEN |
This routine will command a device on the serial bus to receive data. The accumulator must first be loaded with a device number between 0 and 31. When called, this routine then ORs bit by bit to convert this device number to a talk address. The specified device will then go into listen mode, and be ready to accept information.
Example:
LDA#8Command device #8 to listen
JSRLISTEN
Last modified October 19, 2021: Remove weighting so left index is now alphabetical (cbe7734)