Cleaning the debugger

This commit is contained in:
Anonymus Raccoon
2020-03-26 15:29:34 +01:00
parent bd948b520c
commit 04f51efddf
2 changed files with 20 additions and 7 deletions
+2
View File
@@ -57,6 +57,8 @@ namespace ComSquare::Debugger
unsigned _executeInstruction(uint8_t opcode) override;
//! @brief Get a printable string representing an instruction at the program counter given as parameter.
std::string _getInstructionString(uint24_t pc);
//! @brief Get the parameter of the instruction as an hexadecimal string.
std::string _getInstructionParameter(uint24_t pc);
//! @brief Get a printable string representing the flags.
std::string _getFlagsString();
//! @brief Update the register's panel (accumulator, stack pointer...)