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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [common/] [c_startup.s] - Diff between revs 173 and 238

Show entire file | Details | Blame | View Log

Rev 173 Rev 238
Line 54... Line 54...
move_data_section_loop:
move_data_section_loop:
    lw      $t0,0($a1)
    lw      $t0,0($a1)
    addiu   $a1,$a1,4
    addiu   $a1,$a1,4
    sw      $t0,0($a0)
    sw      $t0,0($a0)
    addiu   $a0,$a0,4
    addiu   $a0,$a0,4
    bnez    $s0,move_data_section_loop
    bgtz    $s0,move_data_section_loop
    addiu   $s0,$s0,-4
    addiu   $s0,$s0,-4
move_data_section_done:
move_data_section_done:
 
 
    jal     main                    # init done; call main()
    jal     main                    # init done; call main()
    nop
    nop
$L1:
$L1:
    j       $L1
    j       $L1
    nop
    nop
 
 
    .end     entry
    .end     entry
 
 
   
   
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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