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:
+2
-2
@@ -1,5 +1,5 @@
|
||||
. = 01000000
|
||||
.. = 4096
|
||||
" . = 01000000
|
||||
" .. = 4096
|
||||
save = 1
|
||||
getuid = 2
|
||||
open = 3
|
||||
|
||||
Reference in New Issue
Block a user