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, 22.06.2019 06:00
In outlook how can cherie look at the details of an event that appears on the month view of her calendar? check all that apply. by switching to the detail view by switching to the week view by switching to the day view by right-clicking on the event by double-clicking on the event by highlighting the event
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
Need asap write a short paper describing the history and differences between six sigma, waterfall, agile, and scrum models. understanding these models can give you a good idea of how diverse and interesting it development projects can be. describe what the rationale for them is and describe their key features. describe the history behind their development. at least 400 words
Answers: 1
question
Computers and Technology, 24.06.2019 05:00
Who is most likely be your target audience if you create a slide presentation that had yellow background and purple text
Answers: 2
question
Computers and Technology, 24.06.2019 11:40
100 pts. first person gets brainliest
Answers: 2
You know the right answer?
Write a complete program that sorts dword unsigned integer array in descending order. Assume that th...
Questions
Questions on the website: 13722360