1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-24 08:12:54 +00:00
Files
open-simh.simh/I1620/i1620_error_matrix.txt
Bob Supnik 3fada8da5a simh 3.10-RC1a
3.10 is mostly an attempt to get aligned with the current head of the
GitHub 4.0 sources. While the core libraries and SCP have diverged too
far for real forward and backward compatibility, enough 4.0 workalikes
have been added to allow much closer convergence of the two streams.

3.10 will provide the basis for my future simulation work.
2018-06-04 07:59:42 -07:00

30 lines
1.7 KiB
Plaintext

Device Error Action
CDR RN, RA invalid char set RDCHK; if IOSTOP set, stop simulator with INVCHR
unattached stop simulator with UNATT (CHANGED - used to set RDCHK too)
end of file stop simulator witn NOCD (CHANGED - used to set RDCHK too)
file read error set RDCHK; stop simulator with IOERR
input line too long set RDCHK; stop simulator with IOERR
CDP WN,DN invalid digit set WRCHK; if IOSTOP set, stop simulator with INVCHR
WA invalid char set WRCHK; if IOSTOP set, stop simulator with INVCHR
unattached stop simulator with UNATT (CHANGED - used to set WRCHK too)
file write error set WRCHK; stop simulator with IOERR
LPT bad K control field set PRCHK; if IOSTOP set, stop simulator with INVFNC
WN,DN invalid digit set PRCHK and WRCHK; if IOSTOP set, stop simulator with INVFNC
WA invalid char set PRCHK and WRCHK; if IOSTOP set, stop simulator with INVFNC
unattached stop simulator with UNATT (CHANGED - used to set WRCHK too)
file write error set PRCHK and WRCHK; stop simulator with IOERR
PTR RN, RA invalid char set RDCHK but complete operation; if IOSTOP set at end, stop simulator with INVCHR
RN, RA parity error set RDCHK but complete operation; if IOSTOP set at end, stop simulator with INVCHR
WN, DN invalid digit set WRCHK; if IOSTOP set, stop simulator with INVCHR
WA invalid char set WRCHK; if IOSTOP set, stop simulator with INVCHR
unattached stop simulator with UNATT (CHANGED - used to set WRCHK too)
file write error set WRCHK; stop simulator with IOERR
TTY RN, RA invalid char ignored, echoed as beep/bell
WN, DN invalid digit ignored, printed as :
WA invalid char set WRCHK; if IOSTOP set, stop simulator with INVCHR