Adding inx and iny and improving the debugger

This commit is contained in:
AnonymusRaccoon
2020-02-28 16:41:57 +01:00
parent 258194dba7
commit 7b34473e63
6 changed files with 110 additions and 8 deletions
+2
View File
@@ -44,6 +44,8 @@ namespace ComSquare::Debugger
std::string _getAbsoluteValue(uint24_t pc);
//! @brief Return a printable string corresponding to the value of an absolute long addressing mode.
std::string _getAbsoluteLongValue(uint24_t pc);
//! @brief Return a printable string corresponding to the value of a direct index by x addressing mode.
std::string _getDirectIndexedByXValue(uint24_t pc);
public slots:
//! @brief Pause/Resume the CPU.