dolphin/Externals/Bochs_disasm
Lioncash 0718937237 Common: Introduce the new Gekko disassembler to Common.
This moves the Gekko disassembler to Common where it should be. Having it in the Bochs disassembly Externals is incorrect.

Unlike the PowerPC disassembler prior however, this one is updated to have an API that is more fitting for C++. e.g. Not needing to specify a string buffer and size. It does all of this under the hood.

This modifies all the DebuggingInterfaces as necessary to handle this.
2014-08-04 00:45:07 -04:00
..
Bochs_disasm.vcxproj Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
CMakeLists.txt Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
config.h
dis_decode.cpp
dis_groups.cpp
dis_tables.h
dis_tables.inl
disasm.h
opcodes.inl
resolve.cpp
stdafx.cpp
stdafx.h
syntax.cpp