Q:

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

0

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

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (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

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now