pub const UNUSED_PC: u32 = 1;
This is used in the InstrEvent to indicate that the instruction is not from the CPU. A valid pc should be divisible by 4, so we use 1 to indicate that the pc is not used.
InstrEvent