Question: write an assembly 8 0 8 6 program to perform these tasks ( emu 8 0 8 6 ) : Tasks: Number Input and Manipulation:
write an assembly program to perform these tasksemu:
Tasks:
Number Input and Manipulation:
Write an assembly language program that prompts the user to enter your
university ID numberat most digits
The program should display the entered number on the screen.
Rearrange the digits of the number in descending order and print the result.
Make sure to use arrays and loops in this task.
Digit Analysis and Cubing:
Extend the program to find the largest digit in the digit number entered
in Task Use loops and shift instructions for this task.
The program should display this digit.
Then, find the cube of this digit and print the result as decimal value. Use
the rotate instruction to perform the cubing operation.
Display your name at the end of the code
Write at the beginning of the code page a description for your work, as an
introduction of comments.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
