.text

Specifies an executable code section; must be in front of the actual code in a file.

  .text
  
Remarks

Normally, repeating a .text directive would resume the previous .text section. But to have each .text directive create a separate section, include the statement .option no_section_resume_on in a relocatable section. (Use the .section directive to create such a section.)