1# Disassembling with -Msuffix.
2
3	.text
4foo:
5	monitor
6	mwait
7
8	vmcall
9	vmlaunch
10	vmresume
11	vmxoff
12
13	iretw
14	iretl
15	iret
16	sysretl
17	sysret
18
19	.intel_syntax noprefix
20	iretw
21	iretd
22	iret
23	sysretd
24	sysret
25