Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 2.73 KB

README.md

File metadata and controls

80 lines (48 loc) · 2.73 KB

8085 Microprocessor Codes

(Scroll Below to see Programs)

How to use code file :

2023-09-11.23-48-51.mp4

8085 Programs Sorted Date wise

Classroom Codes
12-09-23
  1. Add 2 numbers stored in memory location use LXI instruction
    Code Explanation - click here

  2. Add 2 numbers stored in two distant memory location use LXI instruction
    Code Explanation - click here

13-09-23
  1. Add 10 numbers stored in memory location
    Code Explanation - click here
Practical Codes
11-09-23
  1. Add 2 numbers Stored in 2 Registers
    Code Exlplanation - click here

  2. Add 2 numbers one stored in register and another in memory location
    Code Explanation - click here

  3. Add 2 numbers stored at 2 memory locations
    Code Explanation - click here

  4. Swap 2 numbers stored at 2 memory locations
    Code Explanation - click here

18-09-23
  1. 2's complement of a number
    Code Explanation - click here

  2. Add 2 16 bit numbers
    Code Explanation - click here

09-10-23
  1. Find greater between 2 numbers
    Code Explanation - click here

  2. Find greater between 3 numbers
    Code Explanation - click here