With src/cmd/as.s modified to use als (because a7out is broken) and removing

the definitions of . and .. from wktopr.s, I can now assemble cat.s with
the PDP-7 as and execute the resulting a.out file!
This commit is contained in:
Warren Toomey
2016-03-08 20:05:14 +10:00
parent 77505026ae
commit 286acea85b
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
. = 01000000
.. = 4096
" . = 01000000
" .. = 4096
save = 1
getuid = 2
open = 3