Crate rustzx_z80
source ·Expand description
Module which contains all CPU-specific structures, functions, constants
Structs
- Provides easy methods to generate some Z80 opcodes. Currently only limited opcode list is supported
- Opcode, divided in parts
- Z80 registers
- Z80 Processor struct
Enums
- Interrupt mode enum
- Instruction prefix type
- 8-bit register names
- 16-bit register names
Constants
Traits
- Represents memory where opcodes generated by
CodeGenerator
will be placed - Z80 processor System bus Implement it for communication with CPU.