forked from aniani/nasm
6 lines
91 B
NASM
6 lines
91 B
NASM
%macro strlen_test 1
|
|
%strlen len %2 ; not existing argument
|
|
%endmacro
|
|
|
|
strlen_test 'a'
|