1 GAS LISTING .*
2 
3 
4    1                                	# test handling of whitespace, and upper-case
5    2                                	.TeXt
6    3 0000 36                         		ss
7    4 0001 8803                       		mov % al , \( % ebx \)
8    5 0003 C705D711 00007B00 0000     	        mOvl \$ 123 , 4567
9    6 000d 678A787B                   	 ADDr16	mov 123 \( % bx , % si , 1 \) , % bh
10    7 0011 FFE0                       		jmp \* % eax
11    8 0013 2666FF23                   	foo:	jmpw % es : \* \( % ebx \)
12    9
13   10 0017 A0500000 00                		mov \( 0x8 \* 0Xa \) , % al
14   11 001c B020                       		mov \$ \( 8 \* 4 \) , % al
15   12 001e B713                       		mov \$ foo , % bH
16   13 0020 B713                       		movb \$ foo , % BH
17   14
18   15                                	.CODE16
19   16 0022 66B81300 0000              		Mov \$ foo , %eAx
20   17                                	.Code32
21   18 0028 66B81300                   		mov \$ foo , %ax
22   19
23   20 002c D9C9                       		fxch   %st  \(  1  \)
24   21 002e D9C9                       		fxch   %           st\(1\)
25