Home » Microprocessors

Category: Microprocessors

  • Main Features of Intel 8086 Microprocessor

    8-bit microprocessors are limited in their speed (the number of instructions that can be executed in 1 s), directly addressable memory, data handling capability, and so forth. Innovations in semiconductor technology have made it possible for the manufacturers to develop 16-bit, 32-bit, 64-bit and even larger-bit microprocessors. In this article, we look at the main…

  • Peripheral Devices used with Microprocessors

    Microprocessors and peripheral devices provide a complete solution in enhancing complex application environments. In this article, we look at some of the common peripheral devices that are used along with the microprocessor in a microcomputer system. The different peripheral devices used in a microcomputer system include: Programmable Counter/Timer A programmable counter/timer is used for the…

  • 6 Types of Microprocessor Addressing Modes

    Microprocessors perform operations on data stored in the register or memory. This data is specified in the operand field of the instruction. The data can be specified in various ways as direct data value or stored in some register or memory location, and so forth. These are referred to as the addressing modes of the…

  • The Pentium Series of Microprocessors

    The Pentium processors have a 64-bit data bus which is a major advancement in personal computer CPU design. In actual fact, the Pentium family of processors has its origins in the Intel 486 processor, and has similar instruction set with a few additional instructions. Pentium Series (P5, P54 and P54C) of Microprocessors The first Pentium…

  • Basic Microprocessor Instructions

    Microprocessors perform various basic operations that include data transfer instructions, arithmetic instructions, logic instructions, control transfer instructions and machine control operations. This set of commands (instructions set) used to control the functions of a microprocessor is specific to a given microprocessor. In this article, we look at examples of these instructions focusing on Intel 8085…

  • The Intel 8085 Microprocessor

    The 8085 Microprocessor is one of the most popular microprocessors. In this article we look at some of the basic features and pin-out configuration of this microprocessor. The block diagram of the 8085 microprocessor is shown below: 8085 Microprocessor Registers The 8085 microprocessor registers include an 8-bit accumulator, an 8-bit flag register (five 1-bit flags,…

  • 4 Types of Processor Architectures

    Processor architecture can be classified as one of the following four architectures: Accumulator-Based Processor Architecture In the accumulator-based processor architecture, illustrated above, instructions begin and end in accumulators (Acc A and Acc B), which are specially designated registers. In a typical operation, one of the operands is found in the accumulator and the other is…

  • Basic Architecture of a Microprocessor

    The microprocessor is typically referred to as the central processing unit (CPU). It is the part of the processor system which processes the data, fetching instructions from memory, decoding them and executing them. The internal structure (architecture) – depends on the microprocessor concerned. The figure below illustrates a general architecture of a microprocessor: The following…

  • How Special Function Registers (SFRs) are Mapped into Memory Space

    There are two basic primary architectures used for mapping special function registers into memory space. In the first type of arrangement, I/O space and memory space are separated as illustrated in Figure 1.0. The I/O devices have a separate address space, which is accomplished by either an extra I/O pin on the CPU physical interface…

  • Basic Features of a Microprocessor-Based System

    The microprocessor is the heart of a microcomputer system and can be described as a programmable device that accepts binary data from an input device; then processes the data according to the instructions stored in the memory and provides results as output. That is to say, the microprocessor executes the program stored in the memory…