1# Test for correct generation of hex prefixes.
2
3	.sect .text
4
5	ldaa	0x1234
6	ldab	#0x12
7	ldd		*0x23
8	ldx		#0x1234
9	movw	0x1234, 0x2345
10	movb	0x3456, 0x4567
11	orx		0x8765
12	call	0x8007, 0x3d
13	movw	#0x1234, 0x2345
14	movb	#0x23, 0x3456
15