aboutsummaryrefslogtreecommitdiff
path: root/modules/parsers/gas/tests/jmpcall.asm
blob: 269ff22651c01221bd75ffcaa1599f4e55d3909c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#.text
label:
	call	*%eax
	call	%eax
	call	*(%eax)
	call	(%eax)
	call	label(,1)
	call	label
	call	label+5
	call	*label
	call	*label(%eax)
	jmp	%fs:label
	jmp	*%fs:label