0% found this document useful (0 votes)
7 views3 pages

Mic Internal Questions25

The document contains a list of tasks requiring the creation of Assembly Language Programs (ALP) for various operations, including arithmetic, BCD operations, block transfers, and string manipulations. It specifies tasks such as addition, subtraction, multiplication, finding the largest and smallest numbers in an array, and string concatenation. Additionally, it includes solving equations using procedures and macros.
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)
7 views3 pages

Mic Internal Questions25

The document contains a list of tasks requiring the creation of Assembly Language Programs (ALP) for various operations, including arithmetic, BCD operations, block transfers, and string manipulations. It specifies tasks such as addition, subtraction, multiplication, finding the largest and smallest numbers in an array, and string concatenation. Additionally, it includes solving equations using procedures and macros.
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/ 3

MIC INTERNAL QUESTIONS.

1. Write an ALP to perform 16 bit Addition.

2. Write an ALP to perform 16 bit Subtraction.

3. Write an ALP to perform multiplication of two 8 bit unsigned numbers.

4. Write an ALP To perform multiplication of two 16 bit unsigned numbers.

5. Write an ALP To perform multiplication of two 16 bit signed numbers.

6. Write an ALP To 8 bit BCD numbers.

7. Write an ALP to substract two 8 bit BCD numbers.

8. Write to multiply two 8 bit BCD numbers.

9. Write an ALP to perform block transfer without string instruction.

10. Write an ALP to perform block transfer with string instruction.

11. Write an ALP to find sum of series of 5 numbers.

12. Write an ALP to find out the largest number from given array.

13. Write an ALP to find out the anallest number from given array.
14. Write an ALP to find out the anallest number from given array.
15. Write an ALP arrange the given array in ascending order.

16. Write an ALP to arrange the given array in descending order.

17. Write an ALP to find the length of string.

18. Write an ALP to concatenate two strings.

19. Write an ALP To find the even number and odd number count in an given array.

20. Write an ALP to find ‘0’s and ‘I’s count in given 16 bit number.

21. Write an ALP to solve the equation.


Z=(A+B)*(C+D)
Using procedure.

22. 21. Write an ALP to solve the equation.


Z=(A+B)*(C+D)
Using Macro.

You might also like