#include <cpu.h>
Public Member Functions | |
InstructionEntry (uint32_t addr, uint8_t op, const std::string &ops, const std::string &instr) | |
uint32_t | GetAddress () const |
uint8_t | GetOpcode () const |
const std::string & | GetOperands () const |
const std::string & | GetInstruction () const |
Public Attributes | |
uint32_t | address |
uint8_t | opcode |
std::string | operands |
std::string | instruction |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 24 of file cpu.h.
References instruction.
uint32_t yaze::emu::InstructionEntry::address |
Definition at line 26 of file cpu.h.
Referenced by GetAddress(), InstructionEntry(), and yaze::emu::anonymous_namespace{emulator.cc}::ShouldDisplay().
uint8_t yaze::emu::InstructionEntry::opcode |
Definition at line 27 of file cpu.h.
Referenced by GetOpcode(), InstructionEntry(), and yaze::emu::anonymous_namespace{emulator.cc}::ShouldDisplay().
std::string yaze::emu::InstructionEntry::operands |
Definition at line 28 of file cpu.h.
Referenced by GetOperands(), InstructionEntry(), and yaze::emu::anonymous_namespace{emulator.cc}::ShouldDisplay().
std::string yaze::emu::InstructionEntry::instruction |
Definition at line 29 of file cpu.h.
Referenced by GetInstruction(), and InstructionEntry().