pub fn parse(code: &str) -> IResult<&str, LoadField>
Parse ir code to get a LoadField instruction.
LoadField