info@avatto.com
+91-9920808017
0. Which of the following macros can put a macro assembler into an infinite loop?
MACRO M1, X IF EQ, X if X = 0 then.... M1 X + 1 ENDC IF NE, X : IF X ≠ 0 then...... WORD X : address (X) is stored here ENDC ENDM
MACRO M2, X IF EQ, X M2 X ENDC IF NE, X WORD X + 1 ENDC ENDM
both (A) and (B)
none of these
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login