Serial Communication Interface in Microprocessor

Serial Communication Interface in Microprocessor: The Serial Communication Interface in Microprocessor is full duplex, meaning it can transmit and receive simultaneously. It is also receive-buffered, meaning it can commence reception…

Continue Reading Serial Communication Interface in Microprocessor

Register Architecture of 68000 Microprocessor

Register Architecture of 68000 Microprocessor: Fig. 11.1 illustrate the Register Architecture of 68000 Microprocessor. Data Registers: The data registers can be used to handle (8-bit) bytes, (16-bit) words, or 32-bit…

Continue Reading Register Architecture of 68000 Microprocessor

Microprocessor 8086 Pin Configuration Articles

Microprocessor 8086 Pin Configuration Articles: 8086 Microprocessor Pin Diagram and 8088 Pin Diagram : In order to implement many situations in the microcomputer system the 8086 Microprocessor Pin Diagram and…

Continue Reading Microprocessor 8086 Pin Configuration Articles

Address Decoding Techniques in 8086 Microprocessor

Address Decoding Techniques in 8086 Microprocessor: The Different types of Address Decoding Techniques in 8086 Microprocessor are, Absolute decoding Linear decoding Block decoding 1. Absolute Decoding : In absolute decoding technique…

Continue Reading Address Decoding Techniques in 8086 Microprocessor

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…

Continue Reading 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…

Continue Reading 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…

Continue Reading Modular Programming in 8086 Microprocessor