Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

A polynomials in mamory can be represented by____________

2151


is there eligible for computer science engg students to write exams and how much percentage we want to attempt exam based on degree

1932


what is the proper location of sample point for sphere tank?

2019


what is the formula/ ratio for hollow block? considering to a 40 kgs of portland cement.

1900


WHY WE USE {} AT THE STARTING OF C PROGRAM

2003


What type of questions are asked in interview?

1786


what is 16 bit processor and what is 32 bit processor?how can we differentiate and identify or find that ?How they access data?

1899


There are prime factors of two numbers a and b , write a program using this prime factors whether a is divisible by b?

1903


what is difference between value datatype and object datattype

2141


boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName);

2164


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,

2297


Define function ? Explain arguments in functions ?

2193


what is a pointer in c language?

1915


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.

2073


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.

2104