Fix the partial disassembly of a broken three byte instruction at the end of a function.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp32.s
CommitLineData
f8a5c266 1 .text
a501d77e 2 mov (%eax),%ebx
f8a5c266 3 mov 3(%eax),%ebx
a501d77e
L
4
5 mov.d8 (%eax),%ebx
6 mov.d8 3(%eax),%ebx
7 mov.d8 0xfff(%eax),%ebx
8
9 mov.d32 (%eax),%ebx
f8a5c266
L
10 mov.d32 3(%eax),%ebx
11
12 jmp foo
a501d77e 13 jmp.d8 foo
f8a5c266
L
14 jmp.d32 foo
15foo:
16
17 .intel_syntax noprefix
a501d77e 18 mov DWORD PTR [eax], ebx
f8a5c266 19 mov DWORD PTR [eax+3], ebx
a501d77e
L
20 mov DWORD PTR [eax+0xfff], ebx
21
22 mov.d8 DWORD PTR [eax], ebx
23 mov.d8 DWORD PTR [eax+3], ebx
24
25 mov.d32 DWORD PTR [eax], ebx
f8a5c266 26 mov.d32 DWORD PTR [eax+3], ebx
This page took 0.265153 seconds and 4 git commands to generate.