Structs§
- InstructionIter 
- An iterator over the variants of Instruction
- OpcodeIter 
- An iterator over the variants of Opcode
- Register
- One of the 16 CHIP-8 variable registers V0–VF.
Enums§
- Byte
- The possible byte operands in a CHIP-8 opcode: A nibble representing a Registerholding a byte, or an immediate byte value.
- DecodeError 
- Instruction
- CHIP-8 instructions.
- InstructionDiscriminants 
- Auto-generated discriminant enum variants
- Opcode