mirror of
https://github.com/PDP-10/its.git
synced 2026-05-01 05:59:11 +00:00
Reconstruct source code for FACTOR.
This is based on a disassembly of the binary AI:SYS1;TS FACTOR; the binary and its help file .INFO.;FACTOR ORDER are both dated 1977-09-27. MC had an identical copy with a later date. This assembles into a binary that's identical to the original, except that the original version has all its symbols marked as global, and no assembly info. Fixes #96.
This commit is contained in:
committed by
Adam Sampson
parent
880744beca
commit
f3d9ccbb62
@@ -1477,6 +1477,10 @@ expect ":KILL"
|
||||
respond "*" ":midas sys2;ts xhost_sysen3;xhost\r"
|
||||
expect ":KILL"
|
||||
|
||||
# FACTOR
|
||||
respond "*" ":midas sys1;ts factor_sysen3;factor\r"
|
||||
expect ":KILL"
|
||||
|
||||
# compile lisp compiler
|
||||
respond "*" ":link comlap;cdmacs fasl,cd.fas >\r"
|
||||
respond "*" "complr\013"
|
||||
|
||||
Reference in New Issue
Block a user