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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 03:00, Jadaflournoy5
Check my work the microprocessor is a(n) circuit, which is designed to process data based on a set of instructions. most desktop and laptop devices contain a microprocessor based on the standard. most tablets and smartphones contain processors based on technology. a microprocessor's circuitry is designed to perform a limited number of tasks contained in its set. during processing, an instruction is loaded into the processor's unit. data is loaded into registers in the processor's where arithmetic and logic operations are performed. microprocessor performance can be measured by its speed. other factors affecting overall processing performance include word size, cache size, and instruction set complexity. most digital devices contain only one microprocessor chip, but today's multi- processors contain circuitry that supports parallel processing. computers contain various kinds of memory. random memory is a special holding area for data, program instructions, and the system. it stores data on a temporary basis until the processor makes a data request. ram is different from disk storage because it is , which means that it can hold data only when the computer power is turned on. computers also contain read- memory, which is a type of non-volatile memory that provides a set of "hard-wired" instructions, called the loader, that a computer uses to boot up.
Answers: 3
image
Computers and Technology, 22.06.2019 18:30, Akkenson17871
The "instance" relationship shows that something is an object of a
Answers: 1
image
Computers and Technology, 22.06.2019 23:30, ansonhunter8891
What are listed in the vertical columns across the top of the event editor? a. file names b. conditions c. check marks d. action types
Answers: 1
image
Computers and Technology, 22.06.2019 23:30, lexirandall19
Define a function printfeetinchshort, with int parameters numfeet and numinches, that prints using ' and " shorthand. ex: printfeetinchshort(5, 8) prints: 5' 8"
Answers: 1
You know the right answer?
Given the following procedures, with code segment instruction addresses given on each line in 4 byte...

Questions in other subjects:

Konu
Mathematics, 24.04.2020 16:06
Konu
Mathematics, 24.04.2020 16:06