forge::utils

Function decode_instructions

Source
pub fn decode_instructions(code: &[u8]) -> Result<Vec<Instruction<'_>>, Report>
Expand description

Decodes raw opcode bytes into Instructions.