Z88 Developers' Notes | ||
---|---|---|
Contents | Contents of System Calls |
OS_Prt, send character directly to printer filter
RST 20H, DEFB $24
IN:
A = character to be written to printer filterOUT, if call successful:
Fc = 0OUT, if call failed:
Fc = 1 A = error code: RC_ESC ($01), escape detected RC_WP, write protectedRegisters changed after return:
..BCDEHL/IXIY same AF....../.... differentNotes:
It is generally preferred to open a channel to the printer filter and use the usual routines.Bugs: