https://github.com/mnemonikr/symbolic-pcode/blob/d968cf7d3d6e364d43d48072592122921824cdcc/crates/pcode/src/processor.rs#L308-L310 This can fail for noop instructions. Should make this return an `Option` so it's more clear that this edge case needs to be handled by the caller.