0% found this document useful (0 votes)
4 views1 page

L 4

The document outlines an assignment for a microprocessor programming course focused on assembly language programming. It includes various tasks such as writing programs to count bits, reverse strings, concatenate strings, find string lengths, and perform arithmetic operations. The assignment aims to enhance students' understanding and practical skills in assembly language programming.

Uploaded by

sanikadesai2707
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

L 4

The document outlines an assignment for a microprocessor programming course focused on assembly language programming. It includes various tasks such as writing programs to count bits, reverse strings, concatenate strings, find string lengths, and perform arithmetic operations. The assignment aims to enhance students' understanding and practical skills in assembly language programming.

Uploaded by

sanikadesai2707
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MICROPROCESSOR PROGRAMMING

Year : SY Department : AIML


4.Assembly Language Programming
ASSIGNMENT NO :4
Q.1 Draw and explain model of Assembly Language Programming.
Q2. Write an assembly language program to count no of 1’s in a 16bit number.
Q3. Write ALP to reverse the word in string.
Q4. Write ALP for concatenation of two string.
Q5. Write ALP to find length of string.
Q6. Write an ALP to find largest numbers in array of 5 elements.
Q7. Write an ALP to perform addition of two 16 bit BCD numbers.
Q8. Write an ALP to count number 1’s in a 8 bit number
Q9. Write ALP to find length of string.
Q10. Write an ALP to add,subtract,multiply and divide 16 bit numbers.
Q11. Write an ALP to sort numbers in ascending and descending order.
Q12. Write an ALP to check whether given number is positive or negative.

You might also like