[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TENEX MACLISP
- To: (BUG LISP) at MIT-MC
- Subject: TENEX MACLISP
- From: JOHAN at MIT-MC (Johan de Kleer)
- Date: Mon, 26 Feb 79 21:11:00 GMT
- Original-date: 26 FEB 1979 1611-EST
The reason that OPEN with 3 args loses is that it constructs a
string using "." instead of ";" to append version number. (This
is an incompatibility between TENEX and TOPS-20.)
Fix by patching 6btns0+11 with MOVI 7,73 instead of MOVI 7,56. How
do I fix the source.
johan