answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you obtain offset address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is use of offset address in 8086 mp?

Offset address is also known as displacement.By adding this offset value to a base address,address of a specific locaction in memory can be accessed


What is offset address?

An offset address is a relative address rather than an absolute address. You use offsets to refer to memory relative to an absolute address. For instance, array indices are implemented using offsets from the start address of the array, such that element 0 is at offset 0 and element 5 is at offset 5.


What is base address and offset address?

In software Engineering KPA denotes.


In the Base plus Offset addressing Offset address is also known as?

Base plus displacement.


Can physical address and virtual address be same?

your question is wrong. it should be "can physical address and logical address be same" answer is no because logical address is the combination of page number and offset whereas physical address is the combination of physical page[frame] and offset


How would you obtain a far address from segment and offset address of a memory location?

Pointers to far objects are stored using four bytes (32 bits). The bytes are stored little endian or low to high order. The first word contains the 14-bit memory offset (bits 14 and 15 are always 0). The second word contains the page number (or segment number for function pointers). The memory address is calculated as follows: Variable Address = (Page * 0x4000L) + OffsetFunction Address = (Segment * 0x10000L) + Offset


What is offset in 8086 mp?

displacement from base address


What is the offset in a hexadecimal code?

The offset is usually the difference between the address of a module and the specific location being referenced.


Which register is used as an offset address for the string instruction destination in the microprocessor?

DI is used as an offset address for string instruction destinations in the microprocessors.


What is offset in microprocessors?

Refers to a value added to a base address to produce a second address. For example, if B represents address 100, then the expression,B+5would signify the address 105. The 5 in the expression is the offset.Specifying addresses using an offset is called relative addressing because the resulting address is relative to some other point. Another word for offset is displacement.Ajesh John


What is effective address or offset?

the address that is obtained by applying any specified indexing or indirect addressing rules to specified address


Give the segment registers and their corresponding offset registers?

Give the effective address if the segment register is AA03 and the offset register is 0200.