Microprocessor-8085

  1. Terminology Used in Microprocessor and Microcontroller
  2. CISC and RISC Processor Architecture
  3. Von Neumann and Harvard Architecture
  4. Basics of Microprocessor and Microcontroller
  5. Introduction to Microprocessor 8085
  6. Architecture of 8085 Microprocessor
  7. Pin Diagram of 8085 Microprocessor and Pin Description
  8. Addressing Modes in 8085 Microprocessor
  9. Machine Control Instructions in 8085 Microprocessor
  10. Timing Diagram of 8085 Instructions
  11. Data Transfer Instructions in 8085 Microprocessor
  12. Arithmetic Instructions in 8085 Microprocessor
  13. Logical Instructions in 8085 Microprocessor
  14. Branching instructions in 8085 Microprocessor
  15. Stack and Subroutine in 8085 Microprocessor
  16. Interrupts in 8085 Microprocessor
  17. Introduction to Assembly Language Programming
  18. Assembler Directives of 8085 Microprocessor
  19. Simple Data Transfer Program in 8085 Microprocessor
  20. Microprocessor 8085 Addition and Subtraction Programs
  21. Programs on Logical Instructions in 8085 Microprocessor
  22. Multiplication Programs in 8085 Microprocessor
  23. Division Programs in 8085 Microprocessor
  24. 8085 Program to Find the Largest Number in an Array of Data
  25. 8085 Program to Find the Smallest Number in An Array of Data
  26. 8085 Program to Count Negative Numbers | ALP to Count Negative Numbers
  27. 8085 Program to Find the Smallest Number in An Array of Data
  28. 8085 Program to Arrange an Array of Data in Ascending Order
  29. 8085 Program to Arrange an Array of Data in Descending Order
  1. 8085 Program to Find the Square of a Number from 0 to 9 Using a Table of Square
Branching instructions in 8085 Microprocessor, branch control instructions for microprocessor 8085,

Branching instructions in 8085 Microprocessor

The instructions in 8085 that are used to transfer the program control from one memory location to another memory location are grouped under branching instructions in 8085 microprocessor. Branching Instructions in 8085 Opcode Operand Explanation of Instruction Description JMP 16-bit address Jump unconditionally The program sequence is transferred to the memory location specified by the […]

Branching instructions in 8085 Microprocessor Read More »

Logical instructions in 8085 Microprocessor

Logical Instructions in 8085 Microprocessor

Logical instructions in 8085 microprocessor performs the logical operations like AND, OR, EXCLUSIVE- OR, complement, compare and rotate. The flag conditions are altered after execution of an instruction in this group. Logical Instructions in 8085 Opcode Operand Explanation of Instruction Description CMP R M Compare register or memory with accumulator The contents of the operand

Logical Instructions in 8085 Microprocessor Read More »

Arithmetic Instructions in 8085 Microprocessor

Arithmetic Instructions in 8085 Microprocessor

Arithmetic Instructions in 8085 Microprocessor includes the instructions, which performs the addition, subtraction, increment or decrement operations. The flag conditions are altered after execution of an instruction in this group. Arithmetic Instructions in 8085 Opcode Operand Explanation of Instruction Description ADD R M Add register or memory, to accumulator The contents of the operand (register

Arithmetic Instructions in 8085 Microprocessor Read More »

Data Transfer Instructions in 8085 microprocessor, Instruction set classification of 8085 microprocessor,

Data Transfer Instructions in 8085 Microprocessor

As per name data transfer instructions in 8085 microprocessor used for the data transfer operation. Let’s have a quick look over classification of instructions. 8085 Instruction Set Classification The 8085 instruction set can be classified into the following five functional headings. Data transfer instructions It includes the instructions that move (copies) data between registers or

Data Transfer Instructions in 8085 Microprocessor Read More »

Basics Of Microprocessor And Microcontroller

Basics of Microprocessor and Microcontroller

Microcomputer, microprocessor, and microcontroller are all electronic devices used for processing data, but they differ in their functionality and architecture. Let’s understand some Basics of Microprocessor and Microcontroller and microcomputer. Microprocessor A microprocessor is a central processing unit (CPU) on a single integrated circuit (IC) chip. It is essentially the “brain” of a computer or

Basics of Microprocessor and Microcontroller Read More »