Lars Brinkhoff
Lars Brinkhoff
As documented in https://github.com/larsbrinkhoff/its-archives/blob/master/dmcg/SYS.03.02.pdf The "rel" branch is a work in progress.
@ams informs me the file timestamps printed from DUMPER tapes are off: This is from "read20": ``` 0 12109 --- 56 28354 36 777777 Sep 7 17:25:02 1984 kansas:zymurg.qfasl.42 ```...
 Page 4-25. http://bitsavers.org/pdf/dec/pdp6/DEC-6-0-EX-SYS-UM-FP_ACT00_PDP-6_Multiprogramming_System_Manual_Apr66.pdf
Some file formats need parameter passed in. A recent example is the *Harware Read-In* format which needs to know the start and end of the memory region. My current idea...
With a growing number of machine-specific ford formats, it's becoming unwieldy to have them all in the same name space. Add support for "machine:format" names, and `word_machine ("machine");` to set...
This is the format used by hardware read-in mode. It's started by a BLKI pointer word, and then followed by a block of words specified by that pointer. The last...
When STINK (#8), DEC .REL (#134), PDP-11 .OBJ (#135) and other relocatable formats are supported, it would be possible to make a linker.
Relocatable.
Parse MACRO10 .UNV files.