Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PROBLEMS SECTION 1 . 1 : BRIEF HISTORY OF THE x 8 6 FAMILY Which microprocessor, the 8 0 8 8 or the 8 0
PROBLEMS
SECTION : BRIEF HISTORY OF THE x FAMILY
Which microprocessor, the or the was released first?
If the and both have bit external data buses, what is the difference between them?
What does bit" or bit" microprocessor mean? Does it refer to the internal or external data path?
Do programs written for the run on and based CPUs?
What does the term upward compatibility mean?
Name a major difference between the and the
Which has the larger queue, the or the
SECTION : INSIDE THE
State another way to increase the processing power of the CPU other than increasing the frequency.
What do "BIU" and EU stand for, and what are their functions?
Name the generalpurpose registers of the
abit
bbit
Which of the following registers cannot be split into high and low bytes?
a
b AX
c DS
d
e BX
f DX
g
h
i DI
SECTION : INTRODUCTION TO ASSEMBLY PROGRAMMING
Which of the following instructions cannot be coded in Assembly language? Give the reason why not, if any. To verify your answer, code each in DEBUG. Assume that all numbers are in hex.
a MOV AX
b MOV ALF
d MOV CX
e MOV SI
c MOV DSBF
g MOV DSBX
h MOV BXCS
f MOV CS
j MOV AXFB
k MOV CSBH
i MOV CHAX
i MOV AXDL
SECTION : INTRODUCTION TO PROGRAM SEGMENTS
Name the segment registers and their functions in the
If and find:
a The logical address
b The physical address
c The lower and upper ranges of the code segment
Repeat Problem with and
If and the offset find:
a The physical address
b The logical address of the data being fetched
c The lower and upper range addresses of the data segment
Repeat Problem using DS and the offset
Assume that the physical address for a location is Suggest a possible logical address.
If an instruction that needs to be fetched is in physical memory location and does the code segment range include it or not? If not, what value should be assigned to CS if the IP must equal
Using DEBUG, assemble and unassemble the following program and provide the logical address, physical address, and the content of each address location. The CS value is decided by Windows, but use IP
MOV AL
MOVBH,
ADDBH,
ADDBH,
MOV BL BH
ADD BL AL
Repeat Problem for the following program from page
MOV AL ; clear AL
ADD AL ; add the contents of DS: to AL
ADD AL ; add the contents of DS: to AL
ADD AL ; add the contents of DS: to AL
ADD AL ; add the contents of DS: to AL
ADD AL ; add the contents of DS: to AL
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started