Saturday, August 5, 2017

8085 assignment list



1.  Add two 8 bit data,result 16 bit.
2.  Add two 16 bit numbers,result 16 bit.
3.  Subtract  two 16 bit numbers,result 16 bit.
4. Add two 8 bit decimal  number, result 16 bit
5. 8 bit decimal subtraction
6. find all flags after inr b, and save it in B register
7. 2’s complement of a number,16bit
8. Add content of two memory location
9. 8 bit data shift right,1bit
10. 8 bit data shift left,1bit
11. 16 bit data shift right,1bit
12. 16 bit data shift left,1bit
13. sum of n numbers , result 16bit
14. data transfer from one memory block to another
15. max from set of  n numbers
16. min from set of n numbers
17. linear search
18. 2nd highest from n numbers
19. multiply using repeated addition
20. multiply using add ­shift
21. count all even numbers and odd numbers
22. count positive ,negative,zero from n numbers
22. division 16 bit data by 8 bit
23. BCD addition
24. BCD subtraction
25. factorial of a number
26. fibonacci series
27. calculate number of ones and zeros in a 8 bit number
28. calculate number of ones and zeros in a 16 bit number
29. Ascending order sorting
30. descending order sorting
31. multibyte addition
32. multibyte decimal addition
33. sum of series multibyte addition
34. multibyte subtraction
35. function ­ addition,subtraction,multiply,division,square,sorting.
36. half adder and full adder
37. z= 2.A.B+C.D/4B   
38. 8 bit number palindrome checking
39. square root of number
40. merge two sorted list
41. binary code to gray code
42. gray code to binary code

No comments:

Post a Comment