Which of the following macros can put a macro assembler into an infinite loop ?
- MACRO M1, XIF EQ, X if X = 0 then....M1 X + 1ENDCIF NE, X : IF X ≠ 0 then......WORD X : address (X) is stored hereENDCENDM
- MACRO M2, XIF EQ, XM2 XENDCIF NE, XWORD X + 1ENDCENDM
- both (a) and (b)
- none of these
(b).MACRO M2, XIF EQ, XM2 XENDCIF NE, XWORD X + 1ENDCENDM
need an explanation for this answer? contact us directly to get an explanation for this answer