nasm/travis/test/strlen.asm
Cyrill Gorcunov 52f82633d3 travis: add strlen
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-10 14:21:34 +03:00

6 lines
91 B
NASM

%macro strlen_test 1
%strlen len %2 ; not existing argument
%endmacro
strlen_test 'a'