gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp.s
1 .text
2 mov 0x7fffffff(%eax),%ebx
3 mov 0x80000000(%eax),%ebx
4 mov -0x80000000(%eax),%ebx
5 mov 0x7fffffff,%ebx
6 mov 0x80000000,%ebx
7 mov -0x80000000,%ebx
8 mov 0x7fffffff,%eax
9 mov 0x80000000,%eax
10 mov -0x80000000,%eax
This page took 0.032089 seconds and 5 git commands to generate.