Answer Posted / manoj saini
In the x86 processor architecture, memory addresses are
specified in two parts called the segment and the offset.
One usually thinks of the segment as specifying the
beginning of a block of memory allocated by the system and
the offset as an index into it. Segment values are stored
in the segment registers. There are four or more segment
registers: CS contains the segment of the current
instruction (IP is the offset), SS contains the stack
segment (SP is the offset), DS is the segment used by
default for most data operations, ES (and, in more recent
processors, FS and GS) is an extra segment register. Most
memory operations accept a segment override prefix that
allows use of a segment register other than the default
one.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
what is a Watchdog Timer?
How much on chip ram is available?
what are the advantages of modular proramming techniques
Where 8086 mostly used & tell application of 8086?
What is the significance of the control unit in the 8085?
With 12 mhz clock frequency how many instructions (of 1 machine cycle and 2 machine cycle) it can execute per second?
Define macros with the help of an example.
Which are sixteen bit registers of 8085?
What is the bus arbitration problem in the 8086 and how can it be resolved?
What is the the total addressable memory size in a 8085 microprocessor?
How many i/o ports can 8085 access?
What is meant by priority of interrupt?
What are software interrupts?
What are the steps involved in a fetch cycle
These are two ways in which a microprocessor can come out of Halt state.