Lars Brinkhoff
Lars Brinkhoff
Fixing this, there are still a dozen or so undefined symbols. They are defined in IFN TS conditionals.
NTS TECO generates a RELOCA file. Undefined globals are: ``` OPNWR 10770 UTCBRK 10762 URED 10754 TAPKIL 10746 UCLSTP 10740 APRBRK 10732 UWAIT 10724 UDELE 10716 FILEST 10710 OPNRD 10702...
MACTAP needs TAPAC defined. My guess is to set it to A in TECO. In STINK, loading TECO first and then MACTAP results in a message "Non-existent Memory". The reverse...
It's not fine. MACTAP should be loaded after TECO. Also as documented in [AI memo 88](https://github.com/larsbrinkhoff/its-archives/blob/master/ailab/AIM-88.pdf) some global symbols have to be defined by TECO.
The STINK error is in MAPD which maps an address. It gets passed 777777, which is not good. Seeing MADP being called from hairy polish places I tested STINKM. Which...
| Version | Best available dating | Source | Comment | --- | --- | --- | --- | V.001 | 1967-05-06 | https://saildart.org/TECO[CS,SYS] | DEC version. | 21A |...
Hello @foxkit, TECO 335 from late 1972 is the earliest version of ITS TECO we have so far, and it has your ^R code in it. I have assembled it,...
The code to translate from ASCII codes to 340 character codes is essentially the same in TECO 335 and ITS. Since TECO predates ITS, I'd guess the latter copied from...
Hello @ericfischer, ITS TECO 335 from November 1972 is the earliest TECO version I know of. See this GitHub issue for some notes. It's running on a PDP-10 simulator. Do...
