repo.or.cz
/
nasm
/
autotest.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
misc/findleak.pl: make executable
[nasm/autotest.git]
/
test
/
org.asm
blob
ae73ab622ca340ea6ea916463d27266d4af53afd
1
;
2
; Simple test of a 64-bit org directive
3
;
4
bits
64
5
org
0xffffffffffff0000
6
7
hello:
jmp
there
8
nop
9
nop
10
there:
11
add
rax
,[
rsp
+
rbx
]
12
inc
eax
13
14
section
.data
15
there_ptr
dq
there