The document lists 18 assembly language programs including exchanging numbers in memory locations, adding hexadecimal and BCD numbers, block transfer, generating a Fibonacci series, sorting arrays, multiplying decimal numbers, finding largest and smallest of N numbers, converting between packed and unpacked BCD, and taking the 2's complement and finding the largest of two numbers.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
Assembly Language Programme
The document lists 18 assembly language programs including exchanging numbers in memory locations, adding hexadecimal and BCD numbers, block transfer, generating a Fibonacci series, sorting arrays, multiplying decimal numbers, finding largest and smallest of N numbers, converting between packed and unpacked BCD, and taking the 2's complement and finding the largest of two numbers.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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.