x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / naked.s
1 .att_syntax noprefix
2
3 foo: jmpw es:*(ebx)
4 mov (0x8*0xa),ah
5 mov $(8*4),dl
6 mov $foo,ebx
7 fxch st(1)
8 mov fs,ss:1234(ecx,eax,4)
9 mov gs,ds:(,ebp,8)
10 mov ah,es:0
11 mov cs:-128(esp,edx),esi
12 rep movsl gs:(esi),es:(edi)
13 in dx,al
14 outw (dx)
15 addr16 rclb cl,(si)
16 mov cr2,eax
17 psrld $4,mm0
18 inc di
19 push cx
20 pop ax
21 xchg bx,bp
22 pushl $2
23
24 # Force a good alignment.
25 .p2align 4,0
This page took 0.029897 seconds and 4 git commands to generate.