[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[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.03101 seconds and 4 git commands to generate.