repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile/dependency updates
[nasm/avx512.git]
/
test
/
absolute.asm
blob
ee5bb638833cbf52e34cb0b711dd629e74d90586
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