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
rtos kernal have memory managament,sheduler and timer but not haveing file system how vxworks allocate file table process in memory? bud gpos have inside kernal
What is an interrupt service routine in microcontroller?
Indicate different machine cycles of 8085?
write the assembly language programming to find the 2's complement for a string of 100 bytes
What are the three main types of connection used by bluetooth?
Can you tell how many pins are there in 8085 Microprocessor?
Define byte?
Explain maskable and non maskable interrupts?
Design a divide-by-3 sequential circuit with 50% duty circle now?
In 8085, power and frequency can be checked by connecting the wire with which pins?
explain the different types of control flags for the 8086?
What is the need for port?
How is the system clock calculated in the 8085?
What is the significance of the clk pin in the 8086?
Differentiate between div and idiv instructions with the help of examples.