x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval.s
index 4818baa808187e4f6b86169f123a41dee1350747..35d99cd65b7265920463bf4df7ff834f978015a8 100644 (file)
@@ -88,3 +88,7 @@ movzx ax, [eax]
 movzx eax, [eax]
 
 movnti word ptr [eax], ax
+
+       shl [eax], 1
+       rol [ecx], 2
+       rcl [edx], cl
This page took 0.035271 seconds and 4 git commands to generate.