pub fn decode_single(x: u8) -> Option<u8>
Decodes a DUPN/SWAPN immediate byte into a stack index.
Returns None if the immediate is in the invalid range [91, 127].
None
[91, 127]