URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [macroat.s] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
; Test that an "@" does do TRT in a macro, and does not break up ; lines. .syntax no_register_prefix .macro test_h_gr val reg cmp.d \val,\reg beq test_gr\@ nop test_gr\@: .endm start: test_h_gr 5,r0 nop
Go to most recent revision | Compare with Previous | Blame | View Log