yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::MnemonicMode Struct Reference

#include <asm_parser.h>

Public Member Functions

bool operator== (const MnemonicMode &other) const
 

Public Attributes

std::string mnemonic
 
AddressingMode mode
 

Detailed Description

Definition at line 51 of file asm_parser.h.

Member Function Documentation

◆ operator==()

bool yaze::app::emu::MnemonicMode::operator== ( const MnemonicMode & other) const
inline

Definition at line 55 of file asm_parser.h.

References mnemonic, and mode.

Member Data Documentation

◆ mnemonic

std::string yaze::app::emu::MnemonicMode::mnemonic

Definition at line 52 of file asm_parser.h.

Referenced by yaze::app::emu::MnemonicModeHash::operator()(), and operator==().

◆ mode

AddressingMode yaze::app::emu::MnemonicMode::mode

Definition at line 53 of file asm_parser.h.

Referenced by yaze::app::emu::MnemonicModeHash::operator()(), and operator==().


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