simh-testsetgenerator/PDP1/pdp1_diag.txt
Bob Supnik 15919a2dd7 Notes For V3.6-0
The save/restore format has been updated to improve its reliability.
As a result, save files prior to release 3.0 are no longer supported.

The text documentation files are obsolete and are no longer included
with the distribution.  Up-to-date PDF documentation files are
available on the SimH web site.

1. New Features

1.1 3.6-0

1.1.1 Most magnetic tapes

- Added support for limiting tape capacity to a particular size in MB

1.1.2 IBM 7090/7094

- First release

1.1.3 VAX-11/780

- Added FLOAD command, loads system file from console floppy disk

1.1.4 VAX, VAX-11/780, and PDP-11

- Added card reader support (from John Dundas)

1.1.5 PDP-11

- Added instruction history

1.2 3.6-1

1.2.1 PDP-11

- Added RF11 support
- Added multiple KL11/DL11 support
- Added upper-case only mode to TTI, TTO

1.2.2

- Added binary loader (courtesy of Dave Pitt)

2. Bugs Fixed

Please see the revision history on http://simh.trailing-edge.com or
in the source module sim_rev.h.
2011-04-15 08:35:20 -07:00

53 lines
965 B
Text

MAINDEC 1 Instruction Test
sim> att -e ptr digital-1-12-m-rim.bin
sim> boot ptr
HALT instruction, PC: 000002 (JMP 3000)
sim> c
(Test runs until interrupted unless there are errors)
^E
Simulation stopped, PC: 000007 (SZS2 I)
sim> d ss 77
sim> run 32
(Test runs until interrupted unless there are errors)
^E
Simulation stopped, PC: 000032 (SZS1)
sim> d tw 777777
sim> d ss 0
sim> run 7772
Undefined instruction, PC: 000001 (SZS1)
sim> ex ac,io,pf
AC: 000777
IO: 777000
PF: 77
(These are the expected final values for the diagnostic)
MAINDEC 4 Multiply/Divide Test
sim> att -e ptr maindec-4_4-16-68.bin
sim> break 0
sim> boot ptr
Breakpoint, PC: 000000 (JMP 532)
sim> set cpu mdv
sim> c
(Test runs until interrupted unless there are errors)
^E
Simulation stopped, PC: ...
sim> set cpu nomdv
sim> run 1
(Test runs until interrupted unless there are errors)
^E
Simulation stopped, PC: ...