pub fn decode_pair(x: u8) -> Option<(u8, u8)>
Decodes an EXCHANGE immediate byte into a pair of stack indices (n, m).
(n, m)
Returns None if the value is outside the valid range.
None