StepAddr

Type Alias StepAddr 

Source
pub type StepAddr = u16;
Expand description

Step address in bytecode (raw u16).

Used for layout addresses, entrypoint targets, bootstrap parameter, etc. For decoded instruction successors (where 0 = terminal), use StepId instead.