aboutsummaryrefslogtreecommitdiffstats
path: root/test/far64.asm
blob: e18bca425f5a07b8cc61124223245ff8dd8d688a (plain)
1
2
3
4
5
6
7
8
9
10
;Testname=test; Arguments=-fbin -ofar64.bin; Files=stdout stderr far64.bin
; BR 2039212
	bits 64

	call qword far [rax]
	jmp qword far [rax]
	call dword far [rax]
	jmp dword far [rax]
	call far [rax]
	jmp far [rax]