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