init.lst
上传用户:yj_qqy
上传日期:2017-01-28
资源大小:2911k
文件大小:6k
源码类别:

uCOS

开发平台:

C/C++

  1. ARM Macro Assembler    Page 1 
  2.     1 00000000         ;*******************************************************
  3.                        ***********************
  4.     2 00000000         ;
  5.     3 00000000         ;                               STARTUP CODE
  6.     4 00000000         ;                                 LM3Snnnn
  7.     5 00000000         ;                             KEIL's uVision3 
  8.     6 00000000         ;                   (RealView Microprocessor Developer K
  9.                        it)
  10.     7 00000000         ;
  11.     8 00000000         ; Filename      : init.s
  12.     9 00000000         ;*******************************************************
  13.                        ***********************
  14.    10 00000000         
  15.    11 00000000                 PRESERVE8
  16.    12 00000000                 AREA             INIT, CODE, READONLY ; Name thi
  17.                                                             s block of code    
  18.                                                                                
  19.                                                                         ;
  20.    13 00000000                 THUMB
  21.    14 00000000         
  22.    15 00000000         ;*******************************************************
  23.                        ***********************
  24.    16 00000000         ;                                  IMPORTS
  25.    17 00000000         ;*******************************************************
  26.                        ***********************
  27.    18 00000000         
  28.    19 00000000                 IMPORT           __main
  29.    20 00000000         
  30.    21 00000000         ;*******************************************************
  31.                        ***********************
  32.    22 00000000         ;                                  EXPORTS
  33.    23 00000000         ;*******************************************************
  34.                        ***********************
  35.    24 00000000         
  36.    25 00000000                 EXPORT           ResetHndlr
  37.    26 00000000         
  38.    27 00000000         ;*******************************************************
  39.                        ***********************
  40.    28 00000000         ;                                DEFINITIONS
  41.    29 00000000         ;*******************************************************
  42.                        ***********************
  43.    30 00000000         
  44.    31 00000000         
  45.    32 00000000         ;*******************************************************
  46.                        ***********************
  47.    33 00000000         ;                             PERFORM ROM/RAM REMAPPING
  48.    34 00000000         ;*******************************************************
  49.                        ***********************                
  50.    35 00000000         
  51.    36 00000000                 ENTRY
  52.    37 00000000         ResetHndlr
  53.    38 00000000         
  54.    39 00000000         ;*******************************************************
  55.                        ***********************
  56.    40 00000000         ;                              SETUP STACK POINTERS
  57.    41 00000000         ;*******************************************************
  58.                        ***********************
  59.    42 00000000         
  60.    43 00000000         
  61. ARM Macro Assembler    Page 2 
  62.    44 00000000         ;*******************************************************
  63.                        ***********************
  64.    45 00000000         ;                                   MOVE TO MAIN
  65.    46 00000000         ;*******************************************************
  66.                        ***********************
  67.    47 00000000 4800            ldr              r0, =__main
  68.    48 00000002 4700            bx               r0          ; Save this in regi
  69.                                                             ster for possible l
  70.                                                             ong jump           
  71.                                                                ;
  72.    49 00000004         
  73.    50 00000004                 ALIGN
  74.    51 00000004                 END
  75.               00000000 
  76. Command Line: --debug --xref --device=DARMSTM --apcs=interwork -o.Outputinit.
  77. o -IC:KeilARMINCSTSTM32F10x --list=.Outputinit.lst BSPinit.s
  78. ARM Macro Assembler    Page 1 Alphabetic symbol ordering
  79. Relocatable symbols
  80. INIT 00000000
  81. Symbol: INIT
  82.    Definitions
  83.       At line 12 in file BSPinit.s
  84.    Uses
  85.       None
  86. Comment: INIT unused
  87. ResetHndlr 00000000
  88. Symbol: ResetHndlr
  89.    Definitions
  90.       At line 37 in file BSPinit.s
  91.    Uses
  92.       At line 25 in file BSPinit.s
  93. Comment: ResetHndlr used once
  94. 2 symbols
  95. ARM Macro Assembler    Page 1 Alphabetic symbol ordering
  96. Relocatable symbols
  97. .debug_info$$$INIT 00000000
  98. Symbol: .debug_info$$$INIT
  99.    Definitions
  100.       None
  101.    Uses
  102.       None
  103. Warning: .debug_info$$$INIT undefinedComment: .debug_info$$$INIT unused
  104. 1 symbol
  105. ARM Macro Assembler    Page 1 Alphabetic symbol ordering
  106. Relocatable symbols
  107. .debug_line$$$INIT 00000000
  108. Symbol: .debug_line$$$INIT
  109.    Definitions
  110.       None
  111.    Uses
  112.       None
  113. Warning: .debug_line$$$INIT undefinedComment: .debug_line$$$INIT unused
  114. 1 symbol
  115. ARM Macro Assembler    Page 1 Alphabetic symbol ordering
  116. Relocatable symbols
  117. .debug_abbrev 00000000
  118. Symbol: .debug_abbrev
  119.    Definitions
  120.       None
  121.    Uses
  122.       None
  123. Warning: .debug_abbrev undefinedComment: .debug_abbrev unused
  124. __ARM_asm.debug_abbrev 00000000
  125. Symbol: __ARM_asm.debug_abbrev
  126.    Definitions
  127.       None
  128.    Uses
  129.       None
  130. Warning: __ARM_asm.debug_abbrev undefinedComment: __ARM_asm.debug_abbrev unused
  131. 2 symbols
  132. ARM Macro Assembler    Page 1 Alphabetic symbol ordering
  133. External symbols
  134. __main 00000000
  135. Symbol: __main
  136.    Definitions
  137.       At line 19 in file BSPinit.s
  138.    Uses
  139.       At line 47 in file BSPinit.s
  140. Comment: __main used once
  141. 1 symbol
  142. 328 symbols in table