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