First Commit of my working state
[simh.git] / PDP1 / pdp1_diag.txt
1 MAINDEC 1 Instruction Test
2
3 sim> att -e ptr digital-1-12-m-rim.bin
4 sim> boot ptr
5
6 HALT instruction, PC: 000002 (JMP 3000)
7 sim> c
8
9 (Test runs until interrupted unless there are errors)
10
11 ^E
12 Simulation stopped, PC: 000007 (SZS2 I)
13 sim> d ss 77
14 sim> run 32
15
16 (Test runs until interrupted unless there are errors)
17
18 ^E
19 Simulation stopped, PC: 000032 (SZS1)
20 sim> d tw 777777
21 sim> d ss 0
22 sim> run 7772
23
24 Undefined instruction, PC: 000001 (SZS1)
25 sim> ex ac,io,pf
26 AC: 000777
27 IO: 777000
28 PF: 77
29
30 (These are the expected final values for the diagnostic)
31
32
33 MAINDEC 4 Multiply/Divide Test
34
35 sim> att -e ptr maindec-4_4-16-68.bin
36 sim> break 0
37 sim> boot ptr
38
39 Breakpoint, PC: 000000 (JMP 532)
40 sim> set cpu mdv
41 sim> c
42
43 (Test runs until interrupted unless there are errors)
44 ^E
45
46 Simulation stopped, PC: ...
47 sim> set cpu nomdv
48 sim> run 1
49
50 (Test runs until interrupted unless there are errors)
51 ^E
52
53 Simulation stopped, PC: ...