repo.or.cz
/
nasm
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BR 3392218: Disassemble 82h opcodes
[nasm/nasm.git]
/
test
/
br3026808.asm
blob
d84923a17a2b71e47e97fb37297ee73a0d62ff86
1
;Testname=br3026808; Arguments=-Ox -fbin -obr3026808.o; Files=stdout stderr br3026808.o
2
3
%
imacro
proc
1
4
%
push proc
5
%
assign
%
$a
rg
1
6
%
endmacro
7
8
%
imacro arg
0
-
1 1
9
%
assign
%
$a
rg
%
1
+%
$a
rg
10
%
endmacro
11
12
%
imacro endproc
0
13
%
pop
14
%
endmacro
15
16
;----------------------------
17
18
proc Test
19
%
$A
RG arg
20
endproc