You are on page 1of 2

1.

exchange of two 8-bit numbers


-register to register.
-memory to memory.

2. exchange of two 16-bit numbers.


-register to register.
-memory to memory.

3.Transfer of block of elements.


4. Transfer of block of elements in reverse order.
5.Exchange of block of elements.
6.Exchange of block of elements in reverse order.
7.One’s compliment of 8-bit numbers and 16-bit numbers.
8.Two’s compliment of 8-bit numbers and 16-bit numbers.
9.Addition of two 8-bit numbers.
10.Substraction of 8 bit number.
11.Addition of two 16-bit numbers
12. Substraction of two 16-bit numbers.
13.Addition of two n byte -hexadecimal numbers.
14. Multiplication of two 8-bit numbers by successive addition.
15. Division of two 8 bit numbers by successive substraction.
16. To find largest and smallest numbers in an array.
17.Sorting array in ascending/descending order.
18.Implementation of full adder.
19.Counting no.of positive, negative and zeroes in an array.
20. To evaluate logical expression (a+b)*(c+d).
21. conversion of HEX to ASCII
22. conversion of ASCII to HEX.

You might also like