Digital Research
This commit is contained in:
2020-11-06 18:50:37 +01:00
parent 621ed8ccaf
commit 31738079c4
8481 changed files with 1888323 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
;get pip, ed, stat, sdir, 'H86' files from VAX
;and GENCMD them into CMD files
;
;the beginning of the data for these files is obtained
;from the '.MP2' files generated by LOC86.
;
vax $$a\set def [frank.mpm86.sepcd]\
;
vax pip.h86 $$fans
gencmd pip data[b1c3 m374 x980]
;
vax ed.h86 $$fans
gencmd ed data[b1a5 m253 xfff]
;
vax gencmd.h86 $$fans
gencmd gencmd data[bc5 m2b0 xff0]
;
vax gendef.h86 $$fans
gencmd gendef data[b17c]
;
vax stat86.h86 $$fans
era stat.h86
ren stat.h86=stat86.h86
gencmd stat data[b12f m352 xfff]
;
vax $$a\set def [frank.mpm86.sdir]
;
vax sdir86.h86 $$fans
era sdir.h86
ren sdir.h86 = sdir86.h86
gencmd sdir data[b271 m3c5 xfff]