repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compiler.h: for newer gcc attributes, we can use __has_attribute()
[nasm.git]
/
test
/
far64.asm
blob
e18bca425f5a07b8cc61124223245ff8dd8d688a
1
;Testname=test; Arguments=-fbin -ofar64.bin; Files=stdout stderr far64.bin
2
; BR 2039212
3
bits
64
4
5
call
qword
far
[
rax
]
6
jmp
qword
far
[
rax
]
7
call
dword
far
[
rax
]
8
jmp
dword
far
[
rax
]
9
call far
[
rax
]
10
jmp far
[
rax
]