Syntax

-Rd,name

Description

The -Rd 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 IDATA0.

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

Project property

Section Options > Data Section Name