summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppc_dasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use util::sext for sign extension in disassembler AJR2023-11-091-8/+4
* powerpc: Minor disassembly improvements AJR2023-03-301-4/+15
* powerpc: Add debugging flags to disassembly for simplified forms of branch in... AJR2022-06-281-5/+28
* Debugger feature improvements AJR2022-03-271-0/+4
* powerpc: reduce enum scope Patrick Mackinlay2021-10-261-1/+1
* powerpc: add power family disassembly Patrick Mackinlay2021-10-251-254/+335
* hopefully purge references to emu_fatalerror from ppc_dasm.o (nw) Vas Crabb2018-04-011-0/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-452/+288
* Eliminated 'ppc_dasm_one(std::string &string,...' trampoline Nathan Woods2016-11-201-9/+0
* Changing the PowerPC DRC to not use static char buffers when disassembling Nathan Woods2016-11-201-0/+9
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-9/+1
* Changed the PowerPC disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-8/+17
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1177