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
insns.dat: reimplement SSE5 compares using the bytecode compiler
[nasm.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