.sect

The .sect keyword is used to identify the section to which subsequent code or data should be added.
	.sect	<section_name>

NOTE:

The .sect keyword cannot be preceaded by a label
e.g.
	.sect	fred		; this is legal

bert	.sect	fred		; this is illegal