BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
9c8ea08
Branches
Tags
master
mips_sys
fw
boot.s
increased code and data address range to 8KB
Stefan Schuermans
commited
9c8ea08
at 2012-02-20 15:55:19
boot.s
Blame
History
Raw
_begin: lui $sp,0x0001 ori $sp,0x2000 jal main _end: j _end