Whole document tree
1.5 Input Files
We use the phrase source program, abbreviated source, to
describe the program input to one run of The source program is a concatenation of the text in all the files, in the order specified.
Each time you run
You give
If you give Use `--' if you need to explicitly name the standard input file in your command line.
If the source is empty, Filenames and Line-numbersThere are two ways of locating a line in the input file (or files) and either may be used in reporting error messages. One way refers to a line number in a physical file; the other refers to a line number in a "logical" file. See section Error and Warning Messages.
Physical files are those files named in the command line given
to
Logical files are simply names declared explicitly by assembler
directives; they bear no relation to physical files. Logical file names
help error messages reflect the original source file, when
This document was generated by root on January, 30 2002 using texi2html |