CPU: Provide debugger/breakpoint/step functionality
This commit is contained in:
@ -3,5 +3,6 @@
|
||||
#include "cpu_types.h"
|
||||
|
||||
namespace CPU {
|
||||
void DisassembleInstruction(String* dest, u32 pc, u32 bits, Registers* regs = nullptr);
|
||||
void DisassembleInstruction(String* dest, u32 pc, u32 bits);
|
||||
void DisassembleInstructionComment(String* dest, u32 pc, u32 bits, Registers* regs);
|
||||
} // namespace CPU
|
||||
|
||||
Reference in New Issue
Block a user