fast6502 0.1.0

WIP Fast and accurate 6502 emulator.
Documentation
1
2
3
4
5
#![no_std]

mod memory;

pub use memory::Memory;