sBegin segName
The sBegin macro opens up a segment. This macro is similar to the SEGMENT assembler directive.
segName
Specifies the name of the segment to be opened. It can be one of the predefined segments, CODE or DATA, or the name of a user-defined segment.
The following examples demonstrate the usage of the sBegin macro:
sBegin Data
sBegin Code