Versions Compared

Key

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

Register parameters

Code Block
titleRST 20H, DEFB $93
IN:    -

OUT:
   Fc = 0, always (error handler is never provoked)

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

Notes

  • This call displays the null-terminated string following the call.
  • This system call is only available in OZ release 4.2 and newer.
  • Example :
  ...
  OZ  OS_Pout
  defm 1,"7#4",$20+1,$20+0,$20+18,$20+8,$83
  defm 1,"2C4"
  defm 1,"2JC", 0
  ...
  ret

Related calls

GNOS_Nln, send newline (CR/LF) Out, write character to standard output
GNOS_SoeSout, write  write local string at extended address to standard output
GNOS_SopBout,write string at (B)HL to standard output, local memoryoutput 
OS_BoutPout, write embedded null-terminated string block at caller (B)HL PC) to standard output
OS_Hout, write hexadecimal byte to standard output
OS_Out, write character to standard outputNln, 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