UNUSED_PC

Constant UNUSED_PC 

Source
pub const UNUSED_PC: u32 = 1;
Expand description

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.