lib6502 0.2.2

An experimental 6502 emulation library
Documentation
1
2
3
4
/// Interrupt vectors
pub const NMI_VECTOR: u16 = 0xfffa;
pub const RESET_VECTOR: u16 = 0xfffc;
pub const IRQ_VECTOR: u16 = 0xfffe;