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
Merge remote-tracking branch 'github/nasm-2.15.xx'
[nasm.git]
/
test
/
gsmacro.asm
blob
11e13b435b57cad7c51c68a5b2085f2c3a569a8f
1
%
define greedy
(
a
,
b
,
c
+)
a
+
66
%,
b
*
3
%,
c
2
3
db
greedy
(
1
,
2
)
4
db
greedy
(
1
,
2
,
3
)
5
db
greedy
(
1
,
2
,
3
,
4
)
6
db
greedy
(
1
,
2
,
3
,
4
,
5
)