1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-01-13 15:27:49 +00:00

- make assemv7 run brad's "ml" tool to generate a loadfile when its done

- added my simh.cfg file.  Can be run directly if pdp11 is in tools/pdp11
This commit is contained in:
tim.newsham 2008-05-02 20:55:34 +00:00
parent c18923d2b9
commit 709ecd397a
2 changed files with 23 additions and 0 deletions

22
simh.cfg Executable file
View File

@ -0,0 +1,22 @@
#!tools/pdp11
set cpu 11/20
set cpu 32K
set rk3 enabled
att rk3 rk0.dsk
set rf 2p
set rf enabled
attach rf rf0.dsk
set tc enabled
att tc tape.tc
set hk disabled
set rha disabled
set tm disabled
set rx disabled
set rl disabled
set tq disabled
set tc enabled
set rf enabled
set ke enabled
set cpu history=1000
load build/loadfile
d pc 400

View File

@ -30,4 +30,5 @@ done
cd build
$APOUT $APOUT_ROOT/bin/as ../sys1.s u?.s
$APOUT $APOUT_ROOT/bin/nm a.out |sort > a.out.syms
../tools/ml