Assembly Language Programs for 8085 Microprocessor

Addition of 8-bit numbers

Addition of 16 bit numbers using DAD instruction

Addition of 16 bit numbers without using DAD instruction

Subtraction of 8-bit numbers

Subtraction of 16 bit numbers

Multiplication of 8-bit numbers

Division of 8-bit numbers

Unpack the packed BCD number

Move a block of data bytes from source memory locations to the destination memory locations

Largest number from the array of numbers

Generate the Fibonacci series

Factorial of a number

Swapping of two numbers using stack operation [// also show without using stack operation]