Z88 Developers' Notes
Contents   Contents of System Calls

DC_Prt, print to CLI

RST 20H, DEFW $120C

IN:

  A = character to output

OUT: -

Registers affected after return:

     ..BCDEHL/IXIY same
     AF....../.... different

Notes:

Internal operating system usage.
Writes char to both prtstream and prtstreamT - close output streams if write error.

Bugs:

Related calls:

DC_Icl, Invoke new CLI
DC_In, Read from CLI
DC_Out, Write to CLI
DC_Xin, Examine CLI input
DC_Rbd, Rebind streams
DC_Gen, screen driver SOH call
OS_Cli, CLI interface