What do you understand by MACRO? Explain the various conditional constructs used while programming a macro?
Submitted by: Administrator- Macro can be considered to be a sequence of instructions to which a name is assigned.
- For short sequence of instructions which are of fixed nature Macros are used.
- They can execute faster as compared to subroutines.
- The MACRO directives are used to inform the assembler the starting of a macro.
- In order to enclose a macro the ENDM directive is used.
- The general format of the MACRO directive is :
Macro Name MACRO ARG1, ARG2 , …..,ARG N.
- To create macro sequences conditional assembly language statements are used. Theses statements control the flow of the program and are variations of the IF-THEN, IF-THEN-ELSE, DO-WHILE, and REPEAT-UNTIL constructs used in high-level language programming languages.
Submitted by: Administrator
- For short sequence of instructions which are of fixed nature Macros are used.
- They can execute faster as compared to subroutines.
- The MACRO directives are used to inform the assembler the starting of a macro.
- In order to enclose a macro the ENDM directive is used.
- The general format of the MACRO directive is :
Macro Name MACRO ARG1, ARG2 , …..,ARG N.
- To create macro sequences conditional assembly language statements are used. Theses statements control the flow of the program and are variations of the IF-THEN, IF-THEN-ELSE, DO-WHILE, and REPEAT-UNTIL constructs used in high-level language programming languages.
Submitted by: Administrator
Read Online Intel Microprocessor Job Interview Questions And Answers
Top Intel Microprocessor Questions
☺ | Intel Microprocessor Interview Questions Part Four! |
☺ | Intel Microprocessor Interview Questions Part Five! |
☺ | Briefly explain following instructions in 8086 family: |
☺ | Intel Microprocessor Interview Questions Part One! |
☺ | Explain the 8279 operation? |
Top PC Hardware Categories
☺ | Motherboard Interview Questions. |
☺ | Basic Computer Interview Questions. |
☺ | Embedded Systems Interview Questions. |
☺ | A + (Plus) Hardware Interview Questions. |
☺ | Computer Architecture Interview Questions. |