#pragma codeseg
Go Up to Pragma Directives Overview Index
Syntax (See Pseudo-grammar)
#pragma codeseg <seg_name> <"seg_class"> <group>
Description
The codeseg
directive lets you name the segment, class, or group where functions are allocated. If the pragma is used without any of its options, the default code segment is used for function allocation.