0
6.7kviews
Comparison between Macros and Procedure

SUBJECT: MICROPROCESSOR AND PERIPHERALS INTERFACING

TOPIC: INSTRUCTION SET AND PROGRAMMING OF 8086

DIFFICULTY: MEDIUM

1 Answer
1
401views

Comparison between Macros and Procedure :-


PROCEDURE MACROS
Procedures are used for large group of instructions to be repeated. Macros are used for small group of instructions to be repeated.
Object code is generated only once in memory. Object code is generated everytime the macro is called.
CALL & RET …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.