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 > opcode_to_mnemonic
 
const std::unordered_map< uint8_t, uint8_t > opcode_to_cycle_count
 

Variable Documentation

◆ opcode_to_mnemonic

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

◆ opcode_to_cycle_count

const std::unordered_map<uint8_t, uint8_t> opcode_to_cycle_count

Definition at line 61 of file opcodes.h.