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

Subversion Repositories openfire2

[/] [openfire2/] [trunk/] [sw/] [crt/] [crt-sram.s] - Diff between revs 3 and 4

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 9... Line 9...
        .globl _start
        .globl _start
 
 
        .align 2
        .align 2
        .ent _start
        .ent _start
_start:
_start:
 
        nop                             /* to help simulation external program without block ram */
        /* todo : initialize system vectors */
        /* todo : initialize system vectors */
 
 
                                        /* Set the Small Data Anchors and the Stack pointer  */
                                        /* Set the Small Data Anchors and the Stack pointer  */
        la r13, r0, _SDA_BASE_
        la r13, r0, _SDA_BASE_
        la r2, r0, _SDA2_BASE_
        la r2, r0, _SDA2_BASE_
        la r1, r0, _stack               # stack is at end of heap
        la r1, r0, _stack               # stack is at end of heap
 
 

powered by: WebSVN 2.1.0

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