answersLogoWhite

0

The physical address in the 8086/8088 is calculated by adding the effective address with the contents of one of the segment registers left shifted by 4 bit positions. This results in a 20 bit address bus.

As an example, if the CS register contains 1234H, and the IP register contains 5678H, then the next instruction is fetched from physical address 179B8H, which is 1234H times 16 (12340H) plus 5678H.

The segment register used is selected by context, or by using a segment override prefix, however, the code segment register (CS) can not be overidden during instruction fetch, nor can the stack segment register (SS) be overidden during stack pushes and pops.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is segment in microprocessor?

segment is for converting physical address to logical address , here on taking 8086 microprocessor as example, we have 20 address lines but it is capable of taking only 16 address lines.... so to convert that 20 into 16 segment is used....


Is physical address the home address?

Yes, a physical address would the the same as a person's address of their home. An example of a non-physical address would be a PO Box address.


What is meant by effective address in microprocessor?

Effective address is the final address generated by offsetting and indexing which is sent to the virtual translation logic. It is the address of the operand in the virtual address space of the process, but not necessarily the address of the operand in the physical address space of the computer. In the 8085, efffective/virtual address is the same as physical address, because there is no virtual addressing logic in the 8085. In the 8086/8088, effective/virtual address is the same as physical address, but only in real mode. For example, in the 8086/8088, if the EBX register contains 1000000H, then the instruction MOV EAX,[EBX+1234H] has an effective address of 10001234H.


What are the various types of interrupts in microprocessor?

The fluctuation in the power surges is an example of the types of interrupts in a microprocessor.


What is present physical address?

A physical address is where you live, or in the case of a business, where the store itself is located. The reason they specify is that sometimes the mailing address is different from the physical address. (a post office box for example)


What is an example of a microchip?

Every processor in a gadget is a microchip , a microchip can be a microprocessor or micro controller or something else. Example for microchip is processor in the CPU of a PC. Microprocessor 8085.


How logical address is mapped to physical address?

In the 8086/8088, the logical address (or effective address) is mapped to a physical address by adding it to the left shifted by 4 value of a segment register. For example, is the logical address is 1234H, and the segment register's contents is 5678H, the physical address is 1234H + 56780H, or 579B4H.


Is your home address a example of Personally identifiable information?

Yes, your home address is an example of a personally identifiable information. If someone has your physical address they can get the name of the residents and other personal information from public records.


How do you increment a microprocessor register?

INC {register} Example: INC A


Why is an microprocessor so named?

Microprocessor is a combined term meaning small (micro) central processing unit (CPU), usually on one chip. An example is the 8085 or 8086/8088.Contrast this with microcomputer, which is a microprocessor that also includes ROM, RAM, and IO on the chip. An example is the 87C51.


How physical address is generated in 8086 microprocessor?

For the formation of physical address we need Segment address and offset address Consider an example Segment Address : 1005H Offset Address : 5555H Segment address : 1005H 0001 0000 0000 0101 Shifted by 4 bit positions : 0001 0000 0000 0101 0000 Offset Address : + 0101 0101 0101 0101 Physical Address : 0001 0101 0101 1010 0101 1 5 5 A 5 H Physical Address of given Segment Address : 155A5H


Is there a difference between a physical address and a residence address?

IRS makes a distinction. For example, if you are physically residing in Japan for a while, perhaps working there for a year, but are a citizen of and actually reside normally in the United States, your physical address is Japan, but your residence address is in the United States.