Vidyalelo
Computer Fundamentals · Q368

Operating System

Computer Related · Computer Fundamentals · question 368

Q368

The macro processor must perform

A.
recognize macro definitions and macro calls
B.
save the macro definitions
C.
expand macros calls and substitute arguments
D.
all of the above
Answer
E.
None of the above

Answer: Option D

Solution

Answer: Option D
Solution:
A macro processor enables you to define and to use macros in your assembly programs. When you define a macro, you provide text (usually assembly code) that you want to associate with a macro name. Then, when you want to include the macro text in your assembly program, you provide the name of the macro.