#include <cpu.h>
Definition at line 19 of file cpu.h.
◆ InstructionEntry()
yaze::app::emu::InstructionEntry::InstructionEntry |
( |
uint32_t | addr, |
|
|
uint8_t | op, |
|
|
const std::string & | ops, |
|
|
const std::string & | instr ) |
|
inline |
Definition at line 22 of file cpu.h.
◆ GetAddress()
uint32_t yaze::app::emu::InstructionEntry::GetAddress |
( |
| ) |
const |
|
inline |
◆ GetOpcode()
uint8_t yaze::app::emu::InstructionEntry::GetOpcode |
( |
| ) |
const |
|
inline |
◆ GetOperands()
const std::string & yaze::app::emu::InstructionEntry::GetOperands |
( |
| ) |
const |
|
inline |
◆ GetInstruction()
const std::string & yaze::app::emu::InstructionEntry::GetInstruction |
( |
| ) |
const |
|
inline |
◆ address
uint32_t yaze::app::emu::InstructionEntry::address |
◆ opcode
uint8_t yaze::app::emu::InstructionEntry::opcode |
◆ operands
std::string yaze::app::emu::InstructionEntry::operands |
◆ instruction
std::string yaze::app::emu::InstructionEntry::instruction |
The documentation for this class was generated from the following file: