📄 startup.lst
字号:
192 000000C4 ;
193 000000C4 ;*******************************************************
***********************
194 000000C4 00000000 AREA |.text|, CODE, READONLY
195 00000000
196 00000000 ;*******************************************************
***********************
197 00000000 ;
198 00000000 ; The function expected of the C library startup code fo
r defining the stack
199 00000000 ; and heap memory locations.
200 00000000 ;
201 00000000 ;*******************************************************
***********************
202 00000000 IMPORT __use_two_region_memory
203 00000000 EXPORT __user_initial_stackheap
204 00000000 __user_initial_stackheap
205 00000000 4802 LDR R0, =HeapMem
206 00000002 4903 LDR R1, =(StackMem + Stack)
207 00000004 4A01 LDR R2, =(HeapMem + Heap)
208 00000006 4B03 LDR R3, =StackMem
209 00000008 4770 BX LR
210 0000000A
211 0000000A ;*******************************************************
***********************
212 0000000A ;
213 0000000A ; Make sure the end of this section is aligned.
214 0000000A ;
215 0000000A ;*******************************************************
ARM Macro Assembler Page 6
***********************
216 0000000A 00 00 ALIGN
217 0000000C
218 0000000C ;*******************************************************
***********************
219 0000000C ;
220 0000000C ; Tell the assembler that we're done.
221 0000000C ;
222 0000000C ;*******************************************************
***********************
223 0000000C END
00000000
00000100
00000000
Command Line: --debug --xref --device=DLM --apcs=interwork -oStartup.o -IC:\Kei
l\ARM\INC\Luminary --list=Startup.lst Startup.s
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
STACK 00000000
Symbol: STACK
Definitions
At line 52 in file Startup.s
Uses
None
Comment: STACK unused
StackMem 00000000
Symbol: StackMem
Definitions
At line 53 in file Startup.s
Uses
At line 86 in file Startup.s
At line 206 in file Startup.s
At line 208 in file Startup.s
2 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
HEAP 00000000
Symbol: HEAP
Definitions
At line 61 in file Startup.s
Uses
None
Comment: HEAP unused
HeapMem 00000000
Symbol: HeapMem
Definitions
At line 62 in file Startup.s
Uses
At line 205 in file Startup.s
At line 207 in file Startup.s
2 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
FaultISR 000000BE
Symbol: FaultISR
Definitions
At line 169 in file Startup.s
Uses
At line 89 in file Startup.s
At line 170 in file Startup.s
IntDefaultHandler 000000C0
Symbol: IntDefaultHandler
Definitions
At line 179 in file Startup.s
Uses
At line 90 in file Startup.s
At line 91 in file Startup.s
At line 92 in file Startup.s
At line 97 in file Startup.s
At line 98 in file Startup.s
At line 100 in file Startup.s
At line 101 in file Startup.s
At line 108 in file Startup.s
At line 109 in file Startup.s
At line 110 in file Startup.s
At line 111 in file Startup.s
At line 112 in file Startup.s
At line 113 in file Startup.s
At line 114 in file Startup.s
At line 115 in file Startup.s
At line 116 in file Startup.s
At line 117 in file Startup.s
At line 119 in file Startup.s
At line 120 in file Startup.s
At line 121 in file Startup.s
At line 122 in file Startup.s
At line 123 in file Startup.s
At line 124 in file Startup.s
At line 125 in file Startup.s
At line 126 in file Startup.s
At line 127 in file Startup.s
At line 128 in file Startup.s
At line 129 in file Startup.s
At line 130 in file Startup.s
At line 131 in file Startup.s
At line 132 in file Startup.s
At line 133 in file Startup.s
At line 134 in file Startup.s
At line 180 in file Startup.s
NmiSR 000000BC
Symbol: NmiSR
Definitions
At line 159 in file Startup.s
Uses
At line 88 in file Startup.s
At line 160 in file Startup.s
ARM Macro Assembler Page 2 Alphabetic symbol ordering
Relocatable symbols
RESET 00000000
Symbol: RESET
Definitions
At line 77 in file Startup.s
Uses
None
Comment: RESET unused
Reset_Handler 000000B8
Symbol: Reset_Handler
Definitions
At line 143 in file Startup.s
Uses
At line 87 in file Startup.s
At line 142 in file Startup.s
Vectors 00000000
Symbol: Vectors
Definitions
At line 85 in file Startup.s
Uses
None
Comment: Vectors unused
6 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
.text 00000000
Symbol: .text
Definitions
At line 194 in file Startup.s
Uses
None
Comment: .text unused
__user_initial_stackheap 00000000
Symbol: __user_initial_stackheap
Definitions
At line 204 in file Startup.s
Uses
At line 203 in file Startup.s
Comment: __user_initial_stackheap used once
2 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Absolute symbols
Heap 00000000
Symbol: Heap
Definitions
At line 45 in file Startup.s
Uses
At line 63 in file Startup.s
At line 207 in file Startup.s
Stack 00000100
Symbol: Stack
Definitions
At line 36 in file Startup.s
Uses
At line 54 in file Startup.s
At line 86 in file Startup.s
At line 206 in file Startup.s
2 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
External symbols
GPIO_Port_A_ISR 00000000
Symbol: GPIO_Port_A_ISR
Definitions
At line 102 in file Startup.s
Uses
At line 103 in file Startup.s
Comment: GPIO_Port_A_ISR used once
GPIO_Port_B_ISR 00000000
Symbol: GPIO_Port_B_ISR
Definitions
At line 104 in file Startup.s
Uses
At line 105 in file Startup.s
Comment: GPIO_Port_B_ISR used once
GPIO_Port_C_ISR 00000000
Symbol: GPIO_Port_C_ISR
Definitions
At line 106 in file Startup.s
Uses
At line 107 in file Startup.s
Comment: GPIO_Port_C_ISR used once
__main 00000000
Symbol: __main
Definitions
At line 148 in file Startup.s
Uses
At line 149 in file Startup.s
Comment: __main used once
__use_two_region_memory 00000000
Symbol: __use_two_region_memory
Definitions
At line 202 in file Startup.s
Uses
None
Comment: __use_two_region_memory unused
5 symbols
338 symbols in table
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -