OpenCores
URL https://opencores.org/ocsvn/m1_core/m1_core/trunk

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [tests/] [boot/] [boot.s] - Blame information for rev 39

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 fafa1971
# Minimal SIMPLE boot code
2
 
3
        .text
4
 
5
        # Initialize Stack Pointer ($sp) to make the program fit into 4 KByte of memory space
6
        addi $29,$0,0x1000
7
 
8
        # Initialize Return Address ($ra) to jump to the "end-of-test" special address
9
        lui $31,0xDEAD
10
        ori $31,0xBEEF
11
 
12
        # Continue to the main test

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.