/
GN_Soe, Write string at extended address to standard output
GN_Soe, Write string at extended address to standard output
Register parameters
RST 20H, DEFW $3C09
IN: BHL = pointer to null-terminated string at extended address (B = 0, is interpreted as bank 0, not local...) OUT, if call successful: Fc = 0 BHL points to null terminator Registers changed after return: AFBCDE../IXIY same ......HL/.... different
Notes
This call is deprecated, use OS_Bout. If B is zero on entry the address will not be treated as local.
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
GN_Sop, Write local string to standard output
GN_Sop, Write local string 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
GN_Nln, Send newline (CR/LF) to standard output
GN_Nln, Send newline (CR/LF) to standard output
More like this
OS_Nln, send new line (CR/LF) to standard output
OS_Nln, send new line (CR/LF) to standard output
More like this
OS_Bde, Copy bytes to extended address
OS_Bde, Copy bytes to extended address
More like this
OS_Bhl, Copy bytes from extended address
OS_Bhl, Copy bytes from extended address
More like this