/
OS_Iso, key to ISO conversion
OS_Iso, key to ISO conversion
Register parameters
RST 20H, DEFW $B806
IN: A = key code OUT: Fc=0, always Fz = 1, converted, A = ISO character Fz = 0, not converted, A unchanged Registers changed after return: ....DEHL/IXIY same AFBC..../.... different
Notes
Internal operating system usage only.
This call converts the key code into an ISO character.
It is useful following a key code returned by OS_Kin.
Related calls
OS_Kin, keyboard input
Related content
OS_Kin, Keyboard input
OS_Kin, Keyboard input
More like this
ISO Key translation table
ISO Key translation table
More like this
OS_Wts, Write tokenized string
OS_Wts, Write tokenized string
More like this
ISO Character Table
ISO Character Table
More like this
OS_Out, Write character to standard output
OS_Out, Write character 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