subject

The code below uses the Space macro which simply displays the number of blank spaces specified by its argument. What is the first number printed to the screen after this code executes? (ignore the .0000 from Canvas)main PROC push 4 push 10 call rcrsn exitmain ENDPrcrsn PROC push ebp mov ebp, esp mov eax,[ebp + 12] mov ebx,[ebp + 8] cmp eax, ebx jl recurse jmp quitrecurse: inc eax push eax push ebx call rcrsn mov eax,[ebp + 12] call WriteDec Space 2quit: pop ebp ret 8rcrsn ENDP

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:00
Which database model is best used for data warehouse and data mining
Answers: 3
question
Computers and Technology, 23.06.2019 03:10
Fill in the following program so that it will correctly calculate the price of the orange juice the user is buying based on the buy one get one sale.#include //main functionint main() { int cartons; float price, total; //prompt user for input information printf("what is the cost of one container of oj in dollars? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & price); printf("how many containers are you buying? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & cartons); if ( [ select ] ["cartons / 2", "cartons % 1", "cartons % 2", "cartons % price", "cartons / price", "cartons / total"] [ select ] ["=", "==", "! =", "< =", "> =", "< "] 0) total = [ select ] ["price * cartons", "cartons * price / 2 + price", "(cartons / 2) * price", "cartons / (2.0 * price)", "(cartons / 2.0) * price + price", "((cartons / 2) * price) + price"] ; else total = ((cartons / 2) * price) + price; printf("the total cost is $%.2f.\n", total); return 0; }
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Need fast im timed in a paragraph of 125 words, explain at least three ways that engineers explore possible solutions in their projects.
Answers: 2
question
Computers and Technology, 24.06.2019 16:00
Your is an example of personal information that you should keep private.
Answers: 2
You know the right answer?
The code below uses the Space macro which simply displays the number of blank spaces specified by it...
Questions
question
History, 19.05.2020 14:02
question
Mathematics, 19.05.2020 14:02
question
Mathematics, 19.05.2020 14:02
question
Mathematics, 19.05.2020 14:02
question
Mathematics, 19.05.2020 14:03
question
Mathematics, 19.05.2020 14:03
question
Computers and Technology, 19.05.2020 14:03
question
Mathematics, 19.05.2020 14:03
Questions on the website: 13722363