lib6502/
addresses.rs

1/// Interrupt vectors
2pub const NMI_VECTOR: u16 = 0xfffa;
3pub const RESET_VECTOR: u16 = 0xfffc;
4pub const IRQ_VECTOR: u16 = 0xfffe;