summaryrefslogtreecommitdiff
path: root/input_bin.h
Commit message (Collapse)AuthorAge
* Refactor disassembler to move data through instruction listDavid Phillips2019-08-03
This refactors the disassembler into two stages with the list of struct instruction (currently also output by the parse stage) as an "intermediate language" between disassembly and assembler output. This should make these units, especially the "machine code => IL" section, more reusable for future soft emulation work.