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
avx.bin: clean up screwy whitespace
[nasm.git]
/
test
/
absolute.asm
blob
901a83fb9890ff2b234dc0495f31f4474d303722
1
org
7
c00h
2
init_foo:
3
jmp
init_bar
4
nop
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
18
init_bar:
19
mov
[
b1
],
dl
20
mov
[
b2
],
edx
21
nop
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
ret
35
36
absolute init_bar
+
7
37
b1:
resb
1
38
b2:
resd
6
39