/
OS_Hout, write a hexadecimal byte to standard output
OS_Hout, write a hexadecimal byte to standard output
Register parameters
RST 20H, DEFW $96
IN: A = byte to be written OUT: Fc = 0 always (error handler is never provoked) Registers changed after return to caller: A.BCDEHL/IXIY same .F....../.... different
Notes
This call is used by System Information command in Index to display OZ revision number. This system call is only available in OZ release V4.5 and newer.
Related calls
OS_Out, write character to standard output
OS_Sout, write local string to standard output
OS_Bout,write string at (B)HL to standard output
OS_Pout, write embedded null-terminated string at caller (PC) to standard output
OS_Hout, write hexadecimal byte to standard output
OS_Nln, send newline (CR/LF) to standard output
GN_Sop, write local string to standard output
GN_Soe, write string at extended address to standard output
GN_Nln, send newline (CR/LF) to standard output
, multiple selections available,
Related content
OS_Pout, Write embedded string at (PC) to standard output.
OS_Pout, Write embedded string at (PC) to standard output.
More like this
GN_Sop, Write local string to standard output
GN_Sop, Write local string to standard output
More like this
OS_Out, Write character to standard output
OS_Out, Write character to standard output
More like this
GN_Soe, Write string at extended address to standard output
GN_Soe, Write string at extended address to standard output
More like this
GN_Nln, Send newline (CR/LF) to standard output
GN_Nln, Send newline (CR/LF) to standard output
More like this
Process Management and OZ information
Process Management and OZ information
More like this