x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / addr32.s
CommitLineData
539e75ad
L
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
55cf16e1 9 addr32 movl $0x1,(%esp)
This page took 0.714185 seconds and 4 git commands to generate.