simh / simtools

Tools useful when using or migrating to or from a simh simulator environment
48 stars 16 forks source link

Update macfro11 to include fixes from various people #4

Closed Rhialto closed 8 years ago

Rhialto commented 8 years ago

My changes started out as simple bugfix but tuned into a quest to make it more like the macro11 in RSX-11M+ 4.6 .

The list of exact changes is a bit long but should be nicely visible in the history,

I used the command

git subtree add --prefix=crossassemblers/macro11 git://github.com/Rhialto/macro11.git master

to import this, and future changes should be importable as well (and in the otther direction too, as I understand).