1	.syntax unified
2
3arm:	.arm
4	udf	#0x10000
5
6thumb:	.thumb
7	udf	#0x10000
8	udf.w	#0x10000
9	udf.n	#0x100
10