Structs§
- Instruction
Iter - An iterator over the variants of Instruction
- Opcode
Iter - 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
Register
holding a byte, or an immediate byte value. - Decode
Error - Instruction
- CHIP-8 instructions.
- Instruction
Discriminants - Auto-generated discriminant enum variants
- Opcode