Module libnoentiendo::cpu
source · Expand description
A cpu::Cpu
represents a processor and associated memory. Specific implementations include the cpu::mos6502::Mos6502
, which represents the MOS 6502 or its variants (e.g. 65C02).
A cpu::Cpu
represents a processor and associated memory. Specific implementations include the cpu::mos6502::Mos6502
, which represents the MOS 6502 or its variants (e.g. 65C02).