URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [or32/] [crt0.S] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
/*
*/
.global __start
__start:
l.addi r3,r1,0
l.j __uClibc_start
l.nop
Go to most recent revision | Compare with Previous | Blame | View Log