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
preproc: add plumbing for the %pragma directive
[nasm.git]
/
test
/
strlen.asm
blob
913014ce1089c60e790cdf9c235166b210113ee2
1
%
macro
strlen_test
1
2
%
strlen len
%
2
; not existing argument
3
%
endmacro
4
5
strlen_test
'a'