Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor disassembler to move data through instruction list | David Phillips | 2019-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. |