summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/naked.s
blob: ee2cc4cf4c580c40a5ae8de5273af2beefd4fd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.att_syntax noprefix

foo:	jmpw es:*(ebx)
	mov (0x8*0xa),ah
	mov $(8*4),dl
	mov $foo,ebx
	fxch st(1)
	mov fs,ss:1234(ecx,eax,4)
	mov gs,ds:(,ebp,8)
	mov ah,es:0
	mov cs:-128(esp,edx),esi
	rep movsl gs:(esi),es:(edi)
	in dx,al
	outw (dx)
 addr16 rclb cl,(si)
	mov cr2,eax
	psrld $4,mm0
	inc di
	push cx
	pop ax
	xchg bx,bp
	pushl $2

# Force a good alignment.
.p2align	4,0