TKSA

Send secondary address to a device commanded to TALK
Function AddressDescription
TKSA FF96Send secondary address to a device commanded to TALK

This routine transmits a secondary address on the serial bus for a TALK device. This routine must be called with a number between 0 and 31 in the accumulator. The routine sends this number as a secondary address command over the serial bus. This routine can only be called after a call to the TALK routine. It will not work after a LISTEN.

Example:
LDA#4Command device #4 to talk with command #7
JSRTALK
LDA#7
JSRTKSA