* gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp32.d
CommitLineData
f8a5c266
L
1#as:
2#objdump: -drw
3#name: i386 32bit displacement
4
5.*: +file format .*
6
7
8Disassembly of section .text:
9
9dc9b05c 100+ <.*>:
f8a5c266
L
11[ ]*[a-f0-9]+: 8b 58 03 mov 0x3\(%eax\),%ebx
12[ ]*[a-f0-9]+: 8b 98 03 00 00 00 mov 0x3\(%eax\),%ebx
13[ ]*[a-f0-9]+: eb 05 jmp 10 <foo>
14[ ]*[a-f0-9]+: e9 00 00 00 00 jmp 10 <foo>
15
160+10 <foo>:
17[ ]*[a-f0-9]+: 89 58 03 mov %ebx,0x3\(%eax\)
18[ ]*[a-f0-9]+: 89 98 03 00 00 00 mov %ebx,0x3\(%eax\)
19#pass
This page took 0.04653 seconds and 4 git commands to generate.