URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-xtensa/] [coalesce1.s] - Rev 139
Go to most recent revision | Compare with Previous | Blame | View Log
.global foo .data .global g_name .align 4 g_name: .word 0xffffffff .text .global main .align 4 main: entry a5,16 movi a5,20000 movi a6,g_name call8 foo ret
Go to most recent revision | Compare with Previous | Blame | View Log