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.pl: use less cantankerous string expansion; better error info
[nasm.git]
/
test
/
absolute.asm
blob
969a85e9044f48985da116d1e3d311dc18017f4d
1
;Testname=bin; Arguments=-fbin -oabsolute.bin; Files=stdout stderr absolute.bin
2
%
ifmacro
org
3
org
7
c00h
4
%
endif
5
init_foo:
6
jmp
init_bar
7
nop
8
nop
9
nop
10
nop
11
nop
12
nop
13
nop
14
nop
15
nop
16
nop
17
nop
18
nop
19
nop
20
21
init_bar:
22
mov
[
b1
],
dl
23
mov
[
b2
],
edx
24
nop
25
nop
26
nop
27
nop
28
nop
29
nop
30
nop
31
nop
32
nop
33
nop
34
nop
35
nop
36
nop
37
ret
38
39
absolute init_bar
+
7
40
b1:
resb
1
41
b2:
resd
6