Lars Brinkhoff
Lars Brinkhoff
The previous time we had a problem in the EMACS part was due to file timestamps, so maybe check that. See #640. Given that `touch` complains, maybe it doesn't get...
As a client, it's hardwired to connect to AI and knows it's address. That's not very useful now. ``` aichad==:2026 ; AI chaosnet address ```
A simple solution, common in ITS programs, would be to have it a constant which can be (re)defined during assembly. A small step up from that might be to have...
There isn't an emulated XGP yet, but it's one of the top items on my must-have list. At some point in the future there should be an ITS online with...
Yes, that would be great. For now there's only @atsampson's "harscntopdf" script as described here: https://github.com/PDP-10/its/blob/master/doc/printing.md
The `DIRNF` is a recent problem specific to the SIMH KS10 emulator (called "simh" in the Makefile). It's issue #2099. I'm looking into it.
I don't have a timely fix in the works, so a suggested workaround is to use one of the "klh10" or "pdp10-ka" emulators in the meanwhile.
Thanks, that's a good clue!
Timesharing version (the default) assembles with current MIDAS when .SYMTAB 5400 and EXPUNGE EDIT are added.
NTS version doesn't assemble as is. Most problems are from use of `[` and `]`. Failed conditionals look to balance brackets until the closing ], regardless of what their syntax...