Conditional Statement in Assembly Language Program

Conditional Statement in Assembly Language Program: Assembler supports the use of Conditional Statement in Assembly Language Program. It also allows to use them in macro sequences. These conditional statements control the flow of the program…

Comments Off on Conditional Statement in Assembly Language Program

Macros in Microprocessor

Macros in Microprocessor: Macro is a group of instructions. The Macros in Microprocessor assembler generates the code in the program each time where the macro is 'called'. Macros can be defined by MACRO and ENDM…

Comments Off on Macros in Microprocessor

Parameter Passing Techniques in Microprocessor

Parameter Passing Techniques in Microprocessor: Parameter Passing Techniques in Microprocessor - Whenever we need to use a group of instructions several times throughout a program there are two ways we can avoid having to write…

Comments Off on Parameter Passing Techniques in Microprocessor

Modular Programming in 8086 Microprocessor

Modular Programming in 8086 Microprocessor: Many programs are too large to be developed by one programmer. Such programs are developed by team of programmers. They divide a large program into smaller modules. Then each Modular…

Comments Off on Modular Programming in 8086 Microprocessor

Assembly Instruction Format

Assembly Instruction Format: Although each Assembly Instruction Format has its own unique syntactical structure, such as requiring upper case or lower case, or requiring colons after label definitions we discuss the common features that assembler…

Comments Off on Assembly Instruction Format

Program Development and Execution

Program Development and Execution: The steps involved in Program Development and Execution of assembly language programs. Fig. 8.1 shows these steps. The left side of the figure shows the time period, at which each step…

Comments Off on Program Development and Execution