Add .d32 encoding suffix.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp32.s
CommitLineData
f8a5c266
L
1 .text
2 mov 3(%eax),%ebx
3 mov.d32 3(%eax),%ebx
4
5 jmp foo
6 jmp.d32 foo
7foo:
8
9 .intel_syntax noprefix
10 mov DWORD PTR [eax+3], ebx
11 mov.d32 DWORD PTR [eax+3], ebx
This page took 0.023618 seconds and 4 git commands to generate.