Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Read the question carefully and fill those 2 blanks and explan the answer. Please fill those 2 blanks and provide some explanations , thanks! Fill

Read the question carefully and fill those 2 blanks and explan the answer. image text in transcribed

Please fill those 2 blanks and provide some explanations, thanks!

Fill in multiple blanks. (Your answer must be given in hexadecima: do not forget "h" at the end) This exercise is about address translation on an x86 Intel CPU. This CPU translates (using hardware) a logical address LA into a physical address PA as follows: if (LA references data) PA = 10h *DS + LA else // LA references an instruction, i.e. LA is in Register IP: the i nstruction pointer PA 10h *CS + IP Suppose DS = 0x0000 and CS = 0x0000. Consider the memory access nstruction is at address FOO0h MOV SI, 40A0h MOV BX, [SI] The physical address of the memory access instruction is and the physical address of its memory operand is

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions