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