gonzui


Format: Advanced Search

tkernel_2/lib/crt/crt0/src/sysdepend/tef_em1d/crtn.Sbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    T-Kernel 2.0 Software Package
    4:  *
    5:  *    Copyright 2011 by Ken Sakamura.
    6:  *    This software is distributed under the latest version of T-License 2.x.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10:  *    Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   11:  *
   12:  *----------------------------------------------------------------------
   13:  */
   14: 
   15: /*
   16:  *      crtn.S
   17:  *
   18:  *      C startup
   19:  */
   20: 
   21: .macro FUNC_END
   22:         .arm
   23:         ldmdb  fp, {r4-r9, sl, fp, ip, lr}
   24:         mov    sp, ip
   25:         bx     lr
   26: .endm
   27: 
   28:         .section       .init
   29:         FUNC_END
   30: 
   31:         .section       .fini
   32:         FUNC_END