URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 183 |
Rev 184 |
Line 385... |
Line 385... |
l.ori r3,r3,lo(fini)
|
l.ori r3,r3,lo(fini)
|
l.jal _atexit
|
l.jal _atexit
|
|
|
/* Initialise UART in a C function. If the UART isn't present, we'll */
|
/* Initialise UART in a C function. If the UART isn't present, we'll */
|
/* link against a dummy function. */
|
/* link against a dummy function. */
|
l.jal _uart_init
|
l.jal __uart_init
|
l.nop
|
l.nop
|
|
|
/* Jump to main program entry point (argc = argv = envp = 0) */
|
/* Jump to main program entry point (argc = argv = envp = 0) */
|
l.or r3,r0,r0
|
l.or r3,r0,r0
|
l.or r4,r0,r0
|
l.or r4,r0,r0
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.