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
AnswerE.
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.