Monday, March 28, 2016

Microprocessor 8085



Intel's 8085 has been a very important microprocessor architecture to start for the beginners. It gives a good basic understanding of digital systems. Here I have shared some assembly level programs of the 8085 microprocessor. You can simulate the programs using GNU 8085 simulator for assembling and simulation, it is available for free and can be downloaded from here.


8085 Mnemonics with Op-code




List of 8085 Programs:
  1. Addition and subtraction of numbers.
  2. Multiplication of numbers. (Signed and unsigned numbers)
  3. Division of numbers. (Result in terms of quotient and remainder)
  4. Sorting of Arrays. (Ascending and descending)
  5. Addition and subtraction of array.
  6. Counting. (No. of 1's & 0's and positive & negative numbers in an array)
  7. Generation of Fibonacci series.
  8. Generation of Arithmetic series.
  9. Generation of Geometric progression.
  10. Generation of Arithmetic geometric progression.



No comments:

Post a Comment