shattered / macro11

A MACRO-11 assembler for the PDP-11 in portable C source code. Copyright (c) 2001, Richard Krehbiel
BSD 3-Clause "New" or "Revised" License
28 stars 9 forks source link

Should fix my issue #2 #3

Closed Rhialto closed 7 years ago

Rhialto commented 9 years ago

This should fix issue #2. It fixes a use-after-free which mostly occurs with errors. Also some expressions were not copied correctly. Finally, the command line option -l - didn't work.