summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Enable -Wall and -Wextra, fix warningsDavid Phillips2019-08-03
|
* 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.
* Implement quick disassemblerDavid Phillips2019-08-03
|
* Factor out various lookup tablesDavid Phillips2019-08-03
|
* Dirst dump of working prototypeDavid Phillips2019-08-03