URL
https://opencores.org/ocsvn/aor3000/aor3000/trunk
Subversion Repositories aor3000
[/] [aor3000/] [trunk/] [syn/] [soc/] [firmware/] [header.S] - Rev 2
Compare with Previous | Blame | View Log
/** This file is subject to the terms and conditions of the BSD License. See* the file "LICENSE" in the main directory of this archive for more details.** Copyright (C) 2014 Aleksander Osman*/la $t0, 0fjr $t00:la $t0, __bss_start # clear .bssla $t1, __bss_stopbeq $t0, $t1, 2f1:sw $zero, ($t0)addiu $t0, 4bne $t0, $t1, 1b2:li $sp, 0xBFC01000 # setup $sp and jump to C codej start_bootloadernop
