1# Check 64bit RTM new instructions.
2
3	.text
4foo:
5	xabort $0x8
61:
7	xbegin 1b
8	xbegin 2f
92:
10	xend
11
12	.intel_syntax noprefix
13	xabort 0x8
141:
15	xbegin 1b
16	xbegin 2f
172:
18	xend
19	xtest
20