⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startup.lst

📁 在KEIL下成功使用UCOS-II嵌入式操作系统
💻 LST
字号:



ARM Macro Assembler    Page 1 


    1 00000000         ;/****************************************Copyright (c)*
                       *************************************************
    2 00000000         ;**                               Guangzou ZLG-MCU Devel
                       opment Co.,LTD.
    3 00000000         ;**                                      graduate school
                       
    4 00000000         ;**                                 http://www.zlgmcu.co
                       m
    5 00000000         ;**
    6 00000000         ;**--------------File Info------------------------------
                       -------------------------------------------------
    7 00000000         ;** File name:    Startup.s
    8 00000000         ;** Last modified Date:  2004-09-17
    9 00000000         ;** Last Version:   1.0
   10 00000000         ;** Descriptions:   The start up codes for LPC2100, incl
                       uding the initializing codes for the entry point of exce
                       ptions and the stacks of user tasks.
   11 00000000         ;**    Every project should have a independent copy of t
                       his file for related modifications
   12 00000000         ;**-----------------------------------------------------
                       -------------------------------------------------
   13 00000000         ;** Created by:    Chenmingji
   14 00000000         ;** Created date:     2004-02-02
   15 00000000         ;** Version:   1.0
   16 00000000         ;** Descriptions:   The original version
   17 00000000         ;**
   18 00000000         ;**-----------------------------------------------------
                       -------------------------------------------------
   19 00000000         ;** Modified by:   Chenmingji
   20 00000000         ;** Modified date:  2004-09-17
   21 00000000         ;** Version:   1.01
   22 00000000         ;** Descriptions:   Modified the bus setting to adapt fo
                       r many common situations 
   23 00000000         ;**
   24 00000000         ;**-----------------------------------------------------
                       -------------------------------------------------
   25 00000000         ;** Modified by:   Chenmingji
   26 00000000         ;** Modified date:  2004-09-17
   27 00000000         ;** Version:   1.02
   28 00000000         ;** Descriptions:   Added codes to support the encipheri
                       ng of the chip
   29 00000000         ;**
   30 00000000         ;**-----------------------------------------------------
                       -------------------------------------------------
   31 00000000         ;** Modified by:   Chenmingji
   32 00000000         ;** Modified date:  2004-09-17
   33 00000000         ;** Version:   1.04
   34 00000000         ;** Descriptions:   Renewed the template, added codes to
                        support more compilers 
   35 00000000         ;**
   36 00000000         ;**-----------------------------------------------------
                       -------------------------------------------------
   37 00000000         ;** Modified by:   
   38 00000000         ;** Modified date:
   39 00000000         ;** Version: 
   40 00000000         ;** Descriptions: 
   41 00000000         ;**
   42 00000000         ;*******************************************************
                       *************************************************/



ARM Macro Assembler    Page 2 


   43 00000000         
   44 00000000         ;define the stack size
   45 00000000         ;定义堆栈的大小
   46 00000000 00000000 
                       FIQ_STACK_LEGTH
                               EQU              0
   47 00000000 00000048 
                       IRQ_STACK_LEGTH
                               EQU              9*8         ;every layer need 9
                                                             bytes stack , perm
                                                            it 8 layer .每层嵌

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -