pub fn decode_instructions(code: &[u8]) -> Result<Vec<Instruction<'_>>>
Expand description
Decodes raw opcode bytes into Instruction
s.
pub fn decode_instructions(code: &[u8]) -> Result<Vec<Instruction<'_>>>
Decodes raw opcode bytes into Instruction
s.