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
version: changed version to 2.10rc1 (unofficial/tentative)
[nasm.git]
/
test
/
absolute.asm
blob
31c8178c976151f0569e95f667f9d221a3f6fea3
1
;Testname=bin; Arguments=-fbin -oabsolute.bin; Files=stdout stderr absolute.bin
2
org
7
c00h
3
init_foo:
4
jmp
init_bar
5
nop
6
nop
7
nop
8
nop
9
nop
10
nop
11
nop
12
nop
13
nop
14
nop
15
nop
16
nop
17
nop
18
19
init_bar:
20
mov
[
b1
],
dl
21
mov
[
b2
],
edx
22
nop
23
nop
24
nop
25
nop
26
nop
27
nop
28
nop
29
nop
30
nop
31
nop
32
nop
33
nop
34
nop
35
ret
36
37
absolute init_bar
+
7
38
b1:
resb
1
39
b2:
resd
6
40