HP Pascal/iX Programmer's Guide (31502-90023)

A-: 30
right-hand column of Table A-1 performs the step or steps in the
left-hand column (for example, the command :PASXL performs the
compilation step, the command :PASXLLK performs the compilation and
linking steps, and the command :PASXLGO performs the compilation,
linking, and running steps).
Table A-10. MPE/iX Command Files That Compile,
Link, and Run a Program
-------------------------------------------------------------------
| | |
| Steps | MPE/iX Commands |
| | or Command Files |
| | |
-------------------------------------------------------------------
| | |
| To Compile | :PASXL |
| | |
-------------------------------------------------------------------
| | |
| To Link | :LINK |
| | |
-------------------------------------------------------------------
| | |
| To Run | :RUN |
| | |
-------------------------------------------------------------------
| | |
| To Compile and Link | :PASXLLK |
| | |
-------------------------------------------------------------------
| | |
| To Compile, Link, and Run | :PASXLGO |
| | |
-------------------------------------------------------------------
If you plan on linking as a separate step and would like more information
on linking, refer to the
HP Link Editor/XL Reference Manual
.
Table A-11 gives the MPE/iX command files that are equivalent to the
MPE V commands PASCAL, PASCALPREP, and PASCALGO. (Each command file name
has
group
"pub" and
account
"sys"--see "File Names" .)
Table A-11. Equivalent MPE V Commands and MPE/iX Command Files
-------------------------------------------------------------------
| | |
| MPE V Command | MPE/iX Command File |
| | |
-------------------------------------------------------------------
| | |
| :PASCAL | :PASXL |
| | |
-------------------------------------------------------------------
| | |
| :PASCALPREP | :PASXLLK |
| | |
-------------------------------------------------------------------
| | |
| :PASCALGO | :PASXLGO |
| | |
-------------------------------------------------------------------
Syntax
PASXL [
textfile
][,[
objectfile
][,[
listfile
][,
libfile
]]][; INFO="
options
"]
PASXLLK [
textfile
][,[
progfile
][,[
listfile
][,
libfile
]]][; INFO="
options
"]