bootc.s
297 Bytes
#include <regdef.h>
#include <asm.h>
#include <PR/R4300.h>
#include <PR/bcp.h>
#include "boot.h"
// XXX: t7 is reserved for use in TRACE macros, do not use.
.text
.align 2
.set noreorder
.globl __start_cached
__start_cached:
#debug output
TRACE_REG(sp)
# jump to "C" code
j main
nop