1# .arch directives override previous attributes before instructions
2# are seen, but not after.
3.text
4.globl f
5f:
6.arch c67x
7.arch c62x
8	nop
9.arch c64x+
10