sEnd [segName]
The sEnd macro closes a segment. This macro is similar to the ENDS assembler directive.
segName
Specifies a name used for readability. This parameter is optional; if it is given, it must be the same as the name given in the matching sBegin macro.
The following examples demonstrate the usage of the sEnd macro:
sEnd
sEnd data