Compiler Option: -r
 
Compile into asm file(s) only, do not assemble or link

Syntax

-r

Description

The -r option specifies that any source files listed are to be compiled to asm files, and not compiled or linked into an executable. When using -gen gcc, *.c files are generated instead of *.asm files. When using the "-r" switch, "-m" must be specified when compiling a main source file.

See also