answersLogoWhite

0

disadvantages of memory segmentation

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

8086 micro processor memory segmentation and advantage and rules?

hhh


How segmentation and pipe lining in 8086 are related to each other?

The process of dividing total memory sizes to the segment of various sizes is called segmentation. The device which is used to fetch,decode and execute is called pipe lining.


What is the max memory capacity of 8086?

The maximum memory capacity of the 8086 microprocessor is 1 megabyte (MB). This limitation arises from its 20-bit address bus, which allows it to address up to 2^20 memory locations, equating to 1,048,576 bytes or 1 MB. The memory is organized into segments, with the segmentation scheme allowing for more efficient memory management within this address space.


What is segmentation in computer memory?

memory segmentation is the process of dividing the computer memory into different overlapping segments.


What are the advantages AND disadvantages of geographic segmentation?

importance of geographic segmentation


What is the purpose of segmented memory in 8086?

Segmented memory in the 8086 microprocessor allows for efficient organization and addressing of memory by dividing it into segments, such as code, data, and stack segments. This segmentation enables the CPU to access a larger memory space than what can be directly addressed by its 16-bit architecture, as each segment can be up to 64KB in size. It also facilitates memory protection and organization, allowing programs to manage different types of data and instructions more effectively. By using segment registers, the 8086 can quickly switch between different memory areas during program execution.


Why 8086 starting address is 1100?

The starting address of the 8086 microprocessor is set at 1100h (or 4096 in decimal) primarily due to the memory segmentation model it uses. In this model, the first 1KB of memory (0000h to 03FFh) is reserved for system BIOS and other crucial routines, which means that user programs typically start at 1000h (or 4096 in decimal) to ensure they do not interfere with these essential functions. Additionally, the 8086 architecture supports segmented memory, allowing for efficient address management and program organization.


Why memory to memory acess is not possible in 8086 micro processor?

Memory to memory access is certainly possible in the 8086/8088 microprocessor. Look at the repeated string copy instructions.


Advantages and disadvantages of market segmentation?

what is the advanteges and dis advanteges of market segmentation?


What is segmentation in computer architecture?

Segmentation is part of physical memory ares.


Why you Use Memory Segmentation In 8086 Microprocessor?

The 8086/8088 is a 16 bit processor running on a 16 bit (8086) or 8 bit (8088) bus with a 20 bit address bus. In order to obtain the extra 4 bits of addressibility, Intel designed segment registers that are effectively multiplied by four and then added to the 16 bit offset address generated by the instruction. This yields 64K segments of 64KB each, although they overlap each other at a distance of 16 bytes.


Why 4 bit address bus is grounded?

The data bus in the 8086 is 16 bits in size, while the address bus is 20 (16bits would only address 64KB of memory, an extra 4 bits allows to address the total of 1MB, this is done trough segmentation of the memory). To form a multiplexed of data bus and address bus, four bits of 8086 address bus are grounded.