oops - omitted from previous delta
[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