Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

8085 Programming Assignment

Program-1 WAP to perform addition of two 8-bit numbers with carry using
8085.
Program-2 WAP to perform subtraction of two 8-bit numbers with borrow
using 8085.
Program-3 WAP to perform multiplication of two 8-bit numbers using 8085.
Program-4 WAP to check whether a number is even or odd using 8085.
Program-5 WAP to add two BCD numbers using 8085.
Program-6 WAP to count number of one’s in a given 8-bit number using
8085.
Program-7 WAP to find largest number in a array of data using 8085.
Program-8 WAP to convert two BCD number from memory to equivalent HEX
number using 8085.
Program-9 WAP to find sum of digits of 8-bit numbers using 8085.
Program-10 WAP to find the sum of a series where series starts
from 3001 memory address and count of series is at 3000 memory address,
store result into 4000 memory address using 8085.
Program-11 WAP to find 1’s and 2’s complement of a number using 8085.
number is stored at 3000 memory address and store result
into 3001 and 3002 memory address.
Program-12 WAP to reverse 8-bit number using 8085.
Program-13 WAP to find maximum of two 8-bit numbers using 8085.
Program-14 WAP to convert 8-bit number into its grey number using 8085.
Program-15 WAP to exchange the content of flag register with B using 8085.
Program-16 WAP to masking of lower and higher nibbles of 8-bit numbers
using 8085.

You might also like