Break out the disassembler code from the WXWidgets UI.

This cleans up some of the code between core and UI for disassembling and dumping code blocks.
Should help the QT UI in bringing up its debug UI since it won't have to deal with this garbage now.
This commit is contained in:
Ryan Houdek
2015-05-31 16:21:47 -05:00
parent 210d7c4d54
commit d0ae3f7d24
9 changed files with 300 additions and 238 deletions

View File

@ -1,4 +1,5 @@
set(SRCS UICommon.cpp)
set(SRCS Disassembler.cpp
UICommon.cpp)
set(LIBS common)