You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
The operands are parsed as self-defining term - as a term of machine instruction. See assembler_operand_rules.g4 and machine_expr_rules. Once parsed as self_def_term, it is immediately checked whether it has 4 and less characters.
The text was updated successfully, but these errors were encountered:
Describe the bug
Valid ALIAS operands are marked as errors.
https://www.ibm.com/docs/en/zos/2.1.0?topic=statements-alias-instruction
To Reproduce
Write the following program:
Currently, it is marked as 'Bad operand value'.
Expected behavior
No errors.
Platform
Additional context
The operands are parsed as self-defining term - as a term of machine instruction. See assembler_operand_rules.g4 and machine_expr_rules. Once parsed as self_def_term, it is immediately checked whether it has 4 and less characters.
The text was updated successfully, but these errors were encountered: