1
0
mirror of synced 2026-02-26 08:44:44 +00:00

boots tss/8

This commit is contained in:
brad
2010-04-02 12:32:05 +00:00
parent 50eaaebde1
commit 858eacd7f6
6 changed files with 982 additions and 346 deletions

View File

@@ -1,3 +1,3 @@
pdp8i: pdp8.c io.c
cc -o pdp8i pdp8.c io.c
cc -o pdp8i -g pdp8.c io.c

View File

@@ -1 +1,2 @@

1313
sim/pdp8.c

File diff suppressed because it is too large Load Diff

BIN
sim/pdp8i

Binary file not shown.

7
sim/replay.sh Executable file
View File

@@ -0,0 +1,7 @@
(cd ../simhv36-1; make BIN/pdp8)
make
../simhv36-1/BIN/pdp8 tss8.cmd >simh.log
./pdp8i >8.log
diff -u -d 8.log simh.log >d
head -100000 d >d1
ls -l *.log d d1

5
sim/tss8.cmd Normal file
View File

@@ -0,0 +1,5 @@
load ../tss8/tss8_init.bin
set df disabled
set rf enabled
att rf ../tss8/tss8_rf.dsk
run 24200