Closed larsbrinkhoff closed 6 years ago
@atsampson, you said you had a problem with the symbol table.
If you replace the call in info.c to new_symbol_table with a boolean true, does the problem go away?
Have a look at the changes in https://github.com/larsbrinkhoff/pdp10-its-disassembler/pull/6 - I ended up getting rid of the old/new detection entirely.
Should be fixed now.
@atsampson, you said you had a problem with the symbol table.
If you replace the call in info.c to new_symbol_table with a boolean true, does the problem go away?