0
28kviews
Explain different pseudo-ops used for conditional macro expansion along an example.

Mumbai University > Computer Engineering > Sem6 > System Programming and Compiler Construction

Marks: 10M

Year: Dec 2015

1 Answer
7
898views

MACRO

  • In an assembly language program there can be group of instructions that may be repeated again and again.
  • So we combine these instruction to a single group and assign a name to it which is called as MACRO.
  • A macro is an extension to the basic ASSEMBLER language. They …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.