114c94032e944cbae8e357af16c81d8edb92fc9b
[platform/upstream/binutils.git] / gas / testsuite / gasp / mri / narg.asm
1 loop    macro   arg1,arg2,arg3
2         dc.l    NARG
3         ifne    NARG
4         dc.l    arg1
5         loop    arg2,arg3
6         endc
7         endm
8
9         loop    1,2,3