Syntax

USECT "section-name"

Description

The USECT directive creates a new, uninitialized-data section with the name section-name. Subsequent data allocation directives are directed to this section.

Example

USECT "SCRATCHPAD"