summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/disasmintf.h
Commit message (Collapse)AuthorAgeFilesLines
* fix building with clang 6.0.1 (nw) smf-2018-07-071-0/+2
|
* move some not-directly-emulation-related helpers to lib/util, further ↵ Vas Crabb2018-04-011-0/+10
| | | | extricate emu.h from tools (nw)
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+69
Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.