]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/mri/narg.asm
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.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