3
65kviews
Explain two pass macro processor with Flowchart and databases.

Mumbai University > Computer > Sem 6 > System Programming and Compiler Construction

Marks: 10

Year:May 16

1 Answer
11
6.4kviews

It is used for for identifying the macro name and performing expansion.

Features of macro processor:

  1. Recoganized the macro definition

  2. Save macro definition

  3. Recoganized the macro call

  4. Perform macro expansion

Forward reference Problem

The assembler specifies that the macro definition should occur anywhere in the program .

So there can …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.