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
MACRO
TEST &A,&B
AIF (&A EQ 0 OR &A EQ 1 AND &B EQ 1).END
MNOTE 8,'ERROR'
.END ANOP
MEND
TEST 0,0
TEST 0,1
* TEST 1,0 ONLY THIS ONE SHOULD GENERATE AN ERROR
TEST 1,1
The text was updated successfully, but these errors were encountered:
Describe the bug
The text was updated successfully, but these errors were encountered: