OS_Wts, Write tokenized string
Register parameters
RST 20H, DEFW $BC06
IN: BHL = pointer to tokenized null terminated string (B = 0, local) OUT, if call successful: Fc = 0, always Registers changed after return: A.BCDEHK/IXIY same .F....../.... differentÂ
Notes
The default system token table is used if a local token table has not been established with OS_Wtb.
The standard screen driver effects and icons are handled by this call.
The ISO characters can be displayed using the STX ($02) escape sequence, for example using string below :
defm 2,$A4,0
Â
will output the '€' character and not the corresponding token.