Answer Posted / shabir gojree lpu
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 ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is address bus, data bus and control bus in microprocessor 8051 ?
Explain the two types of software?
What is the difference between maskable interrupts and non-maskable interrupts?
Which 2 ports combine to form the 16 bit address for external memory access?
What type of interrupt is the “trap” and what does it do?
What is the bus in a microcontroller?
write the assembly language programming to find the 2's complement for a string of 100 bytes
State the order of interrupts priority wise (lower to higher)?
Write the flags of 8086?
What is system bus?
Explain data types used in microcontroller programming,
List some features of 8051 microcontroller.
Design a divide-by-3 sequential circuit with 50% duty circle now?
What is the function of reset out signal.
How many i/o ports can 8085 access?