URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [tic54x/] [macro1.s] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
* Subsripted substitution symbols ADDX .macro ABC .var TMP .asg :ABC(1):,TMP .if $symcmp(TMP,"#") == 0 ADD ABC,A .else .emsg "Bad macro parameter 'ABC'" .endif .endm ADDX *AR1 ; should produce an error msg .end
Go to most recent revision | Compare with Previous | Blame | View Log