it gets decoded as "nop", but that's an alias -- the actual instruction is "ori 0, 0, 0" so when it gets run, ISACaller thinks it's an illegal instruction. I think we should add a special case to allow running code spelled as "ori 0, 0, 0" too, since we support all other base instructions rather than aliases.