pub(crate) fn compute_stack_io(op: u8, immediate: Option<&[u8]>) -> (u8, u8)Expand description
Returns the real (inputs, outputs) stack I/O for an opcode, decoding the immediate for
DUPN, SWAPN, and EXCHANGE whose opcode-table entries are placeholders.