Getting Started as an MPE/iX Programmer Programmer's Guide: HP 3000 Computer MPE/iX Computer SystemsChapter 3 Program Development |
|
Table of Contents The required elements for running a program are:
Program development is a term for taking a program design, on paper, to the point where it is machine readable and functions reliably. Program components are data and code. When a program is running, instructions and data are fetched from main memory to the CPU; data may be stored back into main memory for later use. Code and data must be in main memory when required for execution. CPU registers keep track of the location of such information as:
The major steps for developing a program are:
These steps are described in detail in the subsections below. Figure 3-1 “MPE/iX Program Development” shows a summary of these steps. |