Properly check address mode for SIB
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / addr32.s
1 .text
2 .code16
3 addr32 mov 0x600898,%al
4 addr32 mov 0x600898,%ax
5 addr32 mov 0x600898,%eax
6 addr32 mov %al,0x600898
7 addr32 mov %ax,0x600898
8 addr32 mov %eax,0x600898
9 addr32 movl $0x1,(%esp)
This page took 0.051537 seconds and 4 git commands to generate.