| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Nes.CPU.Instructions.Map
Synopsis
- opcodeMap :: Map Byte (OpCodeEntry r)
- data OpType
- type OpCodeEntry r = (ByteString, AddressingMode -> CPU r (), AddressingMode, OpType)
Documentation
opcodeMap :: Map Byte (OpCodeEntry r) Source #
Maps op code to the function that executes it and the addressing mode
Constructors
| Official | |
| Unofficial |
type OpCodeEntry r = (ByteString, AddressingMode -> CPU r (), AddressingMode, OpType) Source #