/
OS_Wts, Write tokenized string
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.
Related calls
, multiple selections available,
Related content
OS_Wrt, Write token
OS_Wrt, Write token
More like this
OS_Out, Write character to standard output
OS_Out, Write character to standard output
More like this
OS_Pout, Write embedded string at (PC) to standard output.
OS_Pout, Write embedded string at (PC) to standard output.
More like this
OS_Hout, write a hexadecimal byte to standard output
OS_Hout, write a hexadecimal byte to standard output
More like this
OS_Wtb, Write token base
OS_Wtb, Write token base
More like this
OS_Iso, key to ISO conversion
OS_Iso, key to ISO conversion
More like this