Mention Coverity's contribution to bfd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nops.s
CommitLineData
15965411
L
1 .text
2
3 .byte 0x0f, 0x1f, 0x0
4 .byte 0x0f, 0x1f, 0x40, 0x0
5 .byte 0x0f, 0x1f, 0x44, 0x0, 0x0
6 .byte 0x66, 0x0f, 0x1f, 0x44, 0x0, 0x0
7 .byte 0x0f, 0x1f, 0x80, 0x0, 0x0, 0x0, 0x0
8 .byte 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
9 .byte 0x66, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
10 .byte 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0
11
8b38ad71
L
12 nop (%eax)
13 nop %eax
14 nop %ax
15 nopl (%eax)
16 nopw (%eax)
17 nopl %eax
18 nopw %ax
19
15965411 20 .p2align 4
This page took 0.063312 seconds and 4 git commands to generate.