Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Register parameters

RST 20H, DEFW $90
IN:
  BHL = extended pointer to string to be written (not crossing segments)
  B = 0, then local address space pointer in caller bank binding

OUT:
   Fc = 0 always (error handler is never provoked)
   HL points at byte after null-terminator

Registers changed after return:
   A.BCDE../IXIY same
  .F....HL/.... different

Notes

Available in OZ V4.2 and newer.

Fast block string output. It is the internal call of GN_Soe. Use this one for faster processing (lower OZ overhead).

Related calls

GN_Nln, send newline (CR/LF) to standard output
GN_Soe, write string at extended address to standard output
GN_Sop, write string to standard output, local memory
OS_Out, write character to standard output
OS_Pout, write embedded null-terminated string at caller (PC) to standard output

  • No labels