INTEL 8085 PROGRAMS
 Download all the programs in ZIP format.
Complement
- Program to Find 1’s Complement of 8-bit Number
 - Program to Find 2’s Complement of 8-bit Number
 - Program to Find 1’s Complement of 16-bit Number
 - Program to Find 2’s Complement of 16-bit Number
 
Addition
- Program to Add Two 8-bit Numbers Without Carry
 - Program to Add Two 8-bit Numbers With Carry
 - Program to Add Two 16-bit Numbers Without Carry
 - Program to Add Two 16-bit Numbers With Carry
 - Program to Add Two 8-bit Numbers and Show Result in Decimal
 - Program to Find Sum of Series of 8-bit Numbers
 
Subtraction
- Program to Subtract Two 8-bit Numbers Without Borrow
 - Program to Subtract Two 8-bit Numbers With Borrow
 - Program to Subtract Two 16-bit Numbers Without Borrow
 - Program to Subtract Two 16-bit Numbers With Borrow
 
Multiplication
Shift Operation
- Program to Shift Left 8-bit Number by 1 Bit
 - Program to Shift Left 8-bit Number by 2 Bits
 - Program to Shift Right 8-bit Number by 1 Bit
 - Program to Shift Right 8-bit Number by 2 Bits
 
Largest & Smallest
- Program to Find Largest of Two 8-bit Numbers
 - Program to Find Smallest of Two 8-bit Numbers
 - Program to Find Largest from an Array
 - Program to Find Smallest from an Array
 
Miscellaneous
- Program to Mask the Lower Nibble of an 8-bit Number
 - Program to Mask the Higher Nibble of an 8-bit Number
 - Program to Sort the Array in Ascending Order
 - Program to Sort the Array in Descending Order
 - Program to Generate Fibonacci Series
 - Program to Move Six 8-bit Numbers from One Place to Another
 - Program to Move Six 8-bit Numbers from One Place to Another in Reverse Order
 


