Crate simple6502

Source

Structs§

BasicMemory
A basic model of a non-mapped 16 KB of memory.
Emulator
An instance of a 6502 emulator.
Instruction
A single instruction from an emulator.
Status
The status of the emulator.

Enums§

Opcode
A singular opcode.

Traits§

Memory
A trait defining that this object is available to use memory for an emulator.