| Z88 Developers' Notes | ||
|---|---|---|
| Contents | Contents of System Calls | |
OS_Pout, write embedded null-terminated string at caller (PC) to standard output.
RST 20H, DEFB $93
IN:
-OUT:
Fc = 0 always (error handler is never provoked)Registers changed after return:
A.BCDEHL/IXIY sameExample:
.F....../.... different
... OZ OS_Pout defm 1,"7#4",$20+1,$20+0,$20+18,$20+8,$83 defm 1,"2C4" defm 1,"2JC", 0 ... retBugs:
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_Bout, write null-terminated string block at (B)HL to standard output
OS_Out, write character to standard output