M
Q. Which of the following macros can put a micro assembler into an infinite loop?
(i)
.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
(ii)
.MACRO M2 X
.IF EQ X
M2 X
.ENDC
.IF NE, X
.WORD X+1
.ENDC
.ENDM
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. The computer that can input analog signals and return result in digital form
Q. The Compiler In C Ignores All Text Till The End Of Line Using
Q. Select relevant task characteristics from the options given below:
Q. Where are the arguments received from the command line stored?
Q. Every weak entity set can be converted into a strong entity set by:
Q. The ___________used to ease the construction of a complex object from simple objects.
Question analytics

Discusssion
Login to discuss.