subject

Write a complete program that sorts dword unsigned integer array in descending order. Assume that the user doesn’t enter more than 40 integers. You MUST use the template and follow all the directions there. You can’t add any more procedures to the template. The procedures can’t use any global variables (variables that are inside .data segment).The caller of any procedures sends its argument through the stack. Inside any procedures, if you need to use a register, you have to preserve its original value. You can't use uses, pushad operators. The callee is in charge of cleaning the stack. Your lines must not exceed 80 columnsSample run:Enter up to 40 unsigned dword integers. To end the array, enter 0.After each element press enter:143899763452170Initial array:1 4 3 8 99 76 34 5 2 17Array sorted in descending order:99 76 34 17 8 5 4 3 2 1Press any key to continue . . .Template :include irvine32.inc; .dataarray dword 40 dup(?)string1 byte "Enter up to 40 unsigned dword integers. To end the array, enter 0.",0string2 byte "After each element press enter:", 0string3 byte "Initial array:",0string4 byte "Array sorted in descending order:",0;

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:00
Install and use wireshark program ( send back screen shots and other vital information) case project 3-2: decode a tcp segment in a wireshark capture in this chapter, you walked through tcp segment to interpret the data included in its header. in this project, you use wireshark to capture your own http messafes, examine the tcp headers, and practice interpreting the data you'll find there. 1. open wireshark and snap the window to one side of your screen. open a browser and snap that window to the other side of your screen so you can see both windows.
Answers: 2
question
Computers and Technology, 24.06.2019 11:30
Convert 11001110(acdd notation) into decimal
Answers: 2
question
Computers and Technology, 24.06.2019 17:50
Which of the following best describe how the depth-limited search works. a normal depth-first search is performed but the number of ply/depths is limited. a normal breadth-first search is performed but the number of ply/depths is limited. a normal breadth-first search is performed but values above a specific value will be ignored. a normal depth-first search is performed but values above a specific value will be ignored.
Answers: 1
question
Computers and Technology, 24.06.2019 22:30
When can you access the bios setup utility?
Answers: 1
You know the right answer?
Write a complete program that sorts dword unsigned integer array in descending order. Assume that th...
Questions
question
Mathematics, 24.05.2020 02:59
question
Mathematics, 24.05.2020 02:59
question
History, 24.05.2020 02:59