19.04.2015 Views

INTROL-C COMPILER REFERENCE MANUAL

INTROL-C COMPILER REFERENCE MANUAL

INTROL-C COMPILER REFERENCE MANUAL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

is not used, the module's class specifier will default to being<br />

class zero (ie "0"). A module's class number is a file<br />

identification attribute and is usually of importance only if<br />

identical filenames are assigned to several separate modules by<br />

the user; in such case, the class number attribute allows any<br />

specific module to be unambiguously distinguished from all<br />

other identically named modules. This option may be legally<br />

used on a compiler command line.<br />

-s<br />

-u<br />

-x<br />

-z<br />

This option suppresses the listing of the symbol table. This<br />

option is one of the three Assembler options automatically<br />

passed to the Assembler when it is called by the Compiler. This<br />

option may not be legally specified on a compiler command line<br />

since it conflicts with a preexisting (and totally different)<br />

"-s" Compiler option.<br />

This option forces all undefined symbols to default to imported<br />

symbols. Without this option any symbol which is not imported<br />

and also not defined in the file will generate an error<br />

message.<br />

This option prevents a relocatable object file from being<br />

produced. This option may be legally specified on a compiler<br />

command line.<br />

This option deletes the Assembler's input file when the<br />

Assembler has finished using it. This is one of the three<br />

Assembler options passed to the Assembler when it is<br />

automatically called by the Compiler: it is the option<br />

responsible for causing the the Compiler's output file to be<br />

normally deleted when the Assembler has finished using it. The<br />

effect of the "-z" specifier that is normally supplied by the<br />

Compiler in such case can be nullified by specifying the "-r"<br />

Compiler option on the compiler command line, as was mentioned.<br />

earlier. The '-z" Assembler option may not be legally specified<br />

on a compiler command line since it conflicts with a<br />

preexisting (and totally different) "-z" Compiler option.<br />

C.5.4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!