in intel 8086 why is the segment register content appended
by zero to generate physical address?
Answer Posted / naresh
intel 8086 processor is 16 bit processor, so segment registers are 16 bit in size,but physical address need 20 bit,in order to generate 20 bit physical address segment register is appended by zero at last bits to make it 20 bit.This append process is taken by address generation circuit inside the 8086 chip.
For example segment register value is "1600 H", it's modified by address generation circuit by appending zero at last. the value is "16000 H"
This address is added with respective offset register to know the exact position in memory.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
A polynomials in mamory can be represented by____________
is there eligible for computer science engg students to write exams and how much percentage we want to attempt exam based on degree
what is the proper location of sample point for sphere tank?
what is the formula/ ratio for hollow block? considering to a 40 kgs of portland cement.
WHY WE USE {} AT THE STARTING OF C PROGRAM
What type of questions are asked in interview?
what is 16 bit processor and what is 32 bit processor?how can we differentiate and identify or find that ?How they access data?
There are prime factors of two numbers a and b , write a program using this prime factors whether a is divisible by b?
what is difference between value datatype and object datattype
boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName);
Three pc now connected the 24 port switch.one pc ip adders 192.168.0.125,anather pc ip is 192.168.0.98, anather pc ip is 192.168.0.123, so 98 or 125 ping replay to 123,but 123 is not replay 125 or 98, but 123 is others pc ping replay,
Define function ? Explain arguments in functions ?
what is a pointer in c language?
hi friends i am b-tech in computer science having interview of State bank of india clerk day on 30 th april. I want to know the answer of question:"you r B.tech in C.S. why do u want to become a bank clerk?" please help.Its my humble request.
Problem:Design and implement a class that allows a teacher to track the grades in a single ourse.Include methods that calculate the average grae, the highest grade, and the lowest grade.Wrute a program to testyour class implementation in a c#. given grades:integral=85, physics=87, datastruct=84.