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, 23.06.2019 09:30
Facial expressions and gestures are examples of messages.
Answers: 3
question
Computers and Technology, 23.06.2019 18:40
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
question
Computers and Technology, 24.06.2019 04:30
What is the process in which the software development team compiles information to determine the final product
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
You know the right answer?
Given the following procedures, with code segment instruction addresses given on each line in 4 byte...
Questions
question
Mathematics, 04.02.2022 14:10
question
Mathematics, 04.02.2022 14:10
question
Mathematics, 04.02.2022 14:10
question
Physics, 04.02.2022 14:10
question
Mathematics, 04.02.2022 14:10
question
Physics, 04.02.2022 14:20
question
English, 04.02.2022 14:20
Questions on the website: 13722362