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
8085 Addition And Subtraction Programs

Microprocessor 8085 Addition and Subtraction Programs

In the article, some examples of Microprocessor 8085 addition and subtraction programs in assembly language programming (ALP) are explained. You need to learn the instruction set of 8085 in detail before programming. One program can be performed in multiple ways. Here they are mentioned as Program 1, Program 2 … Addition Programs in 8085 Addition

Microprocessor 8085 Addition and Subtraction Programs Read More »

Assembler Directives of 8085 Microprocessor

Assembler Directives of 8085 Microprocessor

In this article, Assembler Directives of 8085 microprocessor and 8085 Instruction Set Classification are discussed. Assembler Directives of 8085 Microprocessor Assembler directives, also known as pseudo-ops, are special commands used by assemblers to control the assembly process. These directives do not represent instructions that are executed by the processor but rather provide information to the

Assembler Directives of 8085 Microprocessor Read More »

Machine Control Instructions in 8085 Microprocessor

Machine Control Instructions in 8085 Microprocessor

Machine Control Instructions in 8085 Microprocessor includes the instructions related to interrupts and the instruction used to stop the program execution. Machine Control Instructions in 8085 Opcode Operand Explanation of Instruction Description NOP none No operation No operation is performed. The instruction is fetched and decoded. However no operation is executed. Example: NOP HLT none

Machine Control Instructions in 8085 Microprocessor Read More »