pub fn decode_at(
code: &[u8],
offset: u32,
) -> Result<DecodedInstruction, DecodeError>Expand description
Decode a single instruction at the given offset
ยงErrors
Returns a DecodeError if the instruction cannot be decoded.
pub fn decode_at(
code: &[u8],
offset: u32,
) -> Result<DecodedInstruction, DecodeError>Decode a single instruction at the given offset
Returns a DecodeError if the instruction cannot be decoded.