mpp960 Macro Processor


The mpp960 macro processor copies its input to the output, expanding macros as it goes. Macros are either built-in or user-defined, and can take any number of arguments. mpp960 also has built-in functions for including named files, running UNIX commands, doing integer arithmetic, manipulating text in various ways, recursion, and others.

mpp960 can be used either as a front end to the compiler or assembler, or as a macro processor in its own right.

The invocation command is:

mpp960 [ -option ]... [ macro_def ]... [ file ]...

Each option must be preceded by a - character. (On DOS, you can also use a / character.) The options are listed below.

The remaining arguments on the command line are taken to be input file names. If no names are present, the standard input is read. A file name of - is taken to mean the standard input. The input files are read in the sequence given. The standard input can be read only once, so the filename - should appear only once on the command line.


Options



Return to the top of this page.

Go to the ic960 Interface Index.

Go to the gcc960 Interface Index.