Define macro assembler.
Answers
Answered by
3
A macro is another way of ensuring modularprogramming in assembly language. Amacro is a sequence of instructions, assigned by a name and could be used anywhere in the program.
Answered by
0
Explanation:
A macro is another way of ensuring modularprogramming in assembly language. Amacro is a sequence of instructions, assigned by a name and could be used anywhere in the program. .
Similar questions