[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


code_seg

Description:

Specifies the segment into which code is placed.

Compatibility:

This pragma is compatible with the following platform targets:

68K
PowerPC
NEC V800

Intel x86

MIPS
Embedded 68K

Prototype:
  #pragma code_seg(name) Remarks:

This pragma designates the segment into which compiled code is placed. The name is a string specifying the name of the code segment. For example, the pragma


#pragma code_seg(".code")

places all subsequent code into a segment named.code.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000