Which of the following macros can put a macro assembler into an infinite loop ?

Question:Which of the following macros can put a macro assembler into an infinite loop ?

1.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

2.MACRO M2, XIF EQ, XM2 XENDCIF NE, XWORD X + 1ENDCENDM

3. both (a) and (b)

4.none of these


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!