MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following macros can put a macro assembler into an infinite loop ? |
| A. | 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 |
| B. | MACRO M2, XIF EQ, XM2 XENDCIF NE, XWORD X + 1ENDCENDM |
| C. | both (a) and (b) |
| D. | none of these |
| Answer» C. both (a) and (b) | |