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

Microprocessor Programming Assignments

The document outlines a list of assignments for Microprocessor and Assembly language programming. It includes tasks such as multiplication and division of numbers, summation calculations, finding the largest number in a set, and moving data blocks in both serial and reverse order. Each assignment focuses on different aspects of programming with registers and memory management.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Microprocessor Programming Assignments

The document outlines a list of assignments for Microprocessor and Assembly language programming. It includes tasks such as multiplication and division of numbers, summation calculations, finding the largest number in a set, and moving data blocks in both serial and reverse order. Each assignment focuses on different aspects of programming with registers and memory management.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Assignment list for Microprocessor and Assembly language programming

1. Store two different numbers in two registers and multiply those and store result in
register A.
2. Store two different numbers in two registers and divide the first number by
second and store the quotient in register B.
3. Calculate summation of all numbers from 1 to 5.
4. Store two numbers in two different registers and calculate summation using
subroutine.
5. Store 5 numbers in memory and find out the largest number.
6. Move a block of 5 bytes of data in serial order from to another memory location.
7. Move a block of 5 bytes of data in reverse order from another memory location.

You might also like