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