"Gagneet Singh" <gagneet@xxxxxxxxx> writes: > #Hypothesis: > # Issues an error for TestNode3 saying "secbr.s:93: Error: Unknown > pseudo-op: > # `.text1'". This is indeed an unknown pseudo-op. You want the .section pseudo-op. .text is a special case. See the assembler manual. Ian