1 .*: Assembler messages:
2 .*:4: Error: .*
3 .*:5: Error: .*
4 .*:6: Error: .*
5 .*:7: Error: .*
6 .*:10: Error: .*
7 .*:11: Error: .*
8 .*:12: Error: .*
9 .*:13: Error: .*
10 .*:14: Error: .*
11 GAS LISTING .*
12 
13 
14 [ 	]*1[ 	]+\# 64-bit only invalid MOVSXD with AMD64 ISA
15 [ 	]*2[ 	]+\.text
16 [ 	]*3[ 	]+_start:
17 [ 	]*4[ 	]+movslq	%ax, %cx
18 [ 	]*5[ 	]+movslq	%eax, %ecx
19 [ 	]*6[ 	]+movslq	\(%rax\), %ecx
20 [ 	]*7[ 	]+movsxd	%ax, %cx
21 [ 	]*8[ 	]+
22 [ 	]*9[ 	]+\.intel_syntax noprefix
23 [ 	]*10[ 	]+movslq	cx, eax
24 [ 	]*11[ 	]+movslq	ecx, eax
25 [ 	]*12[ 	]+movslq	ecx, \[rax\]
26 [ 	]*13[ 	]+movsxd	cx, ax
27 [ 	]*14[ 	]+movsxd	cx, WORD PTR \[rax\]
28