old-cross-binutils/gas/testsuite/gasp/mri/narg.asm
Ian Lance Taylor b2e0bd6315 * gasp/mri/*: New tests.
* gasp/gasp.exp: Run them.  Also, clean up the test names used in
	pass and fail.
1995-08-14 20:06:03 +00:00

9 lines
100 B
NASM

loop macro arg1,arg2,arg3
dc.l NARG
ifne NARG
dc.l arg1
loop arg2,arg3
endc
endm
loop 1,2,3