Syntax

PSECT "section-name"

Description

The PSECT directive creates a new program section with the name section-name. Subsequent instructions and data-allocation directives are directed to this section.

Example
PSECT "BOOT"