Function Parser.parseAsmInstruction

Parses an AsmInstruction

AsmInstruction parseAsmInstruction (
  ref bool maybeGccASm
);

asmInstruction: Identifier | 'align' IntegerLiteral | 'align' Identifier | Identifier ':' asmInstruction | Identifier operands | 'in' operands | 'out' operands | 'int' operands | ';' ;