Skip to content

Section Class

Definition

A section of a Project: an ordered list of sources assembled at Org, optionally phased so labels resolve as if the code runs at Phase.

public sealed class Section

View source

Constructors

Name Description
Section()

Properties

Name Description
Org The location the section is assembled to.
Phase If set, labels and $ in the section resolve as if the code runs at this location; used for code that is copied elsewhere in memory before being executed.
Sources The sources making up the section, in order.