Question: EMU 8086 RUN 2. Write an Assembly Language code that takes any 7 of decimal digits (09) in any order as input and rearrange them
EMU 8086 RUN

2. Write an Assembly Language code that takes any 7 of decimal digits (09) in any order as input and rearrange them in ascending and descending order. Use two different procedures for arranging the digits in ascending and descending order. Input: Enter the elements of array: 2413598 Output: Ascending: 1234589 Descending: 9854321 Instructions: - You must add source code and output screenshots int the lab report. Please take screenshot in such a way that the wallpaper of your pc is visible. - Also, upload the executable files (.asm) of individual problem in the assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
