funes-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Nes.CPU.Instructions.Map

Synopsis

Documentation

opcodeMap :: Map Byte (OpCodeEntry r) Source #

Maps op code to the function that executes it and the addressing mode

data OpType Source #

Constructors

Official 
Unofficial 

Instances

Instances details
Eq OpType Source # 
Instance details

Defined in Nes.CPU.Instructions.Map

Methods

(==) :: OpType -> OpType -> Bool #

(/=) :: OpType -> OpType -> Bool #