x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / general.s
index 3d0403d4f77b835c63fa8121ba21ecacd03c5d40..385b478990847c2398c0c234925aadb3dc57b358 100644 (file)
        leal    -1760(%ebp),%ebx
        movl    %eax,140(%esp)
 
+.code32
+# Make sure that we won't remove movzb by accident.
+       movzb   %al,%di
+       movzb   %al,%ecx
+
        # Force a good alignment.
        .p2align        4,0
This page took 0.025044 seconds and 4 git commands to generate.