|
ComSquare
|
An instruction that has already been executed. Used for the history viewer. More...
#include <CPUDebug.hpp>
Public Attributes | |
| uint8_t | opcode |
| Opcode of the instruction. More... | |
| std::string | name |
| The name of the instruction. More... | |
| std::string | params |
| Readable parameters (disassembly style) More... | |
| std::string | proceededParams |
| The address to read from after processing the parameter. More... | |
An instruction that has already been executed. Used for the history viewer.
| std::string ComSquare::Debugger::CPU::ExecutedInstruction::name |
The name of the instruction.
| uint8_t ComSquare::Debugger::CPU::ExecutedInstruction::opcode |
Opcode of the instruction.
| std::string ComSquare::Debugger::CPU::ExecutedInstruction::params |
Readable parameters (disassembly style)
| std::string ComSquare::Debugger::CPU::ExecutedInstruction::proceededParams |
The address to read from after processing the parameter.
1.8.17