pub fn decode_instructions(code: &[u8]) -> Result<Vec<Instruction>>
Decodes raw opcode bytes into Instructions.
Instruction