Features of 8086 Microprocessor

Features of 8086 Microprocessor: The features of 8086 Microprocessor are : 1.The 8086 is a 16-bit microprocessor. The term "16-bit" means that its arithmetic logic unit, internal registers and most of its instructions are designed…

Comments Off on Features of 8086 Microprocessor

Types of Interrupts in 8085

Types of Interrupts in 8085: The 8085 has multilevel interrupt system. It supports two Types of Interrupts in 8085: Hardware     Software Hardware : Some pins on the 8085 allow, peripheral device to interrupt the main…

Comments Off on Types of Interrupts in 8085

Polling and Interrupts

Polling and Interrupts: In Polling and Interrupts of the microprocessor's software simply checks each of the I/O devices every so often. During this check, the microprocessor tests to see if any device needs servicing. Fig.…

Comments Off on Polling and Interrupts

Input Output Transfer Techniques

Input Output Transfer Techniques: In Input Output Transfer Techniques, the system requires the transfer of data between external circuitry and the microprocessor. In this section, we will discuss different ways of I/O transfer. Program controlled…

Comments Off on Input Output Transfer Techniques

Input Output Interfacing Techniques

Input Output Interfacing Techniques: The most of the microprocessors support isolated I/O system. It partitions memory from I/O, via software, by having instructions that specifically access (address) memory, and others that specifically access I/O. When…

Comments Off on Input Output Interfacing Techniques

Input Output Interfacing 8085 Microprocessor

Input Output Interfacing 8085 Microprocessor: Any application of a microprocessor based system requires the transfer of data between external circuitry to the microprocessor and microprocessor to the external circuitry. User can give information to the…

Comments Off on Input Output Interfacing 8085 Microprocessor

Memory Interfacing in 8085

Memory Interfacing in 8085: Memory is an integral part of a microprocessor system, and in this section, we will discuss how to interface a memory device with the microprocessor. The Memory Interfacing in 8085 is…

Comments Off on Memory Interfacing in 8085

8085 Clock Circuit

8085 Clock Circuit: The 8085 has on chip clock generator. Fig. 4.1 shows the internal block diagram of the on chip clock generator. The internal clock generator requires tuned circuit like LC, RC or crystal,…

Comments Off on 8085 Clock Circuit

Debugging in Programming

Debugging in Programming: A Debugging in Programming which allows you to load your object code program into system memory, execute the program, and debug it. How does a debugger help in Debugging in Programming ?…

Comments Off on Debugging in Programming