Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 352 Bytes

Intel 8085 Programs

A small set of programs written for Intel Micro Processor 8085 in Assembly language.

List of Programs

  • Adding two 8 bit numbers
  • Subtracting two 8 bit numbers
  • Multiplying two 8 bit numbers
  • Dividing two 8 bit numbers
  • Sum of an Array
  • 8 bit Palindrome Checker
  • Decimal to Binary Converter
  • Square of a 8 bit number