pub fn code_parser(input: &[u8]) -> IResult<&[u8], Vec<(usize, Instruction)>>