1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-02-07 00:47:30 +00:00

add as.s to ~dmr

This commit is contained in:
Phil Budne
2016-03-25 01:31:30 -04:00
parent 996fd4ddda
commit ee918f2da1
2 changed files with 10 additions and 0 deletions

View File

@@ -154,3 +154,12 @@ adjusted shell to take 10 arguments
load sys sources into ken directory
along with "sys.rc" file (run with "sh <sys.rc") to build system files
load as.s into dmr directory
verified as7 built as can assemble as.s
and resulting a.out (once renamed to nas) assembles as.s
verified ESCAPE leaves 010100 word core file (file with i-num #1)

View File

@@ -61,6 +61,7 @@ dd drwr- -1 4
$
dmr drwr- 12
system l---- 3
as.s frwr- 12 ../src/cmd/as.s
b_readme frwr- 12 fs/b_readme
bi.s frwr- 12 ../src/cmd/bi.s
bl.s frwr- 12 ../src/cmd/bl.s