yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::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 47 of file asm_parser.h.

Member Function Documentation

◆ operator==()

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

Definition at line 51 of file asm_parser.h.

References mnemonic, and mode.

Member Data Documentation

◆ mnemonic

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

Definition at line 48 of file asm_parser.h.

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

◆ mode

AddressingMode yaze::emu::MnemonicMode::mode

Definition at line 49 of file asm_parser.h.

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


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