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