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 01:20
What is the full meaning of rfid in computer
Answers: 2
question
Computers and Technology, 22.06.2019 08:00
What is the first step in creating a maintenance ?
Answers: 2
question
Computers and Technology, 23.06.2019 00:00
What season was better from fortnite?
Answers: 2
question
Computers and Technology, 24.06.2019 13:30
In the rgb model, which color is formed by combining the constituent colors? a) black b) brown c) yellow d) white e) blue
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, 18.02.2021 18:50
question
Social Studies, 18.02.2021 18:50
question
Law, 18.02.2021 18:50
question
Mathematics, 18.02.2021 18:50
Questions on the website: 13722363