Syntax

-Rc, name

Description

The -Rc command line option sets the name of the section that the compiler emits code into. If no other options are given, the default name for the section is CODE.

You can control the name of the code section used by the compiler within a source file using the #pragma codeseg or by using CrossStudio to set the Code Section Name property of the file or project.

Project property

Section Options > Code Section Name