subject

Given the following procedures, with code segment instruction addresses given on each line in 4 byte hex... 00000000 main PROC
; ... Execution Point A
0000011C CALL doSomething
00000120 MOV result, EAX
; ...
0000023E exit
0000023F main ENDP

0000023F checkThings PROC
; ...
00000243 XOR BX, 0A00h
; Execution Point B
; ...
00000274 RET
00000275 checkThings ENDP

00000275 doSomething PROC
; ...
000002A0 CALL checkThings
000002A5 MOV EAX, EDX
; ...
000002F3 RET
000002F4 doSomething ENDP
Assume there are no stack operations other than the shown CALL and RET instructions, and ESP = 00000900h at Execution Point A. At Execution Point B:

Required:
a. What is the current value of the stack pointer (in 4 byte hex)?
b. What is the value at the top of the stack (in 4 byte hex)?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:30
Elements such as fonts colors visual structure graphics and the interface of a web page should complement each other to ensure blank
Answers: 3
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
question
Computers and Technology, 24.06.2019 07:20
Ingrid started speaking about her slide presentation. when she clicked to th"third slide, which had just a picture of an elephant, she forgot what she wassupposed to talk about. what could ingrid do to avoid this situation in thefuture? oa. print handouts for her audience.ob. add presenter's notes to each slide.oc. add a video to each slide.od. save her slide presentation to a flash drive
Answers: 2
question
Computers and Technology, 24.06.2019 22:00
Is the process of organizing data to reduce redundancy. a. normalization b. primary keying c. specifying relationships d. duplication
Answers: 1
You know the right answer?
Given the following procedures, with code segment instruction addresses given on each line in 4 byte...
Questions
question
Mathematics, 03.12.2021 09:00
question
Mathematics, 03.12.2021 09:00
question
Spanish, 03.12.2021 09:00
question
Mathematics, 03.12.2021 09:00
question
Mathematics, 03.12.2021 09:10