1# .arch directives merge attributes after instructions are seen.
2.text
3.globl f
4f:
5	nop
6.arch c67x
7.arch c64x+
8