pub fn encode_pair(n: u8, m: u8) -> Option<u8>
Encodes a pair of stack indices into an EXCHANGE immediate byte.
Returns None if the pair cannot be encoded.
None