Compiler Option: -R
 
Do not delete the asm file(s)

Syntax

-R

Description

The -R compiler option causes the asm file(s) that are generated during the compile process to not be deleted. Preprocessor macros are expanded in these files. Note that in case of -gen gcc *.c files are generated, instead of the normal *.asm files.

See also