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