Function byte
pub fn byte<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the BYTE instruction.
Extracts a single byte from a word at a given index.
pub fn byte<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the BYTE instruction.
Extracts a single byte from a word at a given index.