ComSquare
Public Attributes | List of all members
ComSquare::Debugger::APU::Instruction Struct Reference

Small structure to store some values on the instructions. More...

#include <APUDebug.hpp>

Collaboration diagram for ComSquare::Debugger::APU::Instruction:

Public Attributes

std::string name
 
int size
 
std::tuple< Operand, Operandoperands
 

Detailed Description

Small structure to store some values on the instructions.

Member Data Documentation

◆ name

std::string ComSquare::Debugger::APU::Instruction::name

◆ operands

std::tuple<Operand, Operand> ComSquare::Debugger::APU::Instruction::operands

◆ size

int ComSquare::Debugger::APU::Instruction::size

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