Skip to main content

decode_pair

Function decode_pair 

pub fn decode_pair(x: u8) -> Option<(u8, u8)>
Expand description

Decodes an EXCHANGE immediate byte into a pair of stack indices (n, m).

Returns None if the value is outside the valid range.