| Z88 Developers' Notes | ||
|---|---|---|
| Contents | Contents of System Calls | |
GN_Nln, Send newline (CR/LF) to standard output
RST 20H, DEFW $2E09
IN:
-OUT, if call successful:
Fc = 0OUT, if call failed:
Fc = 1Registers changed after return:
A = error code:
RC_HAND ($08), bad handle (during re-direction)
RC_WP ($14), write protected (during re-direction)
..BCDEHL/IXIY sameNotes:
AF....../.... different
Error will only occur if rebinding has occurred.Bugs:
Related calls:
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
OS_Pout, write embedded null-terminated string at caller (PC) to standard output