larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Symbol table parsing is broken. #4

Closed larsbrinkhoff closed 6 years ago

larsbrinkhoff commented 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?

atsampson commented 6 years ago

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.

larsbrinkhoff commented 6 years ago

Should be fixed now.