Skip to content

Arnabdaz/8085_programs

Repository files navigation

8085 simple programs

codes are for the following questions:

  1. Write a program for addition of two 8 bit numbers using registers and storing result in registers.

  2. Write a program for addition of two 8 bit numbers using numbers stored in memory and storing result in register.

  3. Write a program for addition of two 8 bit numbers in memory and storing the result in memory.

  4. Write a program for the addition of three 8-bit numbers

  • Addition using register (without carry)
  1. Write a program for the addition of three 8-bit numbers
  • Addition Using Memory Location (With Carry)
  1. Write a program to subtract two 8-bit numbers using 8085
  • Subtraction from memory (without borrow)
  1. Write a program to subtract two 8-bit numbers using 8085
  • Subtraction of two 8 bit numbers (using borrow)
  1. Write a program to subtract two 8-bit numbers using 8085 for,
  • Subtraction of two 8-bit numbers using 2’complement method
  1. Write a program to multiply 8-bit numbers using 8085
  • Multiplication of two 8-bit numbers (without carry)
  1. Write a program to multiply 8-bit numbers using 8085
  • Multiplication of two 8-bit numbers (with carry)
  1. Write a program to multiply 8-bit numbers using 8085
  • Multiplication of three 8-bit numbers (without carry)
  1. Write a program to divide two 8-bit numbers.
  • Division of two numbers using registers.
  1. Write a program to divide two 8-bit numbers.
  • Division of two numbers using memory location
  1. Write a program to find the largest number in an array

  2. Write a program to find the smallest number in an array

  3. Write a program to search a number in an array

  4. Write a program to sort an array in ascending order

  5. Write a program to sort an array in descending order

About

8085 asm codes for basic programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published