pub fn decode_instruction(
address: usize,
max_bytes: usize,
) -> Option<InstructionInfo>Expand description
decode instruction at given address
returns instruction info or None if decoding fails
pub fn decode_instruction(
address: usize,
max_bytes: usize,
) -> Option<InstructionInfo>decode instruction at given address
returns instruction info or None if decoding fails