mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 02:23:49 +00:00
Adding inx and iny and improving the debugger
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user