subject

Suppose that you are given the following program (with memory addresses shown on the left). After the instruction "mov ebp, esp", which of the following is referenced by each of the following?
.data
x DWORD 153461
y WORD 37
z WORD 90
.code
main PROC
push x
push y
push z
call someProcedure...
exit
main ENDP
someProcedure PROC
push ebp
mov ebp, esp
...
pop ebp
ret 8
someProcedure ENDP
END MAIN
Match
1) [ebp + 4] a. The previous value of EBP
2) [ebp + 8] b. the return address from someProcedure
3) [ebp + 10] c. The decimal value 90
4) [ebp + 12] d. the memory address of someProcedure
5) [ebp] e. The decimal value 37
6) [ebp + 6] f. The decimal value 153461
g. none of these

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:40
Which is a benefit of getting information from a government website? a. the information will be easy to understand. ob. the information will be the most current. oc. the information can be trusted.
Answers: 1
question
Computers and Technology, 23.06.2019 08:30
Helen's credit card has an apr of 15.32% and a grace period of 17 days and helen pays her balance in the full every month. if her last billing cycle ended on september 26, 2009, and she made her payment on october 11, 2009, did she owe any interest on her last statement's balance?
Answers: 3
question
Computers and Technology, 24.06.2019 01:10
Create a program that will take in a single x and y coordinate as the origin. after the input is provided, the output should be all of the coordinates (all 26 coordinates read from the “coordinates.json” file), in order of closest-to-farthest from the origin.
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Ineed to know the anwser to all these questions
Answers: 2
You know the right answer?
Suppose that you are given the following program (with memory addresses shown on the left). After t...
Questions
question
Mathematics, 11.05.2021 04:50
Questions on the website: 13722361