PDP-6 / JOSS-II

JOSS Supervisor for PDP-6 source. Being typed from RAND's PDFs.
4 stars 2 forks source link

Remove expansions of opdefs and macros. #28

Closed larsbrinkhoff closed 4 years ago

larsbrinkhoff commented 4 years ago

According to my interpretation of the listing, it includes both macro invokations and their expansions. Invocations have line numbers which is an indication they are part of the source file. Expansions have no line numbers, but do have addresses and data words. To reconstruct source code that can be assembled, the expansions need to be removed. (Or commented out, if that's preferred.)

larsbrinkhoff commented 4 years ago

I added on fixes from assembling josinit.mac.

PashPaw commented 4 years ago

I was commenting them out myself. Not needed but fluff that also explained what it was doing.