URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mips/] [jal.s] - Rev 856
Go to most recent revision | Compare with Previous | Blame | View Log
# Source file used to test the jal macro. .globl text_label .text text_label: jal $25 jal $4,$25 jal text_label jal external_text_label # Test j as well j text_label j external_text_label
Go to most recent revision | Compare with Previous | Blame | View Log