Syntax

RSEG name [:type] [(alignment)]

Description

The RSEG directive creates a named section called name, with an optional type, and aligns the section at the optional alignment. The section type can be one of CODE, DATA, BSS, CONST, or UNTYPED. The alignment value is an assemble-time constant expression that is the power of 2 upon which to align the section: an alignment value of 1 will cause the section to be aligned on even byte locations.