Question 5642 – Compiler-Design
May 17, 2024Question 5771 – Compiler-Design
May 17, 2024Question 5768 – Compiler-Design
‘Macro’ in an assembly level program is _______.
Correct Answer: A
Question 273 Explanation:
→ A macro is a sequence of instructions, assigned by a name and could be used anywhere in the program.
→ A macro is an extension to the basic ASSEMBLER language. They provide a means for generating a commonly used sequence of assembler instructions/statements.
→ The sequence of instructions/statements will be coded ONE time within the macro definition. Whenever the sequence is needed within a program, the macro will be “called”.
→ A macro is an extension to the basic ASSEMBLER language. They provide a means for generating a commonly used sequence of assembler instructions/statements.
→ The sequence of instructions/statements will be coded ONE time within the macro definition. Whenever the sequence is needed within a program, the macro will be “called”.
sub program
a complete program
a hardware portion
relative coding