x86: Pass -O0 to assembler for some tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / iamcu-inval-1.s
1 # Invalid Intel MCU instructions
2 .text
3
4 fnstsw
5 fstsw %ax
6
7 cmove %eax,%ebx
8 nopw (%eax)
9
10 movq %xmm1, (%eax)
11 movnti %eax, (%eax)
This page took 0.035964 seconds and 4 git commands to generate.