fixed disassembler
This commit is contained in:
parent
dfef02df47
commit
71b524519d
4 changed files with 22 additions and 15 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "DebugWindow.hpp"
|
||||
|
||||
class CPU;
|
||||
struct Instruction;
|
||||
|
||||
class Disassembler :
|
||||
public DebugWindow
|
||||
|
@ -14,6 +15,7 @@ public:
|
|||
|
||||
private:
|
||||
void Disassemble(std::string& target, uint16_t& pc);
|
||||
void Disassemble(std::string& target, uint16_t pc, const Instruction* instr);
|
||||
|
||||
private:
|
||||
CPU* cpu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue