OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [macros/] [vararg.s] - Rev 219

Go to most recent revision | Compare with Previous | Blame | View Log

	.macro	v1 arg1 : req, args : vararg
	.long	foo\arg1
	.ifnb	\args
	v1	\args
	.endif
	.endm
 
	v1	1
	v1	2, 3
	v1	4, 5, 6
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.