yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
opcodes.h File Reference
#include <cstdint>
#include <string>
#include <unordered_map>
Include dependency graph for opcodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const std::unordered_map< uint8_t, std::string > spc_opcode_map
 

Variable Documentation

◆ spc_opcode_map

const std::unordered_map<uint8_t, std::string> spc_opcode_map

Definition at line 7 of file opcodes.h.

Referenced by yaze::app::emu::audio::Spc700::LogInstruction().