You are on page 1of 2

ASSEMBLY LANGUAGE PROGRAMME

Practical programmes list

1.Write an alp programme to exchange two 16 bit numbers stored in two


different memory locations
2.Addition of two 8 bit hexadecimal numbers.
3.Subtraction of two 8 bit hexadecimal numbers.
4.Addition of two 16 bit numbers
5.Addition of N-Byte numbers.
6.Block transfer.
7.Addition of two 4 digit BCD numbers.
8.Subtraction of two 4 digit BCD numbers.
9.Program for first complement of 16 bit numbers.
10.To generate fibonacci series.
11.To sort the array of numbers in ascending and descending order.
12.Multiplication of two decimal numbers.
13.To find largest of n numbers
14.To find smallest of n numbers.
15.To convert two digit packed BCD numbers into unpacked BCD.
16.2’s Complement of 8 bit numbers.
17.To convert 2 digit unpacked BCD into packed BCD.
18.To find largest of two numbers.

You might also like