- Cell Phones 1540
- Desktop 750
- Editors 247
- Education, Science & Engineering 1375
- Games 2989
- Internet 4584
- Multimedia & Graphics 1086
- Office software 743
- PC 489
- Programming 2024
- 1C 140
- ActiveX 3
- Assembler 30
- C# 112
- C/С++ 280
- Data Bases 508
- Delphi/Pascal 506
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 162
- Setup Software 22
- Visual Basic 24
- Others 226
- Security 1016
- SEO 294
- Software for Pocket PC 185
- Utilities 1237
Loader com and exe files (ESP on the assembler)
Refunds: 0
Uploaded: 15.01.2012
Content: kursach.rar 193,19 kB
Product description
Features:
- The name of the loader and the name of the downloaded file is specified on the command line;
- Types of executable files com, exe;
- Returns an error code executable program;
The first paragraph of the terms of reference - this job named loader and a downloadable file on the command line. As you know, many operating systems it is possible to start the program with some parameters on the command line, altering the program. And in this sense, DOS operating system is no exception.
The next item is a technical specification types of executable files com, exe. As you know, when you start each process is allocated memory block 2: for the environment and for the program code. Depending on the type com or exe memory allocation strategy for the code is different. To com programs always distinguished the largest free RAM section. For information about the program exe required memory in a special file header and distributed in a few steps. If the remaining free memory a little, and after starting the com file is almost always the case, before starting a child process the parent process must shrink themselves.
The last paragraph of the terms of reference - the program returns an error code executable program. These parameters are often very informative, since they can be used to easily determine the cause of the problem and possible ways to fix it.
Additional information
The structure of the course includes:
* Explanatory note
* Operator's Manual
* Flowchart
* Text of the program