x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / general.l
index 51bbdf79963c1d2e2d0167c35fd5367189b00288..f0ddfc7d3d87c1932a3c42af40442ccfcb96058f 100644 (file)
  212 021d 67668984 248C0000            movl    %eax,140\(%esp\)
  212      00
  213                           
- 214                                   # Force a good alignment.
- 215 0226 00000000 00000000            .p2align        4,0
- 215      0000
+ 214                           .code32
+ 215                           # Make sure that we won't remove movzb by accident.
+ 216 0226 660FB6F8                     movzb   %al,%di
+ 217 022a 0FB6C8                       movzb   %al,%ecx
+ 218                           
+ 219                                   # Force a good alignment.
+ 220 022d 000000                       .p2align        4,0
This page took 0.025072 seconds and 4 git commands to generate.