answersLogoWhite

0

The program segment prefix (PSP) in MSDOS is the first 256 bytes of memory allocated by the command interpreter to load and run a program. The program itself is loaded next. The first 128 bytes of the PSP contains various structures and pointers. The second 128 bytes of the PSP initially contain the command line, and is then available as the default disk buffer for subsequent I/O.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is program segment prefix in microprocessor?

mujhe nahi aata


Cannot complete install program configuration?

There appears to be a configuration error. You have associated Konqueror with application/x-msdos-program, but it cannot handle this file type.


What are the different types of segment register?

The code segment (CS) register is used for access to program code. The data segment (DS) register is used for access to data. The extra segment (ES) register is used for access to data during certain string primitive operations. The stack segment (SS) register is used for access to stack data.Any of these implied uses can be overridden with a segment override prefix opcode.


What is the function of code segment?

The code segment, also known as the text segment, is a portion of a computer program's memory that contains the executable instructions of the program. It holds the compiled code that the CPU executes when the program runs. This segment is typically read-only to prevent accidental modification, ensuring the integrity of the program's functionality. Overall, the code segment is crucial for the execution of the program's logic and operations.


What is the software of MS DOS shell?

There is no any software for MSDOS shell as MSDOS is itself a system software.


What is the prefix meaning for segment of a whole?

'Semi-' and 'demi-' both mean half or partly.


How do you get in ms-dos?

Start=>Run=>msdos


What is good sentence for segment?

The last commercial break was longer than the final segment of the program! When I grabbed the lizard by the tail, all I got was a segment.


What is a MIME applicationx-msdos-program and how do you read this type of fileprogram?

That would typically refer to an MS-DOS program. On 32-bit Windows, you could run this simply by double-clicking on it. On 64-bit Windows, you can use an emulator like DOSBox.


Suppose you send data to an address that begins with the format prefix FF0E?

All devices on your network segment.


When an effective program can be designed for attracting and serving a chosen segment the segent is best described as?

When an effective program is designed for attracting and serving a chosen segment, that segment is best described as "targeted" or "well-defined." This indicates that the segment has specific characteristics, needs, and preferences that the program addresses effectively. A targeted segment allows for tailored marketing strategies and better resource allocation to meet the unique demands of that group. Ultimately, this leads to enhanced customer satisfaction and loyalty.


What is the use of the extra segment in a 8086 processor?

extra segment is a 16-bit register containing address of 64KB segment, usually with program data. By default, the processor assumes that the DI register points to the ES segment in string manipulation instructions. ES register can be changed directly using POP and LES instructions. It is possible to change default segments used by general and index registers by prefixing instructions with a CS, SS, DS or ES prefix. any corrections most welcome