ComSquare
Public Attributes | List of all members
ComSquare::Debugger::CPU::ExecutedInstruction Struct Reference

An instruction that has already been executed. Used for the history viewer. More...

#include <CPUDebug.hpp>

Collaboration diagram for ComSquare::Debugger::CPU::ExecutedInstruction:

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...
 

Detailed Description

An instruction that has already been executed. Used for the history viewer.

Member Data Documentation

◆ name

std::string ComSquare::Debugger::CPU::ExecutedInstruction::name

The name of the instruction.

◆ opcode

uint8_t ComSquare::Debugger::CPU::ExecutedInstruction::opcode

Opcode of the instruction.

◆ params

std::string ComSquare::Debugger::CPU::ExecutedInstruction::params

Readable parameters (disassembly style)

◆ proceededParams

std::string ComSquare::Debugger::CPU::ExecutedInstruction::proceededParams

The address to read from after processing the parameter.


The documentation for this struct was generated from the following file: