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, 24.06.2019 14:00
Which describes careers that have similar education requirements but different qualifications? product safety engineers and materials engineers industrial safety engineers and industrial health engineers quality control systems managers and inspectors industrial safety and health engineers and hand packers
Answers: 3
question
Computers and Technology, 25.06.2019 02:30
How to delete a question in
Answers: 2
question
Computers and Technology, 25.06.2019 03:30
What best describes the purpose of occupational safety and health administration
Answers: 1
question
Computers and Technology, 25.06.2019 05:50
Acolor class has three public, integer-returning accessor methods: getred, getgreen, and getblue, and three protected, void-returning mutator methods: setred, setgreen, setblue, each of which accepts an integer parameter and assigns it to the corresponding color component. the class, alphachannelcolor-- a subclass of color-- has an integer instance variable, alpha, containing the alpha channel value, representing the degree of transparency of the color. alphachannelcolor also has a method named dissolve (void-returning, and no parameters), that causes the color to fade a bit. it does this by incrementing (by 1) all three color components (using the above accessor and mutator methods) as well as the alpha component value. write the dissolve method.
Answers: 2
You know the right answer?
Write a complete program that sorts dword unsigned integer array in descending order. Assume that th...
Questions
question
Mathematics, 16.12.2020 03:10
question
Mathematics, 16.12.2020 03:10
question
Mathematics, 16.12.2020 03:10
Questions on the website: 13722367