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
test: Add automatizing annotations to imm64.asm
[nasm/avx512.git]
/
test
/
br3026808.asm
blob
5c61c9535c8160c860b0413ac7d7e6a10dc2e7a4
1
%
imacro
proc
1
2
%
push proc
3
%
assign
%
$a
rg
1
4
%
endmacro
5
6
%
imacro arg
0
-
1 1
7
%
assign
%
$a
rg
%
1
+%
$a
rg
8
%
endmacro
9
10
%
imacro endproc
0
11
%
pop
12
%
endmacro
13
14
;----------------------------
15
16
proc Test
17
%
$A
RG arg
18
endproc