Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews PC Hardware Interviews:80858086A + (Plus) HardwareA+ and Basic PCBasic ComputerBIOSCD-ROM DriveComputer ArchitectureComputer Architecture And DesignCPU (Central Processing Unit)ECDLElectronicsEmbedded SystemsFloppy DiskHard Disk (HD)Hardware and Software DesignHardware DesignIntel MicroprocessorLaptop Hardware RepairerMicroprocessorMotherboardRAMx86Zip Drive
Copyright © 2018. All Rights Reserved
Intel Microprocessor Interview Question:
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
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.