URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tools/] [src/] [boot.s] - Rev 59
Go to most recent revision | Compare with Previous | Blame | View Log
# Minimal SIMPLE boot code .text # Initialize Stack Pointer ($sp) to make the program fit into 1 KByte of memory space addi $29,$29,1024 # Initialize Return Address ($ra) to jump to the "end-of-test" special address lui $31,0xDEAD ori $31,0xBEEF # Continue to the main test
Go to most recent revision | Compare with Previous | Blame | View Log