1.psize 0
2.text
3# test segment reg insns with memory operand
4	movw	%ds,(%eax)
5	mov	%ds,(%eax)
6	movw	(%eax),%ds
7	mov	(%eax),%ds
8	# Force a good alignment.
9	.p2align	4,0
10