Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Register parameters

Code Block
titleRST 20H, DEFB $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 This call replaceĀ GN_Soe. Use this one for faster processing (lower OZ overhead)This call is shorter (2 bytes) and performs a significantly faster rendering.

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