boots tss/8
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
pdp8i: pdp8.c io.c
|
||||
cc -o pdp8i pdp8.c io.c
|
||||
cc -o pdp8i -g pdp8.c io.c
|
||||
|
||||
1313
sim/pdp8.c
1313
sim/pdp8.c
File diff suppressed because it is too large
Load Diff
7
sim/replay.sh
Executable file
7
sim/replay.sh
Executable 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
5
sim/tss8.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
load ../tss8/tss8_init.bin
|
||||
set df disabled
|
||||
set rf enabled
|
||||
att rf ../tss8/tss8_rf.dsk
|
||||
run 24200
|
||||
Reference in New Issue
Block a user