User`s guide

Pragmas for the DSP56800 and DSP56800E
Pragma Reference
382
Targeting MC56F83xx/DSP5685x Controllers
<istring>
Section name string for initialized data assigned to <section>.
For example:
".data"
Optional Arguments:
<ustring>
Section name string for uninitialized data assigned to <section>. If ustring is not
specified then istring is used.
<accmode>
One of the following indicating the attributes of the section:
Note
The default is RW.
NOTE
For an example of define_section, see Listing C.16.
Related Pragma
section
dollar_identifiers
Controls use of dollar signs ($) in identifiers.
R readable
RW readable and writable
RX readable and executable
RWX readable, writable, and executable