#include <cstdint>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Variables | |
const std::unordered_map< uint8_t, std::string > | opcode_to_mnemonic |
const std::unordered_map< uint8_t, uint8_t > | opcode_to_cycle_count |
const std::unordered_map<uint8_t, std::string> opcode_to_mnemonic |
Definition at line 7 of file opcodes.h.
Referenced by yaze::app::emu::Cpu::LogInstructions(), yaze::app::emu::Emulator::RenderCpuInstructionLog(), and yaze::app::emu::anonymous_namespace{emulator.cc}::ShouldDisplay().