1540 lines
97 KiB
Plaintext
1540 lines
97 KiB
Plaintext
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 1
|
|||
|
|
|||
|
1 ;******************************************************************************
|
|||
|
2 ;* MSP430 G3 C/C++ Codegen PC v20.2.5.LTS *
|
|||
|
3 ;* Date/Time created: Fri Aug 27 13:51:57 2021 *
|
|||
|
4 ;******************************************************************************
|
|||
|
5 .compiler_opts --abi=eabi --diag_wrap=off --hll_source=on --mem_model:code=small --mem_model:d
|
|||
|
6
|
|||
|
7 $C$DW$CU .dwtag DW_TAG_compile_unit
|
|||
|
8 .dwattr $C$DW$CU, DW_AT_name("../Problem1a.c")
|
|||
|
9 .dwattr $C$DW$CU, DW_AT_producer("TI MSP430 G3 C/C++ Codegen PC v20.2.5.LTS Copyright (c) 2003
|
|||
|
10 .dwattr $C$DW$CU, DW_AT_TI_version(0x01)
|
|||
|
11 .dwattr $C$DW$CU, DW_AT_comp_dir("C:\CPE325_Workspace\Lab1_Problem1\Debug")
|
|||
|
12
|
|||
|
13 $C$DW$1 .dwtag DW_TAG_subprogram
|
|||
|
14 .dwattr $C$DW$1, DW_AT_name("printf")
|
|||
|
15 .dwattr $C$DW$1, DW_AT_TI_symbol_name("printf")
|
|||
|
16 .dwattr $C$DW$1, DW_AT_type(*$C$DW$T$10)
|
|||
|
17 .dwattr $C$DW$1, DW_AT_declaration
|
|||
|
18 .dwattr $C$DW$1, DW_AT_external
|
|||
|
19 .dwattr $C$DW$1, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/in
|
|||
|
20 .dwattr $C$DW$1, DW_AT_decl_line(0xf6)
|
|||
|
21 .dwattr $C$DW$1, DW_AT_decl_column(0x19)
|
|||
|
22 $C$DW$2 .dwtag DW_TAG_formal_parameter
|
|||
|
23 .dwattr $C$DW$2, DW_AT_type(*$C$DW$T$39)
|
|||
|
24
|
|||
|
25 $C$DW$3 .dwtag DW_TAG_unspecified_parameters
|
|||
|
26
|
|||
|
27 .dwendtag $C$DW$1
|
|||
|
28
|
|||
|
29 ; C:\ti\ccs1040\ccs\tools\compiler\ti-cgt-msp430_20.2.5.LTS\bin\acpia430.exe -@C:\\Users\\LIBRAR
|
|||
|
30 000000 .sect ".text:main"
|
|||
|
31 .clink
|
|||
|
32 .global main
|
|||
|
33
|
|||
|
34 $C$DW$4 .dwtag DW_TAG_subprogram
|
|||
|
35 .dwattr $C$DW$4, DW_AT_name("main")
|
|||
|
36 .dwattr $C$DW$4, DW_AT_low_pc(main)
|
|||
|
37 .dwattr $C$DW$4, DW_AT_high_pc(0x00)
|
|||
|
38 .dwattr $C$DW$4, DW_AT_TI_symbol_name("main")
|
|||
|
39 .dwattr $C$DW$4, DW_AT_external
|
|||
|
40 .dwattr $C$DW$4, DW_AT_type(*$C$DW$T$10)
|
|||
|
41 .dwattr $C$DW$4, DW_AT_TI_begin_file("../Problem1a.c")
|
|||
|
42 .dwattr $C$DW$4, DW_AT_TI_begin_line(0x11)
|
|||
|
43 .dwattr $C$DW$4, DW_AT_TI_begin_column(0x05)
|
|||
|
44 .dwattr $C$DW$4, DW_AT_decl_file("../Problem1a.c")
|
|||
|
45 .dwattr $C$DW$4, DW_AT_decl_line(0x11)
|
|||
|
46 .dwattr $C$DW$4, DW_AT_decl_column(0x05)
|
|||
|
47 .dwattr $C$DW$4, DW_AT_TI_max_frame_size(0x14)
|
|||
|
48 .dwpsn file "../Problem1a.c",line 17,column 12,is_stmt,address main,isa 0
|
|||
|
49
|
|||
|
50 .dwfde $C$DW$CIE, main
|
|||
|
51
|
|||
|
52 ;*****************************************************************************
|
|||
|
53 ;* FUNCTION NAME: main *
|
|||
|
54 ;* *
|
|||
|
55 ;* Regs Modified : SP,SR,r11,r12,r13,r14,r15 *
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 2
|
|||
|
|
|||
|
56 ;* Regs Used : SP,SR,r11,r12,r13,r14,r15 *
|
|||
|
57 ;* Local Frame Size : 8 Args + 10 Auto + 0 Save = 18 byte *
|
|||
|
58 ;*****************************************************************************
|
|||
|
59 000000 main:
|
|||
|
60 ;* --------------------------------------------------------------------------*
|
|||
|
61 .dwcfi cfa_offset, 2
|
|||
|
62 .dwcfi save_reg_to_mem, 16, -2
|
|||
|
63 000000 8031 SUB.W #18,SP ; []
|
|||
|
000002 0012
|
|||
|
64 .dwcfi cfa_offset, 20
|
|||
|
65 $C$DW$5 .dwtag DW_TAG_variable
|
|||
|
66 .dwattr $C$DW$5, DW_AT_name("first")
|
|||
|
67 .dwattr $C$DW$5, DW_AT_TI_symbol_name("first")
|
|||
|
68 .dwattr $C$DW$5, DW_AT_type(*$C$DW$T$10)
|
|||
|
69 .dwattr $C$DW$5, DW_AT_location[DW_OP_breg1 8]
|
|||
|
70
|
|||
|
71 $C$DW$6 .dwtag DW_TAG_variable
|
|||
|
72 .dwattr $C$DW$6, DW_AT_name("second")
|
|||
|
73 .dwattr $C$DW$6, DW_AT_TI_symbol_name("second")
|
|||
|
74 .dwattr $C$DW$6, DW_AT_type(*$C$DW$T$10)
|
|||
|
75 .dwattr $C$DW$6, DW_AT_location[DW_OP_breg1 10]
|
|||
|
76
|
|||
|
77 $C$DW$7 .dwtag DW_TAG_variable
|
|||
|
78 .dwattr $C$DW$7, DW_AT_name("counter")
|
|||
|
79 .dwattr $C$DW$7, DW_AT_TI_symbol_name("counter")
|
|||
|
80 .dwattr $C$DW$7, DW_AT_type(*$C$DW$T$10)
|
|||
|
81 .dwattr $C$DW$7, DW_AT_location[DW_OP_breg1 12]
|
|||
|
82
|
|||
|
83 $C$DW$8 .dwtag DW_TAG_variable
|
|||
|
84 .dwattr $C$DW$8, DW_AT_name("pr")
|
|||
|
85 .dwattr $C$DW$8, DW_AT_TI_symbol_name("pr")
|
|||
|
86 .dwattr $C$DW$8, DW_AT_type(*$C$DW$T$10)
|
|||
|
87 .dwattr $C$DW$8, DW_AT_location[DW_OP_breg1 14]
|
|||
|
88
|
|||
|
89 $C$DW$9 .dwtag DW_TAG_variable
|
|||
|
90 .dwattr $C$DW$9, DW_AT_name("product")
|
|||
|
91 .dwattr $C$DW$9, DW_AT_TI_symbol_name("product")
|
|||
|
92 .dwattr $C$DW$9, DW_AT_type(*$C$DW$T$10)
|
|||
|
93 .dwattr $C$DW$9, DW_AT_location[DW_OP_breg1 16]
|
|||
|
94
|
|||
|
95 .dwpsn file "../Problem1a.c",line 19,column 12,is_stmt,isa 0
|
|||
|
96 000004 42A1 MOV.W #4,8(SP) ; [] |19|
|
|||
|
000006 0008
|
|||
|
97 .dwpsn file "../Problem1a.c",line 20,column 13,is_stmt,isa 0
|
|||
|
98 000008 42B1 MOV.W #8,10(SP) ; [] |20|
|
|||
|
00000a 000A
|
|||
|
99 .dwpsn file "../Problem1a.c",line 21,column 14,is_stmt,isa 0
|
|||
|
100 00000c 4381 MOV.W #0,12(SP) ; [] |21|
|
|||
|
00000e 000C
|
|||
|
101 .dwpsn file "../Problem1a.c",line 22,column 9,is_stmt,isa 0
|
|||
|
102 000010 4381 MOV.W #0,14(SP) ; [] |22|
|
|||
|
000012 000E
|
|||
|
103 .dwpsn file "../Problem1a.c",line 23,column 14,is_stmt,isa 0
|
|||
|
104 000014 4381 MOV.W #0,16(SP) ; [] |23|
|
|||
|
000016 0010
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 3
|
|||
|
|
|||
|
105 .dwpsn file "../Problem1a.c",line 25,column 2,is_stmt,isa 0
|
|||
|
106 000018 411C MOV.W 8(SP),r12 ; [] |25|
|
|||
|
00001a 0008
|
|||
|
107 00001c 411D MOV.W 10(SP),r13 ; [] |25|
|
|||
|
00001e 000A
|
|||
|
108 000020 411E MOV.W 12(SP),r14 ; [] |25|
|
|||
|
000022 000C
|
|||
|
109 000024 4E0F MOV.W r14,r15 ; []
|
|||
|
110 $C$DW$10 .dwtag DW_TAG_TI_branch
|
|||
|
111 .dwattr $C$DW$10, DW_AT_low_pc(0x00)
|
|||
|
112 .dwattr $C$DW$10, DW_AT_name("prod")
|
|||
|
113 .dwattr $C$DW$10, DW_AT_TI_call
|
|||
|
114
|
|||
|
115 000026 12B0 CALL #prod ; [] |25|
|
|||
|
000028 0000!
|
|||
|
116 ; [] |25|
|
|||
|
117 00002a 4C81 MOV.W r12,16(SP) ; [] |25|
|
|||
|
00002c 0010
|
|||
|
118 .dwpsn file "../Problem1a.c",line 27,column 2,is_stmt,isa 0
|
|||
|
119 00002e 40B1 MOV.W #$C$SL1+0,0(SP) ; [] |27|
|
|||
|
000030 0000!
|
|||
|
000032 0000
|
|||
|
120 000034 4191 MOV.W 8(SP),2(SP) ; [] |27|
|
|||
|
000036 0008
|
|||
|
000038 0002
|
|||
|
121 00003a 4191 MOV.W 10(SP),4(SP) ; [] |27|
|
|||
|
00003c 000A
|
|||
|
00003e 0004
|
|||
|
122 000040 4191 MOV.W 16(SP),6(SP) ; [] |27|
|
|||
|
000042 0010
|
|||
|
000044 0006
|
|||
|
123 $C$DW$11 .dwtag DW_TAG_TI_branch
|
|||
|
124 .dwattr $C$DW$11, DW_AT_low_pc(0x00)
|
|||
|
125 .dwattr $C$DW$11, DW_AT_name("printf")
|
|||
|
126 .dwattr $C$DW$11, DW_AT_TI_call
|
|||
|
127
|
|||
|
128 000046 12B0 CALL #printf ; [] |27|
|
|||
|
000048 0000!
|
|||
|
129 ; [] |27|
|
|||
|
130 .dwpsn file "../Problem1a.c",line 28,column 1,is_stmt,isa 0
|
|||
|
131 00004a 430C MOV.W #0,r12 ; [] |28|
|
|||
|
132 00004c 5031 ADD.W #18,SP ; []
|
|||
|
00004e 0012
|
|||
|
133 .dwcfi cfa_offset, 2
|
|||
|
134 $C$DW$12 .dwtag DW_TAG_TI_branch
|
|||
|
135 .dwattr $C$DW$12, DW_AT_low_pc(0x00)
|
|||
|
136 .dwattr $C$DW$12, DW_AT_TI_return
|
|||
|
137
|
|||
|
138 000050 4130 RET ; []
|
|||
|
139 ; []
|
|||
|
140 .dwattr $C$DW$4, DW_AT_TI_end_file("../Problem1a.c")
|
|||
|
141 .dwattr $C$DW$4, DW_AT_TI_end_line(0x1c)
|
|||
|
142 .dwattr $C$DW$4, DW_AT_TI_end_column(0x01)
|
|||
|
143 .dwendentry
|
|||
|
144 .dwendtag $C$DW$4
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 4
|
|||
|
|
|||
|
145
|
|||
|
146 000000 .sect ".text:prod"
|
|||
|
147 .clink
|
|||
|
148 .global prod
|
|||
|
149
|
|||
|
150 $C$DW$13 .dwtag DW_TAG_subprogram
|
|||
|
151 .dwattr $C$DW$13, DW_AT_name("prod")
|
|||
|
152 .dwattr $C$DW$13, DW_AT_low_pc(prod)
|
|||
|
153 .dwattr $C$DW$13, DW_AT_high_pc(0x00)
|
|||
|
154 .dwattr $C$DW$13, DW_AT_TI_symbol_name("prod")
|
|||
|
155 .dwattr $C$DW$13, DW_AT_external
|
|||
|
156 .dwattr $C$DW$13, DW_AT_type(*$C$DW$T$10)
|
|||
|
157 .dwattr $C$DW$13, DW_AT_TI_begin_file("../Problem1a.c")
|
|||
|
158 .dwattr $C$DW$13, DW_AT_TI_begin_line(0x1e)
|
|||
|
159 .dwattr $C$DW$13, DW_AT_TI_begin_column(0x05)
|
|||
|
160 .dwattr $C$DW$13, DW_AT_decl_file("../Problem1a.c")
|
|||
|
161 .dwattr $C$DW$13, DW_AT_decl_line(0x1e)
|
|||
|
162 .dwattr $C$DW$13, DW_AT_decl_column(0x05)
|
|||
|
163 .dwattr $C$DW$13, DW_AT_TI_max_frame_size(0x0a)
|
|||
|
164 .dwpsn file "../Problem1a.c",line 30,column 37,is_stmt,address prod,isa 0
|
|||
|
165
|
|||
|
166 .dwfde $C$DW$CIE, prod
|
|||
|
167 $C$DW$14 .dwtag DW_TAG_formal_parameter
|
|||
|
168 .dwattr $C$DW$14, DW_AT_name("f")
|
|||
|
169 .dwattr $C$DW$14, DW_AT_TI_symbol_name("f")
|
|||
|
170 .dwattr $C$DW$14, DW_AT_type(*$C$DW$T$10)
|
|||
|
171 .dwattr $C$DW$14, DW_AT_location[DW_OP_reg12]
|
|||
|
172
|
|||
|
173 $C$DW$15 .dwtag DW_TAG_formal_parameter
|
|||
|
174 .dwattr $C$DW$15, DW_AT_name("s")
|
|||
|
175 .dwattr $C$DW$15, DW_AT_TI_symbol_name("s")
|
|||
|
176 .dwattr $C$DW$15, DW_AT_type(*$C$DW$T$10)
|
|||
|
177 .dwattr $C$DW$15, DW_AT_location[DW_OP_reg13]
|
|||
|
178
|
|||
|
179 $C$DW$16 .dwtag DW_TAG_formal_parameter
|
|||
|
180 .dwattr $C$DW$16, DW_AT_name("c")
|
|||
|
181 .dwattr $C$DW$16, DW_AT_TI_symbol_name("c")
|
|||
|
182 .dwattr $C$DW$16, DW_AT_type(*$C$DW$T$10)
|
|||
|
183 .dwattr $C$DW$16, DW_AT_location[DW_OP_reg14]
|
|||
|
184
|
|||
|
185 $C$DW$17 .dwtag DW_TAG_formal_parameter
|
|||
|
186 .dwattr $C$DW$17, DW_AT_name("p")
|
|||
|
187 .dwattr $C$DW$17, DW_AT_TI_symbol_name("p")
|
|||
|
188 .dwattr $C$DW$17, DW_AT_type(*$C$DW$T$10)
|
|||
|
189 .dwattr $C$DW$17, DW_AT_location[DW_OP_reg15]
|
|||
|
190
|
|||
|
191
|
|||
|
192 ;*****************************************************************************
|
|||
|
193 ;* FUNCTION NAME: prod *
|
|||
|
194 ;* *
|
|||
|
195 ;* Regs Modified : SP,SR,r11,r12,r13,r14,r15 *
|
|||
|
196 ;* Regs Used : SP,SR,r11,r12,r13,r14,r15 *
|
|||
|
197 ;* Local Frame Size : 0 Args + 8 Auto + 0 Save = 8 byte *
|
|||
|
198 ;*****************************************************************************
|
|||
|
199 000000 prod:
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 5
|
|||
|
|
|||
|
200 ;* --------------------------------------------------------------------------*
|
|||
|
201 .dwcfi cfa_offset, 2
|
|||
|
202 .dwcfi save_reg_to_mem, 16, -2
|
|||
|
203 000000 8231 SUB.W #8,SP ; []
|
|||
|
204 .dwcfi cfa_offset, 10
|
|||
|
205 $C$DW$18 .dwtag DW_TAG_variable
|
|||
|
206 .dwattr $C$DW$18, DW_AT_name("f")
|
|||
|
207 .dwattr $C$DW$18, DW_AT_TI_symbol_name("f")
|
|||
|
208 .dwattr $C$DW$18, DW_AT_type(*$C$DW$T$10)
|
|||
|
209 .dwattr $C$DW$18, DW_AT_location[DW_OP_breg1 0]
|
|||
|
210
|
|||
|
211 $C$DW$19 .dwtag DW_TAG_variable
|
|||
|
212 .dwattr $C$DW$19, DW_AT_name("s")
|
|||
|
213 .dwattr $C$DW$19, DW_AT_TI_symbol_name("s")
|
|||
|
214 .dwattr $C$DW$19, DW_AT_type(*$C$DW$T$10)
|
|||
|
215 .dwattr $C$DW$19, DW_AT_location[DW_OP_breg1 2]
|
|||
|
216
|
|||
|
217 $C$DW$20 .dwtag DW_TAG_variable
|
|||
|
218 .dwattr $C$DW$20, DW_AT_name("c")
|
|||
|
219 .dwattr $C$DW$20, DW_AT_TI_symbol_name("c")
|
|||
|
220 .dwattr $C$DW$20, DW_AT_type(*$C$DW$T$10)
|
|||
|
221 .dwattr $C$DW$20, DW_AT_location[DW_OP_breg1 4]
|
|||
|
222
|
|||
|
223 $C$DW$21 .dwtag DW_TAG_variable
|
|||
|
224 .dwattr $C$DW$21, DW_AT_name("p")
|
|||
|
225 .dwattr $C$DW$21, DW_AT_TI_symbol_name("p")
|
|||
|
226 .dwattr $C$DW$21, DW_AT_type(*$C$DW$T$10)
|
|||
|
227 .dwattr $C$DW$21, DW_AT_location[DW_OP_breg1 6]
|
|||
|
228
|
|||
|
229 000002 4F81 MOV.W r15,6(SP) ; [] |30|
|
|||
|
000004 0006
|
|||
|
230 000006 4E81 MOV.W r14,4(SP) ; [] |30|
|
|||
|
000008 0004
|
|||
|
231 00000a 4D81 MOV.W r13,2(SP) ; [] |30|
|
|||
|
00000c 0002
|
|||
|
232 00000e 4C81 MOV.W r12,0(SP) ; [] |30|
|
|||
|
000010 0000
|
|||
|
233 .dwpsn file "../Problem1a.c",line 31,column 2,is_stmt,isa 0
|
|||
|
234 000012 51A1 ADD.W 0(SP),6(SP) ; [] |31|
|
|||
|
000014 0006
|
|||
|
235 .dwpsn file "../Problem1a.c",line 32,column 2,is_stmt,isa 0
|
|||
|
236 000016 5391 ADD.W #1,4(SP) ; [] |32|
|
|||
|
000018 0004
|
|||
|
237 .dwpsn file "../Problem1a.c",line 33,column 2,is_stmt,isa 0
|
|||
|
238 00001a 9191 CMP.W 2(SP),4(SP) ; [] |33|
|
|||
|
00001c 0002
|
|||
|
00001e 0004
|
|||
|
239 000020 2408 JEQ $C$L1 ; [] |33|
|
|||
|
240 ; [] |33|
|
|||
|
241 ;* --------------------------------------------------------------------------*
|
|||
|
242 .dwpsn file "../Problem1a.c",line 33,column 12,is_stmt,isa 0
|
|||
|
243 000022 411E MOV.W 4(SP),r14 ; [] |33|
|
|||
|
000024 0004
|
|||
|
244 000026 411F MOV.W 6(SP),r15 ; [] |33|
|
|||
|
000028 0006
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 6
|
|||
|
|
|||
|
245 $C$DW$22 .dwtag DW_TAG_TI_branch
|
|||
|
246 .dwattr $C$DW$22, DW_AT_low_pc(0x00)
|
|||
|
247 .dwattr $C$DW$22, DW_AT_name("prod")
|
|||
|
248 .dwattr $C$DW$22, DW_AT_TI_call
|
|||
|
249
|
|||
|
250 00002a 12B0 CALL #prod ; [] |33|
|
|||
|
00002c 0000!
|
|||
|
251 ; [] |33|
|
|||
|
252 00002e 4C81 MOV.W r12,6(SP) ; [] |33|
|
|||
|
000030 0006
|
|||
|
253 ;* --------------------------------------------------------------------------*
|
|||
|
254 000032 $C$L1:
|
|||
|
255 .dwpsn file "../Problem1a.c",line 35,column 2,is_stmt,isa 0
|
|||
|
256 000032 411C MOV.W 6(SP),r12 ; [] |35|
|
|||
|
000034 0006
|
|||
|
257 .dwpsn file "../Problem1a.c",line 36,column 1,is_stmt,isa 0
|
|||
|
258 000036 5231 ADD.W #8,SP ; []
|
|||
|
259 .dwcfi cfa_offset, 2
|
|||
|
260 $C$DW$23 .dwtag DW_TAG_TI_branch
|
|||
|
261 .dwattr $C$DW$23, DW_AT_low_pc(0x00)
|
|||
|
262 .dwattr $C$DW$23, DW_AT_TI_return
|
|||
|
263
|
|||
|
264 000038 4130 RET ; []
|
|||
|
265 ; []
|
|||
|
266 .dwattr $C$DW$13, DW_AT_TI_end_file("../Problem1a.c")
|
|||
|
267 .dwattr $C$DW$13, DW_AT_TI_end_line(0x24)
|
|||
|
268 .dwattr $C$DW$13, DW_AT_TI_end_column(0x01)
|
|||
|
269 .dwendentry
|
|||
|
270 .dwendtag $C$DW$13
|
|||
|
271
|
|||
|
272 ;******************************************************************************
|
|||
|
273 ;* STRINGS *
|
|||
|
274 ;******************************************************************************
|
|||
|
275 000000 .sect ".const:.string"
|
|||
|
276 .align 2
|
|||
|
277 000000 0025 $C$SL1: .string "%d times %d is %d",10,0
|
|||
|
000001 0064
|
|||
|
000002 0020
|
|||
|
000003 0074
|
|||
|
000004 0069
|
|||
|
000005 006D
|
|||
|
000006 0065
|
|||
|
000007 0073
|
|||
|
000008 0020
|
|||
|
000009 0025
|
|||
|
00000a 0064
|
|||
|
00000b 0020
|
|||
|
00000c 0069
|
|||
|
00000d 0073
|
|||
|
00000e 0020
|
|||
|
00000f 0025
|
|||
|
000010 0064
|
|||
|
000011 000A
|
|||
|
000012 0000
|
|||
|
278 ;*****************************************************************************
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 7
|
|||
|
|
|||
|
279 ;* UNDEFINED EXTERNAL REFERENCES *
|
|||
|
280 ;*****************************************************************************
|
|||
|
281 .global printf
|
|||
|
282
|
|||
|
283 ;******************************************************************************
|
|||
|
284 ;* BUILD ATTRIBUTES *
|
|||
|
285 ;******************************************************************************
|
|||
|
286 .battr "TI", Tag_File, 1, Tag_LPM_INFO(1)
|
|||
|
287 .battr "TI", Tag_File, 1, Tag_PORTS_INIT_INFO("012345678901ABCDEFGHIJ0000000000001111000000000
|
|||
|
288 .battr "TI", Tag_File, 1, Tag_LEA_INFO(1)
|
|||
|
289 .battr "TI", Tag_File, 1, Tag_HW_MPY32_INFO(2)
|
|||
|
290 .battr "TI", Tag_File, 1, Tag_HW_MPY_ISR_INFO(1)
|
|||
|
291 .battr "TI", Tag_File, 1, Tag_HW_MPY_INLINE_INFO(1)
|
|||
|
292 .battr "mspabi", Tag_File, 1, Tag_enum_size(3)
|
|||
|
293
|
|||
|
294 ;******************************************************************************
|
|||
|
295 ;* TYPE INFORMATION *
|
|||
|
296 ;******************************************************************************
|
|||
|
297
|
|||
|
298 $C$DW$T$21 .dwtag DW_TAG_structure_type
|
|||
|
299 .dwattr $C$DW$T$21, DW_AT_byte_size(0x10)
|
|||
|
300 $C$DW$24 .dwtag DW_TAG_member
|
|||
|
301 .dwattr $C$DW$24, DW_AT_type(*$C$DW$T$14)
|
|||
|
302 .dwattr $C$DW$24, DW_AT_name("__max_align1")
|
|||
|
303 .dwattr $C$DW$24, DW_AT_TI_symbol_name("__max_align1")
|
|||
|
304 .dwattr $C$DW$24, DW_AT_data_member_location[DW_OP_plus_uconst 0x0]
|
|||
|
305 .dwattr $C$DW$24, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
306 .dwattr $C$DW$24, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
307 .dwattr $C$DW$24, DW_AT_decl_line(0x7b)
|
|||
|
308 .dwattr $C$DW$24, DW_AT_decl_column(0x0c)
|
|||
|
309
|
|||
|
310 $C$DW$25 .dwtag DW_TAG_member
|
|||
|
311 .dwattr $C$DW$25, DW_AT_type(*$C$DW$T$18)
|
|||
|
312 .dwattr $C$DW$25, DW_AT_name("__max_align2")
|
|||
|
313 .dwattr $C$DW$25, DW_AT_TI_symbol_name("__max_align2")
|
|||
|
314 .dwattr $C$DW$25, DW_AT_data_member_location[DW_OP_plus_uconst 0x8]
|
|||
|
315 .dwattr $C$DW$25, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
316 .dwattr $C$DW$25, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
317 .dwattr $C$DW$25, DW_AT_decl_line(0x7c)
|
|||
|
318 .dwattr $C$DW$25, DW_AT_decl_column(0x0e)
|
|||
|
319
|
|||
|
320 .dwattr $C$DW$T$21, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
321 .dwattr $C$DW$T$21, DW_AT_decl_line(0x7a)
|
|||
|
322 .dwattr $C$DW$T$21, DW_AT_decl_column(0x10)
|
|||
|
323 .dwendtag $C$DW$T$21
|
|||
|
324
|
|||
|
325 $C$DW$T$24 .dwtag DW_TAG_typedef
|
|||
|
326 .dwattr $C$DW$T$24, DW_AT_name("__max_align_t")
|
|||
|
327 .dwattr $C$DW$T$24, DW_AT_type(*$C$DW$T$21)
|
|||
|
328 .dwattr $C$DW$T$24, DW_AT_language(DW_LANG_C)
|
|||
|
329 .dwattr $C$DW$T$24, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
330 .dwattr $C$DW$T$24, DW_AT_decl_line(0x7d)
|
|||
|
331 .dwattr $C$DW$T$24, DW_AT_decl_column(0x03)
|
|||
|
332
|
|||
|
333 $C$DW$T$2 .dwtag DW_TAG_unspecified_type
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 8
|
|||
|
|
|||
|
334 .dwattr $C$DW$T$2, DW_AT_name("void")
|
|||
|
335
|
|||
|
336
|
|||
|
337 $C$DW$T$25 .dwtag DW_TAG_subroutine_type
|
|||
|
338 .dwattr $C$DW$T$25, DW_AT_language(DW_LANG_C)
|
|||
|
339 .dwendtag $C$DW$T$25
|
|||
|
340
|
|||
|
341 $C$DW$T$26 .dwtag DW_TAG_pointer_type
|
|||
|
342 .dwattr $C$DW$T$26, DW_AT_type(*$C$DW$T$25)
|
|||
|
343 .dwattr $C$DW$T$26, DW_AT_address_class(0x10)
|
|||
|
344
|
|||
|
345 $C$DW$T$27 .dwtag DW_TAG_typedef
|
|||
|
346 .dwattr $C$DW$T$27, DW_AT_name("__SFR_FARPTR")
|
|||
|
347 .dwattr $C$DW$T$27, DW_AT_type(*$C$DW$T$26)
|
|||
|
348 .dwattr $C$DW$T$27, DW_AT_language(DW_LANG_C)
|
|||
|
349 .dwattr $C$DW$T$27, DW_AT_decl_file("C:\ti\ccs1040\ccs\ccs_base\msp430\include\msp430f5529.h")
|
|||
|
350 .dwattr $C$DW$T$27, DW_AT_decl_line(0x4a)
|
|||
|
351 .dwattr $C$DW$T$27, DW_AT_decl_column(0x11)
|
|||
|
352
|
|||
|
353 $C$DW$T$4 .dwtag DW_TAG_base_type
|
|||
|
354 .dwattr $C$DW$T$4, DW_AT_encoding(DW_ATE_boolean)
|
|||
|
355 .dwattr $C$DW$T$4, DW_AT_name("bool")
|
|||
|
356 .dwattr $C$DW$T$4, DW_AT_byte_size(0x01)
|
|||
|
357
|
|||
|
358 $C$DW$T$5 .dwtag DW_TAG_base_type
|
|||
|
359 .dwattr $C$DW$T$5, DW_AT_encoding(DW_ATE_signed_char)
|
|||
|
360 .dwattr $C$DW$T$5, DW_AT_name("signed char")
|
|||
|
361 .dwattr $C$DW$T$5, DW_AT_byte_size(0x01)
|
|||
|
362
|
|||
|
363 $C$DW$T$28 .dwtag DW_TAG_typedef
|
|||
|
364 .dwattr $C$DW$T$28, DW_AT_name("__int8_t")
|
|||
|
365 .dwattr $C$DW$T$28, DW_AT_type(*$C$DW$T$5)
|
|||
|
366 .dwattr $C$DW$T$28, DW_AT_language(DW_LANG_C)
|
|||
|
367 .dwattr $C$DW$T$28, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
368 .dwattr $C$DW$T$28, DW_AT_decl_line(0x36)
|
|||
|
369 .dwattr $C$DW$T$28, DW_AT_decl_column(0x16)
|
|||
|
370
|
|||
|
371 $C$DW$T$29 .dwtag DW_TAG_typedef
|
|||
|
372 .dwattr $C$DW$T$29, DW_AT_name("__int_least8_t")
|
|||
|
373 .dwattr $C$DW$T$29, DW_AT_type(*$C$DW$T$28)
|
|||
|
374 .dwattr $C$DW$T$29, DW_AT_language(DW_LANG_C)
|
|||
|
375 .dwattr $C$DW$T$29, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
376 .dwattr $C$DW$T$29, DW_AT_decl_line(0x5a)
|
|||
|
377 .dwattr $C$DW$T$29, DW_AT_decl_column(0x12)
|
|||
|
378
|
|||
|
379 $C$DW$T$6 .dwtag DW_TAG_base_type
|
|||
|
380 .dwattr $C$DW$T$6, DW_AT_encoding(DW_ATE_unsigned_char)
|
|||
|
381 .dwattr $C$DW$T$6, DW_AT_name("unsigned char")
|
|||
|
382 .dwattr $C$DW$T$6, DW_AT_byte_size(0x01)
|
|||
|
383
|
|||
|
384 $C$DW$T$22 .dwtag DW_TAG_pointer_type
|
|||
|
385 .dwattr $C$DW$T$22, DW_AT_type(*$C$DW$T$6)
|
|||
|
386 .dwattr $C$DW$T$22, DW_AT_address_class(0x10)
|
|||
|
387
|
|||
|
388 $C$DW$T$30 .dwtag DW_TAG_typedef
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 9
|
|||
|
|
|||
|
389 .dwattr $C$DW$T$30, DW_AT_name("__uint8_t")
|
|||
|
390 .dwattr $C$DW$T$30, DW_AT_type(*$C$DW$T$6)
|
|||
|
391 .dwattr $C$DW$T$30, DW_AT_language(DW_LANG_C)
|
|||
|
392 .dwattr $C$DW$T$30, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
393 .dwattr $C$DW$T$30, DW_AT_decl_line(0x37)
|
|||
|
394 .dwattr $C$DW$T$30, DW_AT_decl_column(0x18)
|
|||
|
395
|
|||
|
396 $C$DW$T$31 .dwtag DW_TAG_typedef
|
|||
|
397 .dwattr $C$DW$T$31, DW_AT_name("__sa_family_t")
|
|||
|
398 .dwattr $C$DW$T$31, DW_AT_type(*$C$DW$T$30)
|
|||
|
399 .dwattr $C$DW$T$31, DW_AT_language(DW_LANG_C)
|
|||
|
400 .dwattr $C$DW$T$31, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
401 .dwattr $C$DW$T$31, DW_AT_decl_line(0x47)
|
|||
|
402 .dwattr $C$DW$T$31, DW_AT_decl_column(0x13)
|
|||
|
403
|
|||
|
404 $C$DW$T$32 .dwtag DW_TAG_typedef
|
|||
|
405 .dwattr $C$DW$T$32, DW_AT_name("__uint_least8_t")
|
|||
|
406 .dwattr $C$DW$T$32, DW_AT_type(*$C$DW$T$30)
|
|||
|
407 .dwattr $C$DW$T$32, DW_AT_language(DW_LANG_C)
|
|||
|
408 .dwattr $C$DW$T$32, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
409 .dwattr $C$DW$T$32, DW_AT_decl_line(0x74)
|
|||
|
410 .dwattr $C$DW$T$32, DW_AT_decl_column(0x13)
|
|||
|
411
|
|||
|
412 $C$DW$T$7 .dwtag DW_TAG_base_type
|
|||
|
413 .dwattr $C$DW$T$7, DW_AT_encoding(DW_ATE_signed_char)
|
|||
|
414 .dwattr $C$DW$T$7, DW_AT_name("wchar_t")
|
|||
|
415 .dwattr $C$DW$T$7, DW_AT_byte_size(0x02)
|
|||
|
416
|
|||
|
417 $C$DW$T$8 .dwtag DW_TAG_base_type
|
|||
|
418 .dwattr $C$DW$T$8, DW_AT_encoding(DW_ATE_signed)
|
|||
|
419 .dwattr $C$DW$T$8, DW_AT_name("short")
|
|||
|
420 .dwattr $C$DW$T$8, DW_AT_byte_size(0x02)
|
|||
|
421
|
|||
|
422 $C$DW$T$9 .dwtag DW_TAG_base_type
|
|||
|
423 .dwattr $C$DW$T$9, DW_AT_encoding(DW_ATE_unsigned)
|
|||
|
424 .dwattr $C$DW$T$9, DW_AT_name("unsigned short")
|
|||
|
425 .dwattr $C$DW$T$9, DW_AT_byte_size(0x02)
|
|||
|
426
|
|||
|
427 $C$DW$T$10 .dwtag DW_TAG_base_type
|
|||
|
428 .dwattr $C$DW$T$10, DW_AT_encoding(DW_ATE_signed)
|
|||
|
429 .dwattr $C$DW$T$10, DW_AT_name("int")
|
|||
|
430 .dwattr $C$DW$T$10, DW_AT_byte_size(0x02)
|
|||
|
431
|
|||
|
432 $C$DW$T$33 .dwtag DW_TAG_typedef
|
|||
|
433 .dwattr $C$DW$T$33, DW_AT_name("_Mbstatet")
|
|||
|
434 .dwattr $C$DW$T$33, DW_AT_type(*$C$DW$T$10)
|
|||
|
435 .dwattr $C$DW$T$33, DW_AT_language(DW_LANG_C)
|
|||
|
436 .dwattr $C$DW$T$33, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
437 .dwattr $C$DW$T$33, DW_AT_decl_line(0x8f)
|
|||
|
438 .dwattr $C$DW$T$33, DW_AT_decl_column(0x0d)
|
|||
|
439
|
|||
|
440 $C$DW$T$34 .dwtag DW_TAG_typedef
|
|||
|
441 .dwattr $C$DW$T$34, DW_AT_name("__mbstate_t")
|
|||
|
442 .dwattr $C$DW$T$34, DW_AT_type(*$C$DW$T$33)
|
|||
|
443 .dwattr $C$DW$T$34, DW_AT_language(DW_LANG_C)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 10
|
|||
|
|
|||
|
444 .dwattr $C$DW$T$34, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
445 .dwattr $C$DW$T$34, DW_AT_decl_line(0x92)
|
|||
|
446 .dwattr $C$DW$T$34, DW_AT_decl_column(0x13)
|
|||
|
447
|
|||
|
448 $C$DW$T$35 .dwtag DW_TAG_typedef
|
|||
|
449 .dwattr $C$DW$T$35, DW_AT_name("__accmode_t")
|
|||
|
450 .dwattr $C$DW$T$35, DW_AT_type(*$C$DW$T$10)
|
|||
|
451 .dwattr $C$DW$T$35, DW_AT_language(DW_LANG_C)
|
|||
|
452 .dwattr $C$DW$T$35, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
453 .dwattr $C$DW$T$35, DW_AT_decl_line(0x3b)
|
|||
|
454 .dwattr $C$DW$T$35, DW_AT_decl_column(0x0e)
|
|||
|
455
|
|||
|
456 $C$DW$T$45 .dwtag DW_TAG_typedef
|
|||
|
457 .dwattr $C$DW$T$45, DW_AT_name("__cpulevel_t")
|
|||
|
458 .dwattr $C$DW$T$45, DW_AT_type(*$C$DW$T$10)
|
|||
|
459 .dwattr $C$DW$T$45, DW_AT_language(DW_LANG_C)
|
|||
|
460 .dwattr $C$DW$T$45, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
461 .dwattr $C$DW$T$45, DW_AT_decl_line(0x50)
|
|||
|
462 .dwattr $C$DW$T$45, DW_AT_decl_column(0x0e)
|
|||
|
463
|
|||
|
464 $C$DW$T$46 .dwtag DW_TAG_typedef
|
|||
|
465 .dwattr $C$DW$T$46, DW_AT_name("__cpusetid_t")
|
|||
|
466 .dwattr $C$DW$T$46, DW_AT_type(*$C$DW$T$10)
|
|||
|
467 .dwattr $C$DW$T$46, DW_AT_language(DW_LANG_C)
|
|||
|
468 .dwattr $C$DW$T$46, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
469 .dwattr $C$DW$T$46, DW_AT_decl_line(0x51)
|
|||
|
470 .dwattr $C$DW$T$46, DW_AT_decl_column(0x0e)
|
|||
|
471
|
|||
|
472 $C$DW$T$47 .dwtag DW_TAG_typedef
|
|||
|
473 .dwattr $C$DW$T$47, DW_AT_name("__cpuwhich_t")
|
|||
|
474 .dwattr $C$DW$T$47, DW_AT_type(*$C$DW$T$10)
|
|||
|
475 .dwattr $C$DW$T$47, DW_AT_language(DW_LANG_C)
|
|||
|
476 .dwattr $C$DW$T$47, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
477 .dwattr $C$DW$T$47, DW_AT_decl_line(0x4f)
|
|||
|
478 .dwattr $C$DW$T$47, DW_AT_decl_column(0x0e)
|
|||
|
479
|
|||
|
480 $C$DW$T$48 .dwtag DW_TAG_typedef
|
|||
|
481 .dwattr $C$DW$T$48, DW_AT_name("__ct_rune_t")
|
|||
|
482 .dwattr $C$DW$T$48, DW_AT_type(*$C$DW$T$10)
|
|||
|
483 .dwattr $C$DW$T$48, DW_AT_language(DW_LANG_C)
|
|||
|
484 .dwattr $C$DW$T$48, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
485 .dwattr $C$DW$T$48, DW_AT_decl_line(0x69)
|
|||
|
486 .dwattr $C$DW$T$48, DW_AT_decl_column(0x0e)
|
|||
|
487
|
|||
|
488 $C$DW$T$49 .dwtag DW_TAG_typedef
|
|||
|
489 .dwattr $C$DW$T$49, DW_AT_name("__rune_t")
|
|||
|
490 .dwattr $C$DW$T$49, DW_AT_type(*$C$DW$T$48)
|
|||
|
491 .dwattr $C$DW$T$49, DW_AT_language(DW_LANG_C)
|
|||
|
492 .dwattr $C$DW$T$49, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
493 .dwattr $C$DW$T$49, DW_AT_decl_line(0x6c)
|
|||
|
494 .dwattr $C$DW$T$49, DW_AT_decl_column(0x15)
|
|||
|
495
|
|||
|
496 $C$DW$T$50 .dwtag DW_TAG_typedef
|
|||
|
497 .dwattr $C$DW$T$50, DW_AT_name("__wint_t")
|
|||
|
498 .dwattr $C$DW$T$50, DW_AT_type(*$C$DW$T$48)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 11
|
|||
|
|
|||
|
499 .dwattr $C$DW$T$50, DW_AT_language(DW_LANG_C)
|
|||
|
500 .dwattr $C$DW$T$50, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
501 .dwattr $C$DW$T$50, DW_AT_decl_line(0x6d)
|
|||
|
502 .dwattr $C$DW$T$50, DW_AT_decl_column(0x15)
|
|||
|
503
|
|||
|
504 $C$DW$T$51 .dwtag DW_TAG_typedef
|
|||
|
505 .dwattr $C$DW$T$51, DW_AT_name("__int16_t")
|
|||
|
506 .dwattr $C$DW$T$51, DW_AT_type(*$C$DW$T$10)
|
|||
|
507 .dwattr $C$DW$T$51, DW_AT_language(DW_LANG_C)
|
|||
|
508 .dwattr $C$DW$T$51, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
509 .dwattr $C$DW$T$51, DW_AT_decl_line(0x38)
|
|||
|
510 .dwattr $C$DW$T$51, DW_AT_decl_column(0x0f)
|
|||
|
511
|
|||
|
512 $C$DW$T$52 .dwtag DW_TAG_typedef
|
|||
|
513 .dwattr $C$DW$T$52, DW_AT_name("__int_fast16_t")
|
|||
|
514 .dwattr $C$DW$T$52, DW_AT_type(*$C$DW$T$51)
|
|||
|
515 .dwattr $C$DW$T$52, DW_AT_language(DW_LANG_C)
|
|||
|
516 .dwattr $C$DW$T$52, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
517 .dwattr $C$DW$T$52, DW_AT_decl_line(0x57)
|
|||
|
518 .dwattr $C$DW$T$52, DW_AT_decl_column(0x13)
|
|||
|
519
|
|||
|
520 $C$DW$T$53 .dwtag DW_TAG_typedef
|
|||
|
521 .dwattr $C$DW$T$53, DW_AT_name("__int_fast8_t")
|
|||
|
522 .dwattr $C$DW$T$53, DW_AT_type(*$C$DW$T$51)
|
|||
|
523 .dwattr $C$DW$T$53, DW_AT_language(DW_LANG_C)
|
|||
|
524 .dwattr $C$DW$T$53, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
525 .dwattr $C$DW$T$53, DW_AT_decl_line(0x56)
|
|||
|
526 .dwattr $C$DW$T$53, DW_AT_decl_column(0x13)
|
|||
|
527
|
|||
|
528 $C$DW$T$54 .dwtag DW_TAG_typedef
|
|||
|
529 .dwattr $C$DW$T$54, DW_AT_name("__int_least16_t")
|
|||
|
530 .dwattr $C$DW$T$54, DW_AT_type(*$C$DW$T$51)
|
|||
|
531 .dwattr $C$DW$T$54, DW_AT_language(DW_LANG_C)
|
|||
|
532 .dwattr $C$DW$T$54, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
533 .dwattr $C$DW$T$54, DW_AT_decl_line(0x5b)
|
|||
|
534 .dwattr $C$DW$T$54, DW_AT_decl_column(0x13)
|
|||
|
535
|
|||
|
536 $C$DW$T$55 .dwtag DW_TAG_typedef
|
|||
|
537 .dwattr $C$DW$T$55, DW_AT_name("__intptr_t")
|
|||
|
538 .dwattr $C$DW$T$55, DW_AT_type(*$C$DW$T$51)
|
|||
|
539 .dwattr $C$DW$T$55, DW_AT_language(DW_LANG_C)
|
|||
|
540 .dwattr $C$DW$T$55, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
541 .dwattr $C$DW$T$55, DW_AT_decl_line(0x53)
|
|||
|
542 .dwattr $C$DW$T$55, DW_AT_decl_column(0x19)
|
|||
|
543
|
|||
|
544 $C$DW$T$56 .dwtag DW_TAG_typedef
|
|||
|
545 .dwattr $C$DW$T$56, DW_AT_name("__register_t")
|
|||
|
546 .dwattr $C$DW$T$56, DW_AT_type(*$C$DW$T$51)
|
|||
|
547 .dwattr $C$DW$T$56, DW_AT_language(DW_LANG_C)
|
|||
|
548 .dwattr $C$DW$T$56, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
549 .dwattr $C$DW$T$56, DW_AT_decl_line(0x5f)
|
|||
|
550 .dwattr $C$DW$T$56, DW_AT_decl_column(0x13)
|
|||
|
551
|
|||
|
552 $C$DW$T$57 .dwtag DW_TAG_typedef
|
|||
|
553 .dwattr $C$DW$T$57, DW_AT_name("__nl_item")
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 12
|
|||
|
|
|||
|
554 .dwattr $C$DW$T$57, DW_AT_type(*$C$DW$T$10)
|
|||
|
555 .dwattr $C$DW$T$57, DW_AT_language(DW_LANG_C)
|
|||
|
556 .dwattr $C$DW$T$57, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
557 .dwattr $C$DW$T$57, DW_AT_decl_line(0x3c)
|
|||
|
558 .dwattr $C$DW$T$57, DW_AT_decl_column(0x0e)
|
|||
|
559
|
|||
|
560 $C$DW$T$58 .dwtag DW_TAG_typedef
|
|||
|
561 .dwattr $C$DW$T$58, DW_AT_name("__ptrdiff_t")
|
|||
|
562 .dwattr $C$DW$T$58, DW_AT_type(*$C$DW$T$10)
|
|||
|
563 .dwattr $C$DW$T$58, DW_AT_language(DW_LANG_C)
|
|||
|
564 .dwattr $C$DW$T$58, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
565 .dwattr $C$DW$T$58, DW_AT_decl_line(0x5e)
|
|||
|
566 .dwattr $C$DW$T$58, DW_AT_decl_column(0x1c)
|
|||
|
567
|
|||
|
568 $C$DW$T$11 .dwtag DW_TAG_base_type
|
|||
|
569 .dwattr $C$DW$T$11, DW_AT_encoding(DW_ATE_unsigned)
|
|||
|
570 .dwattr $C$DW$T$11, DW_AT_name("unsigned int")
|
|||
|
571 .dwattr $C$DW$T$11, DW_AT_byte_size(0x02)
|
|||
|
572
|
|||
|
573 $C$DW$T$59 .dwtag DW_TAG_typedef
|
|||
|
574 .dwattr $C$DW$T$59, DW_AT_name("___wchar_t")
|
|||
|
575 .dwattr $C$DW$T$59, DW_AT_type(*$C$DW$T$11)
|
|||
|
576 .dwattr $C$DW$T$59, DW_AT_language(DW_LANG_C)
|
|||
|
577 .dwattr $C$DW$T$59, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
578 .dwattr $C$DW$T$59, DW_AT_decl_line(0x7d)
|
|||
|
579 .dwattr $C$DW$T$59, DW_AT_decl_column(0x1a)
|
|||
|
580
|
|||
|
581 $C$DW$T$60 .dwtag DW_TAG_typedef
|
|||
|
582 .dwattr $C$DW$T$60, DW_AT_name("__size_t")
|
|||
|
583 .dwattr $C$DW$T$60, DW_AT_type(*$C$DW$T$11)
|
|||
|
584 .dwattr $C$DW$T$60, DW_AT_language(DW_LANG_C)
|
|||
|
585 .dwattr $C$DW$T$60, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
586 .dwattr $C$DW$T$60, DW_AT_decl_line(0x61)
|
|||
|
587 .dwattr $C$DW$T$60, DW_AT_decl_column(0x19)
|
|||
|
588
|
|||
|
589 $C$DW$T$61 .dwtag DW_TAG_typedef
|
|||
|
590 .dwattr $C$DW$T$61, DW_AT_name("__uint16_t")
|
|||
|
591 .dwattr $C$DW$T$61, DW_AT_type(*$C$DW$T$11)
|
|||
|
592 .dwattr $C$DW$T$61, DW_AT_language(DW_LANG_C)
|
|||
|
593 .dwattr $C$DW$T$61, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
594 .dwattr $C$DW$T$61, DW_AT_decl_line(0x39)
|
|||
|
595 .dwattr $C$DW$T$61, DW_AT_decl_column(0x17)
|
|||
|
596
|
|||
|
597 $C$DW$T$62 .dwtag DW_TAG_typedef
|
|||
|
598 .dwattr $C$DW$T$62, DW_AT_name("__mode_t")
|
|||
|
599 .dwattr $C$DW$T$62, DW_AT_type(*$C$DW$T$61)
|
|||
|
600 .dwattr $C$DW$T$62, DW_AT_language(DW_LANG_C)
|
|||
|
601 .dwattr $C$DW$T$62, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
602 .dwattr $C$DW$T$62, DW_AT_decl_line(0x3a)
|
|||
|
603 .dwattr $C$DW$T$62, DW_AT_decl_column(0x14)
|
|||
|
604
|
|||
|
605 $C$DW$T$63 .dwtag DW_TAG_typedef
|
|||
|
606 .dwattr $C$DW$T$63, DW_AT_name("__u_register_t")
|
|||
|
607 .dwattr $C$DW$T$63, DW_AT_type(*$C$DW$T$61)
|
|||
|
608 .dwattr $C$DW$T$63, DW_AT_language(DW_LANG_C)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 13
|
|||
|
|
|||
|
609 .dwattr $C$DW$T$63, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
610 .dwattr $C$DW$T$63, DW_AT_decl_line(0x78)
|
|||
|
611 .dwattr $C$DW$T$63, DW_AT_decl_column(0x14)
|
|||
|
612
|
|||
|
613 $C$DW$T$64 .dwtag DW_TAG_typedef
|
|||
|
614 .dwattr $C$DW$T$64, DW_AT_name("__uint_fast16_t")
|
|||
|
615 .dwattr $C$DW$T$64, DW_AT_type(*$C$DW$T$61)
|
|||
|
616 .dwattr $C$DW$T$64, DW_AT_language(DW_LANG_C)
|
|||
|
617 .dwattr $C$DW$T$64, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
618 .dwattr $C$DW$T$64, DW_AT_decl_line(0x71)
|
|||
|
619 .dwattr $C$DW$T$64, DW_AT_decl_column(0x14)
|
|||
|
620
|
|||
|
621 $C$DW$T$65 .dwtag DW_TAG_typedef
|
|||
|
622 .dwattr $C$DW$T$65, DW_AT_name("__uint_fast8_t")
|
|||
|
623 .dwattr $C$DW$T$65, DW_AT_type(*$C$DW$T$61)
|
|||
|
624 .dwattr $C$DW$T$65, DW_AT_language(DW_LANG_C)
|
|||
|
625 .dwattr $C$DW$T$65, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
626 .dwattr $C$DW$T$65, DW_AT_decl_line(0x70)
|
|||
|
627 .dwattr $C$DW$T$65, DW_AT_decl_column(0x14)
|
|||
|
628
|
|||
|
629 $C$DW$T$66 .dwtag DW_TAG_typedef
|
|||
|
630 .dwattr $C$DW$T$66, DW_AT_name("__uint_least16_t")
|
|||
|
631 .dwattr $C$DW$T$66, DW_AT_type(*$C$DW$T$61)
|
|||
|
632 .dwattr $C$DW$T$66, DW_AT_language(DW_LANG_C)
|
|||
|
633 .dwattr $C$DW$T$66, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
634 .dwattr $C$DW$T$66, DW_AT_decl_line(0x75)
|
|||
|
635 .dwattr $C$DW$T$66, DW_AT_decl_column(0x14)
|
|||
|
636
|
|||
|
637 $C$DW$T$67 .dwtag DW_TAG_typedef
|
|||
|
638 .dwattr $C$DW$T$67, DW_AT_name("__char16_t")
|
|||
|
639 .dwattr $C$DW$T$67, DW_AT_type(*$C$DW$T$66)
|
|||
|
640 .dwattr $C$DW$T$67, DW_AT_language(DW_LANG_C)
|
|||
|
641 .dwattr $C$DW$T$67, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
642 .dwattr $C$DW$T$67, DW_AT_decl_line(0x71)
|
|||
|
643 .dwattr $C$DW$T$67, DW_AT_decl_column(0x1a)
|
|||
|
644
|
|||
|
645 $C$DW$T$68 .dwtag DW_TAG_typedef
|
|||
|
646 .dwattr $C$DW$T$68, DW_AT_name("__uintptr_t")
|
|||
|
647 .dwattr $C$DW$T$68, DW_AT_type(*$C$DW$T$61)
|
|||
|
648 .dwattr $C$DW$T$68, DW_AT_language(DW_LANG_C)
|
|||
|
649 .dwattr $C$DW$T$68, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
650 .dwattr $C$DW$T$68, DW_AT_decl_line(0x6d)
|
|||
|
651 .dwattr $C$DW$T$68, DW_AT_decl_column(0x14)
|
|||
|
652
|
|||
|
653 $C$DW$T$69 .dwtag DW_TAG_typedef
|
|||
|
654 .dwattr $C$DW$T$69, DW_AT_name("__useconds_t")
|
|||
|
655 .dwattr $C$DW$T$69, DW_AT_type(*$C$DW$T$11)
|
|||
|
656 .dwattr $C$DW$T$69, DW_AT_language(DW_LANG_C)
|
|||
|
657 .dwattr $C$DW$T$69, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
658 .dwattr $C$DW$T$69, DW_AT_decl_line(0x4e)
|
|||
|
659 .dwattr $C$DW$T$69, DW_AT_decl_column(0x16)
|
|||
|
660
|
|||
|
661 $C$DW$T$70 .dwtag DW_TAG_typedef
|
|||
|
662 .dwattr $C$DW$T$70, DW_AT_name("size_t")
|
|||
|
663 .dwattr $C$DW$T$70, DW_AT_type(*$C$DW$T$11)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 14
|
|||
|
|
|||
|
664 .dwattr $C$DW$T$70, DW_AT_language(DW_LANG_C)
|
|||
|
665 .dwattr $C$DW$T$70, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
666 .dwattr $C$DW$T$70, DW_AT_decl_line(0x4d)
|
|||
|
667 .dwattr $C$DW$T$70, DW_AT_decl_column(0x19)
|
|||
|
668
|
|||
|
669 $C$DW$T$12 .dwtag DW_TAG_base_type
|
|||
|
670 .dwattr $C$DW$T$12, DW_AT_encoding(DW_ATE_signed)
|
|||
|
671 .dwattr $C$DW$T$12, DW_AT_name("long")
|
|||
|
672 .dwattr $C$DW$T$12, DW_AT_byte_size(0x04)
|
|||
|
673
|
|||
|
674 $C$DW$T$71 .dwtag DW_TAG_typedef
|
|||
|
675 .dwattr $C$DW$T$71, DW_AT_name("__int32_t")
|
|||
|
676 .dwattr $C$DW$T$71, DW_AT_type(*$C$DW$T$12)
|
|||
|
677 .dwattr $C$DW$T$71, DW_AT_language(DW_LANG_C)
|
|||
|
678 .dwattr $C$DW$T$71, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
679 .dwattr $C$DW$T$71, DW_AT_decl_line(0x3a)
|
|||
|
680 .dwattr $C$DW$T$71, DW_AT_decl_column(0x10)
|
|||
|
681
|
|||
|
682 $C$DW$T$72 .dwtag DW_TAG_typedef
|
|||
|
683 .dwattr $C$DW$T$72, DW_AT_name("__blksize_t")
|
|||
|
684 .dwattr $C$DW$T$72, DW_AT_type(*$C$DW$T$71)
|
|||
|
685 .dwattr $C$DW$T$72, DW_AT_language(DW_LANG_C)
|
|||
|
686 .dwattr $C$DW$T$72, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
687 .dwattr $C$DW$T$72, DW_AT_decl_line(0x2f)
|
|||
|
688 .dwattr $C$DW$T$72, DW_AT_decl_column(0x13)
|
|||
|
689
|
|||
|
690 $C$DW$T$73 .dwtag DW_TAG_typedef
|
|||
|
691 .dwattr $C$DW$T$73, DW_AT_name("__clockid_t")
|
|||
|
692 .dwattr $C$DW$T$73, DW_AT_type(*$C$DW$T$71)
|
|||
|
693 .dwattr $C$DW$T$73, DW_AT_language(DW_LANG_C)
|
|||
|
694 .dwattr $C$DW$T$73, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
695 .dwattr $C$DW$T$73, DW_AT_decl_line(0x31)
|
|||
|
696 .dwattr $C$DW$T$73, DW_AT_decl_column(0x13)
|
|||
|
697
|
|||
|
698 $C$DW$T$74 .dwtag DW_TAG_typedef
|
|||
|
699 .dwattr $C$DW$T$74, DW_AT_name("__critical_t")
|
|||
|
700 .dwattr $C$DW$T$74, DW_AT_type(*$C$DW$T$71)
|
|||
|
701 .dwattr $C$DW$T$74, DW_AT_language(DW_LANG_C)
|
|||
|
702 .dwattr $C$DW$T$74, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
703 .dwattr $C$DW$T$74, DW_AT_decl_line(0x4b)
|
|||
|
704 .dwattr $C$DW$T$74, DW_AT_decl_column(0x13)
|
|||
|
705
|
|||
|
706 $C$DW$T$75 .dwtag DW_TAG_typedef
|
|||
|
707 .dwattr $C$DW$T$75, DW_AT_name("__int_fast32_t")
|
|||
|
708 .dwattr $C$DW$T$75, DW_AT_type(*$C$DW$T$71)
|
|||
|
709 .dwattr $C$DW$T$75, DW_AT_language(DW_LANG_C)
|
|||
|
710 .dwattr $C$DW$T$75, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
711 .dwattr $C$DW$T$75, DW_AT_decl_line(0x58)
|
|||
|
712 .dwattr $C$DW$T$75, DW_AT_decl_column(0x13)
|
|||
|
713
|
|||
|
714 $C$DW$T$76 .dwtag DW_TAG_typedef
|
|||
|
715 .dwattr $C$DW$T$76, DW_AT_name("__int_least32_t")
|
|||
|
716 .dwattr $C$DW$T$76, DW_AT_type(*$C$DW$T$71)
|
|||
|
717 .dwattr $C$DW$T$76, DW_AT_language(DW_LANG_C)
|
|||
|
718 .dwattr $C$DW$T$76, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 15
|
|||
|
|
|||
|
719 .dwattr $C$DW$T$76, DW_AT_decl_line(0x5c)
|
|||
|
720 .dwattr $C$DW$T$76, DW_AT_decl_column(0x13)
|
|||
|
721
|
|||
|
722 $C$DW$T$77 .dwtag DW_TAG_typedef
|
|||
|
723 .dwattr $C$DW$T$77, DW_AT_name("__intfptr_t")
|
|||
|
724 .dwattr $C$DW$T$77, DW_AT_type(*$C$DW$T$71)
|
|||
|
725 .dwattr $C$DW$T$77, DW_AT_language(DW_LANG_C)
|
|||
|
726 .dwattr $C$DW$T$77, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
727 .dwattr $C$DW$T$77, DW_AT_decl_line(0x4e)
|
|||
|
728 .dwattr $C$DW$T$77, DW_AT_decl_column(0x13)
|
|||
|
729
|
|||
|
730 $C$DW$T$78 .dwtag DW_TAG_typedef
|
|||
|
731 .dwattr $C$DW$T$78, DW_AT_name("__lwpid_t")
|
|||
|
732 .dwattr $C$DW$T$78, DW_AT_type(*$C$DW$T$71)
|
|||
|
733 .dwattr $C$DW$T$78, DW_AT_language(DW_LANG_C)
|
|||
|
734 .dwattr $C$DW$T$78, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
735 .dwattr $C$DW$T$78, DW_AT_decl_line(0x39)
|
|||
|
736 .dwattr $C$DW$T$78, DW_AT_decl_column(0x13)
|
|||
|
737
|
|||
|
738 $C$DW$T$79 .dwtag DW_TAG_typedef
|
|||
|
739 .dwattr $C$DW$T$79, DW_AT_name("__pid_t")
|
|||
|
740 .dwattr $C$DW$T$79, DW_AT_type(*$C$DW$T$71)
|
|||
|
741 .dwattr $C$DW$T$79, DW_AT_language(DW_LANG_C)
|
|||
|
742 .dwattr $C$DW$T$79, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
743 .dwattr $C$DW$T$79, DW_AT_decl_line(0x40)
|
|||
|
744 .dwattr $C$DW$T$79, DW_AT_decl_column(0x13)
|
|||
|
745
|
|||
|
746 $C$DW$T$80 .dwtag DW_TAG_typedef
|
|||
|
747 .dwattr $C$DW$T$80, DW_AT_name("__segsz_t")
|
|||
|
748 .dwattr $C$DW$T$80, DW_AT_type(*$C$DW$T$71)
|
|||
|
749 .dwattr $C$DW$T$80, DW_AT_language(DW_LANG_C)
|
|||
|
750 .dwattr $C$DW$T$80, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
751 .dwattr $C$DW$T$80, DW_AT_decl_line(0x60)
|
|||
|
752 .dwattr $C$DW$T$80, DW_AT_decl_column(0x13)
|
|||
|
753
|
|||
|
754 $C$DW$T$81 .dwtag DW_TAG_typedef
|
|||
|
755 .dwattr $C$DW$T$81, DW_AT_name("__ssize_t")
|
|||
|
756 .dwattr $C$DW$T$81, DW_AT_type(*$C$DW$T$71)
|
|||
|
757 .dwattr $C$DW$T$81, DW_AT_language(DW_LANG_C)
|
|||
|
758 .dwattr $C$DW$T$81, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
759 .dwattr $C$DW$T$81, DW_AT_decl_line(0x62)
|
|||
|
760 .dwattr $C$DW$T$81, DW_AT_decl_column(0x13)
|
|||
|
761
|
|||
|
762 $C$DW$T$82 .dwtag DW_TAG_typedef
|
|||
|
763 .dwattr $C$DW$T$82, DW_AT_name("__key_t")
|
|||
|
764 .dwattr $C$DW$T$82, DW_AT_type(*$C$DW$T$12)
|
|||
|
765 .dwattr $C$DW$T$82, DW_AT_language(DW_LANG_C)
|
|||
|
766 .dwattr $C$DW$T$82, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
767 .dwattr $C$DW$T$82, DW_AT_decl_line(0x38)
|
|||
|
768 .dwattr $C$DW$T$82, DW_AT_decl_column(0x0f)
|
|||
|
769
|
|||
|
770 $C$DW$T$83 .dwtag DW_TAG_typedef
|
|||
|
771 .dwattr $C$DW$T$83, DW_AT_name("__suseconds_t")
|
|||
|
772 .dwattr $C$DW$T$83, DW_AT_type(*$C$DW$T$12)
|
|||
|
773 .dwattr $C$DW$T$83, DW_AT_language(DW_LANG_C)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 16
|
|||
|
|
|||
|
774 .dwattr $C$DW$T$83, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
775 .dwattr $C$DW$T$83, DW_AT_decl_line(0x4a)
|
|||
|
776 .dwattr $C$DW$T$83, DW_AT_decl_column(0x0f)
|
|||
|
777
|
|||
|
778 $C$DW$T$84 .dwtag DW_TAG_typedef
|
|||
|
779 .dwattr $C$DW$T$84, DW_AT_name("_off_t")
|
|||
|
780 .dwattr $C$DW$T$84, DW_AT_type(*$C$DW$T$12)
|
|||
|
781 .dwattr $C$DW$T$84, DW_AT_language(DW_LANG_C)
|
|||
|
782 .dwattr $C$DW$T$84, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
783 .dwattr $C$DW$T$84, DW_AT_decl_line(0x8d)
|
|||
|
784 .dwattr $C$DW$T$84, DW_AT_decl_column(0x12)
|
|||
|
785
|
|||
|
786 $C$DW$T$85 .dwtag DW_TAG_typedef
|
|||
|
787 .dwattr $C$DW$T$85, DW_AT_name("__off_t")
|
|||
|
788 .dwattr $C$DW$T$85, DW_AT_type(*$C$DW$T$84)
|
|||
|
789 .dwattr $C$DW$T$85, DW_AT_language(DW_LANG_C)
|
|||
|
790 .dwattr $C$DW$T$85, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
791 .dwattr $C$DW$T$85, DW_AT_decl_line(0x3e)
|
|||
|
792 .dwattr $C$DW$T$85, DW_AT_decl_column(0x18)
|
|||
|
793
|
|||
|
794 $C$DW$T$86 .dwtag DW_TAG_typedef
|
|||
|
795 .dwattr $C$DW$T$86, DW_AT_name("fpos_t")
|
|||
|
796 .dwattr $C$DW$T$86, DW_AT_type(*$C$DW$T$12)
|
|||
|
797 .dwattr $C$DW$T$86, DW_AT_language(DW_LANG_C)
|
|||
|
798 .dwattr $C$DW$T$86, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
799 .dwattr $C$DW$T$86, DW_AT_decl_line(0x6b)
|
|||
|
800 .dwattr $C$DW$T$86, DW_AT_decl_column(0x0e)
|
|||
|
801
|
|||
|
802 $C$DW$T$13 .dwtag DW_TAG_base_type
|
|||
|
803 .dwattr $C$DW$T$13, DW_AT_encoding(DW_ATE_unsigned)
|
|||
|
804 .dwattr $C$DW$T$13, DW_AT_name("unsigned long")
|
|||
|
805 .dwattr $C$DW$T$13, DW_AT_byte_size(0x04)
|
|||
|
806
|
|||
|
807 $C$DW$T$87 .dwtag DW_TAG_typedef
|
|||
|
808 .dwattr $C$DW$T$87, DW_AT_name("__uint32_t")
|
|||
|
809 .dwattr $C$DW$T$87, DW_AT_type(*$C$DW$T$13)
|
|||
|
810 .dwattr $C$DW$T$87, DW_AT_language(DW_LANG_C)
|
|||
|
811 .dwattr $C$DW$T$87, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
812 .dwattr $C$DW$T$87, DW_AT_decl_line(0x3b)
|
|||
|
813 .dwattr $C$DW$T$87, DW_AT_decl_column(0x18)
|
|||
|
814
|
|||
|
815 $C$DW$T$88 .dwtag DW_TAG_typedef
|
|||
|
816 .dwattr $C$DW$T$88, DW_AT_name("__clock_t")
|
|||
|
817 .dwattr $C$DW$T$88, DW_AT_type(*$C$DW$T$87)
|
|||
|
818 .dwattr $C$DW$T$88, DW_AT_language(DW_LANG_C)
|
|||
|
819 .dwattr $C$DW$T$88, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
820 .dwattr $C$DW$T$88, DW_AT_decl_line(0x4a)
|
|||
|
821 .dwattr $C$DW$T$88, DW_AT_decl_column(0x14)
|
|||
|
822
|
|||
|
823 $C$DW$T$89 .dwtag DW_TAG_typedef
|
|||
|
824 .dwattr $C$DW$T$89, DW_AT_name("__fflags_t")
|
|||
|
825 .dwattr $C$DW$T$89, DW_AT_type(*$C$DW$T$87)
|
|||
|
826 .dwattr $C$DW$T$89, DW_AT_language(DW_LANG_C)
|
|||
|
827 .dwattr $C$DW$T$89, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
828 .dwattr $C$DW$T$89, DW_AT_decl_line(0x32)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 17
|
|||
|
|
|||
|
829 .dwattr $C$DW$T$89, DW_AT_decl_column(0x14)
|
|||
|
830
|
|||
|
831 $C$DW$T$90 .dwtag DW_TAG_typedef
|
|||
|
832 .dwattr $C$DW$T$90, DW_AT_name("__fixpt_t")
|
|||
|
833 .dwattr $C$DW$T$90, DW_AT_type(*$C$DW$T$87)
|
|||
|
834 .dwattr $C$DW$T$90, DW_AT_language(DW_LANG_C)
|
|||
|
835 .dwattr $C$DW$T$90, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
836 .dwattr $C$DW$T$90, DW_AT_decl_line(0x81)
|
|||
|
837 .dwattr $C$DW$T$90, DW_AT_decl_column(0x14)
|
|||
|
838
|
|||
|
839 $C$DW$T$91 .dwtag DW_TAG_typedef
|
|||
|
840 .dwattr $C$DW$T$91, DW_AT_name("__gid_t")
|
|||
|
841 .dwattr $C$DW$T$91, DW_AT_type(*$C$DW$T$87)
|
|||
|
842 .dwattr $C$DW$T$91, DW_AT_language(DW_LANG_C)
|
|||
|
843 .dwattr $C$DW$T$91, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
844 .dwattr $C$DW$T$91, DW_AT_decl_line(0x35)
|
|||
|
845 .dwattr $C$DW$T$91, DW_AT_decl_column(0x14)
|
|||
|
846
|
|||
|
847 $C$DW$T$92 .dwtag DW_TAG_typedef
|
|||
|
848 .dwattr $C$DW$T$92, DW_AT_name("__socklen_t")
|
|||
|
849 .dwattr $C$DW$T$92, DW_AT_type(*$C$DW$T$87)
|
|||
|
850 .dwattr $C$DW$T$92, DW_AT_language(DW_LANG_C)
|
|||
|
851 .dwattr $C$DW$T$92, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
852 .dwattr $C$DW$T$92, DW_AT_decl_line(0x49)
|
|||
|
853 .dwattr $C$DW$T$92, DW_AT_decl_column(0x14)
|
|||
|
854
|
|||
|
855 $C$DW$T$93 .dwtag DW_TAG_typedef
|
|||
|
856 .dwattr $C$DW$T$93, DW_AT_name("__time_t")
|
|||
|
857 .dwattr $C$DW$T$93, DW_AT_type(*$C$DW$T$87)
|
|||
|
858 .dwattr $C$DW$T$93, DW_AT_language(DW_LANG_C)
|
|||
|
859 .dwattr $C$DW$T$93, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
860 .dwattr $C$DW$T$93, DW_AT_decl_line(0x66)
|
|||
|
861 .dwattr $C$DW$T$93, DW_AT_decl_column(0x19)
|
|||
|
862
|
|||
|
863 $C$DW$T$94 .dwtag DW_TAG_typedef
|
|||
|
864 .dwattr $C$DW$T$94, DW_AT_name("__uid_t")
|
|||
|
865 .dwattr $C$DW$T$94, DW_AT_type(*$C$DW$T$87)
|
|||
|
866 .dwattr $C$DW$T$94, DW_AT_language(DW_LANG_C)
|
|||
|
867 .dwattr $C$DW$T$94, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
868 .dwattr $C$DW$T$94, DW_AT_decl_line(0x4d)
|
|||
|
869 .dwattr $C$DW$T$94, DW_AT_decl_column(0x14)
|
|||
|
870
|
|||
|
871 $C$DW$T$95 .dwtag DW_TAG_typedef
|
|||
|
872 .dwattr $C$DW$T$95, DW_AT_name("__uint_fast32_t")
|
|||
|
873 .dwattr $C$DW$T$95, DW_AT_type(*$C$DW$T$87)
|
|||
|
874 .dwattr $C$DW$T$95, DW_AT_language(DW_LANG_C)
|
|||
|
875 .dwattr $C$DW$T$95, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
876 .dwattr $C$DW$T$95, DW_AT_decl_line(0x72)
|
|||
|
877 .dwattr $C$DW$T$95, DW_AT_decl_column(0x14)
|
|||
|
878
|
|||
|
879 $C$DW$T$96 .dwtag DW_TAG_typedef
|
|||
|
880 .dwattr $C$DW$T$96, DW_AT_name("__uint_least32_t")
|
|||
|
881 .dwattr $C$DW$T$96, DW_AT_type(*$C$DW$T$87)
|
|||
|
882 .dwattr $C$DW$T$96, DW_AT_language(DW_LANG_C)
|
|||
|
883 .dwattr $C$DW$T$96, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 18
|
|||
|
|
|||
|
884 .dwattr $C$DW$T$96, DW_AT_decl_line(0x76)
|
|||
|
885 .dwattr $C$DW$T$96, DW_AT_decl_column(0x14)
|
|||
|
886
|
|||
|
887 $C$DW$T$97 .dwtag DW_TAG_typedef
|
|||
|
888 .dwattr $C$DW$T$97, DW_AT_name("__char32_t")
|
|||
|
889 .dwattr $C$DW$T$97, DW_AT_type(*$C$DW$T$96)
|
|||
|
890 .dwattr $C$DW$T$97, DW_AT_language(DW_LANG_C)
|
|||
|
891 .dwattr $C$DW$T$97, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
892 .dwattr $C$DW$T$97, DW_AT_decl_line(0x72)
|
|||
|
893 .dwattr $C$DW$T$97, DW_AT_decl_column(0x1a)
|
|||
|
894
|
|||
|
895 $C$DW$T$98 .dwtag DW_TAG_typedef
|
|||
|
896 .dwattr $C$DW$T$98, DW_AT_name("__uintfptr_t")
|
|||
|
897 .dwattr $C$DW$T$98, DW_AT_type(*$C$DW$T$87)
|
|||
|
898 .dwattr $C$DW$T$98, DW_AT_language(DW_LANG_C)
|
|||
|
899 .dwattr $C$DW$T$98, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
900 .dwattr $C$DW$T$98, DW_AT_decl_line(0x68)
|
|||
|
901 .dwattr $C$DW$T$98, DW_AT_decl_column(0x14)
|
|||
|
902
|
|||
|
903 $C$DW$T$99 .dwtag DW_TAG_typedef
|
|||
|
904 .dwattr $C$DW$T$99, DW_AT_name("__vm_offset_t")
|
|||
|
905 .dwattr $C$DW$T$99, DW_AT_type(*$C$DW$T$87)
|
|||
|
906 .dwattr $C$DW$T$99, DW_AT_language(DW_LANG_C)
|
|||
|
907 .dwattr $C$DW$T$99, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
908 .dwattr $C$DW$T$99, DW_AT_decl_line(0x79)
|
|||
|
909 .dwattr $C$DW$T$99, DW_AT_decl_column(0x14)
|
|||
|
910
|
|||
|
911 $C$DW$T$100 .dwtag DW_TAG_typedef
|
|||
|
912 .dwattr $C$DW$T$100, DW_AT_name("__vm_paddr_t")
|
|||
|
913 .dwattr $C$DW$T$100, DW_AT_type(*$C$DW$T$87)
|
|||
|
914 .dwattr $C$DW$T$100, DW_AT_language(DW_LANG_C)
|
|||
|
915 .dwattr $C$DW$T$100, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
916 .dwattr $C$DW$T$100, DW_AT_decl_line(0x7a)
|
|||
|
917 .dwattr $C$DW$T$100, DW_AT_decl_column(0x14)
|
|||
|
918
|
|||
|
919 $C$DW$T$101 .dwtag DW_TAG_typedef
|
|||
|
920 .dwattr $C$DW$T$101, DW_AT_name("__vm_size_t")
|
|||
|
921 .dwattr $C$DW$T$101, DW_AT_type(*$C$DW$T$87)
|
|||
|
922 .dwattr $C$DW$T$101, DW_AT_language(DW_LANG_C)
|
|||
|
923 .dwattr $C$DW$T$101, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
924 .dwattr $C$DW$T$101, DW_AT_decl_line(0x7b)
|
|||
|
925 .dwattr $C$DW$T$101, DW_AT_decl_column(0x14)
|
|||
|
926
|
|||
|
927 $C$DW$T$14 .dwtag DW_TAG_base_type
|
|||
|
928 .dwattr $C$DW$T$14, DW_AT_encoding(DW_ATE_signed)
|
|||
|
929 .dwattr $C$DW$T$14, DW_AT_name("long long")
|
|||
|
930 .dwattr $C$DW$T$14, DW_AT_byte_size(0x08)
|
|||
|
931
|
|||
|
932 $C$DW$T$102 .dwtag DW_TAG_typedef
|
|||
|
933 .dwattr $C$DW$T$102, DW_AT_name("__int64_t")
|
|||
|
934 .dwattr $C$DW$T$102, DW_AT_type(*$C$DW$T$14)
|
|||
|
935 .dwattr $C$DW$T$102, DW_AT_language(DW_LANG_C)
|
|||
|
936 .dwattr $C$DW$T$102, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
937 .dwattr $C$DW$T$102, DW_AT_decl_line(0x40)
|
|||
|
938 .dwattr $C$DW$T$102, DW_AT_decl_column(0x14)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 19
|
|||
|
|
|||
|
939
|
|||
|
940 $C$DW$T$103 .dwtag DW_TAG_typedef
|
|||
|
941 .dwattr $C$DW$T$103, DW_AT_name("__blkcnt_t")
|
|||
|
942 .dwattr $C$DW$T$103, DW_AT_type(*$C$DW$T$102)
|
|||
|
943 .dwattr $C$DW$T$103, DW_AT_language(DW_LANG_C)
|
|||
|
944 .dwattr $C$DW$T$103, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
945 .dwattr $C$DW$T$103, DW_AT_decl_line(0x30)
|
|||
|
946 .dwattr $C$DW$T$103, DW_AT_decl_column(0x13)
|
|||
|
947
|
|||
|
948 $C$DW$T$104 .dwtag DW_TAG_typedef
|
|||
|
949 .dwattr $C$DW$T$104, DW_AT_name("__id_t")
|
|||
|
950 .dwattr $C$DW$T$104, DW_AT_type(*$C$DW$T$102)
|
|||
|
951 .dwattr $C$DW$T$104, DW_AT_language(DW_LANG_C)
|
|||
|
952 .dwattr $C$DW$T$104, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
953 .dwattr $C$DW$T$104, DW_AT_decl_line(0x36)
|
|||
|
954 .dwattr $C$DW$T$104, DW_AT_decl_column(0x13)
|
|||
|
955
|
|||
|
956 $C$DW$T$105 .dwtag DW_TAG_typedef
|
|||
|
957 .dwattr $C$DW$T$105, DW_AT_name("__int_fast64_t")
|
|||
|
958 .dwattr $C$DW$T$105, DW_AT_type(*$C$DW$T$102)
|
|||
|
959 .dwattr $C$DW$T$105, DW_AT_language(DW_LANG_C)
|
|||
|
960 .dwattr $C$DW$T$105, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
961 .dwattr $C$DW$T$105, DW_AT_decl_line(0x59)
|
|||
|
962 .dwattr $C$DW$T$105, DW_AT_decl_column(0x13)
|
|||
|
963
|
|||
|
964 $C$DW$T$106 .dwtag DW_TAG_typedef
|
|||
|
965 .dwattr $C$DW$T$106, DW_AT_name("__int_least64_t")
|
|||
|
966 .dwattr $C$DW$T$106, DW_AT_type(*$C$DW$T$102)
|
|||
|
967 .dwattr $C$DW$T$106, DW_AT_language(DW_LANG_C)
|
|||
|
968 .dwattr $C$DW$T$106, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
969 .dwattr $C$DW$T$106, DW_AT_decl_line(0x5d)
|
|||
|
970 .dwattr $C$DW$T$106, DW_AT_decl_column(0x13)
|
|||
|
971
|
|||
|
972 $C$DW$T$107 .dwtag DW_TAG_typedef
|
|||
|
973 .dwattr $C$DW$T$107, DW_AT_name("__intmax_t")
|
|||
|
974 .dwattr $C$DW$T$107, DW_AT_type(*$C$DW$T$102)
|
|||
|
975 .dwattr $C$DW$T$107, DW_AT_language(DW_LANG_C)
|
|||
|
976 .dwattr $C$DW$T$107, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
977 .dwattr $C$DW$T$107, DW_AT_decl_line(0x4f)
|
|||
|
978 .dwattr $C$DW$T$107, DW_AT_decl_column(0x13)
|
|||
|
979
|
|||
|
980 $C$DW$T$108 .dwtag DW_TAG_typedef
|
|||
|
981 .dwattr $C$DW$T$108, DW_AT_name("__off64_t")
|
|||
|
982 .dwattr $C$DW$T$108, DW_AT_type(*$C$DW$T$102)
|
|||
|
983 .dwattr $C$DW$T$108, DW_AT_language(DW_LANG_C)
|
|||
|
984 .dwattr $C$DW$T$108, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
985 .dwattr $C$DW$T$108, DW_AT_decl_line(0x3f)
|
|||
|
986 .dwattr $C$DW$T$108, DW_AT_decl_column(0x13)
|
|||
|
987
|
|||
|
988 $C$DW$T$109 .dwtag DW_TAG_typedef
|
|||
|
989 .dwattr $C$DW$T$109, DW_AT_name("__rlim_t")
|
|||
|
990 .dwattr $C$DW$T$109, DW_AT_type(*$C$DW$T$102)
|
|||
|
991 .dwattr $C$DW$T$109, DW_AT_language(DW_LANG_C)
|
|||
|
992 .dwattr $C$DW$T$109, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
993 .dwattr $C$DW$T$109, DW_AT_decl_line(0x41)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 20
|
|||
|
|
|||
|
994 .dwattr $C$DW$T$109, DW_AT_decl_column(0x13)
|
|||
|
995
|
|||
|
996 $C$DW$T$15 .dwtag DW_TAG_base_type
|
|||
|
997 .dwattr $C$DW$T$15, DW_AT_encoding(DW_ATE_unsigned)
|
|||
|
998 .dwattr $C$DW$T$15, DW_AT_name("unsigned long long")
|
|||
|
999 .dwattr $C$DW$T$15, DW_AT_byte_size(0x08)
|
|||
|
1000
|
|||
|
1001 $C$DW$T$110 .dwtag DW_TAG_typedef
|
|||
|
1002 .dwattr $C$DW$T$110, DW_AT_name("__uint64_t")
|
|||
|
1003 .dwattr $C$DW$T$110, DW_AT_type(*$C$DW$T$15)
|
|||
|
1004 .dwattr $C$DW$T$110, DW_AT_language(DW_LANG_C)
|
|||
|
1005 .dwattr $C$DW$T$110, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1006 .dwattr $C$DW$T$110, DW_AT_decl_line(0x45)
|
|||
|
1007 .dwattr $C$DW$T$110, DW_AT_decl_column(0x1c)
|
|||
|
1008
|
|||
|
1009 $C$DW$T$111 .dwtag DW_TAG_typedef
|
|||
|
1010 .dwattr $C$DW$T$111, DW_AT_name("__dev_t")
|
|||
|
1011 .dwattr $C$DW$T$111, DW_AT_type(*$C$DW$T$110)
|
|||
|
1012 .dwattr $C$DW$T$111, DW_AT_language(DW_LANG_C)
|
|||
|
1013 .dwattr $C$DW$T$111, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1014 .dwattr $C$DW$T$111, DW_AT_decl_line(0x7f)
|
|||
|
1015 .dwattr $C$DW$T$111, DW_AT_decl_column(0x14)
|
|||
|
1016
|
|||
|
1017 $C$DW$T$112 .dwtag DW_TAG_typedef
|
|||
|
1018 .dwattr $C$DW$T$112, DW_AT_name("__fsblkcnt_t")
|
|||
|
1019 .dwattr $C$DW$T$112, DW_AT_type(*$C$DW$T$110)
|
|||
|
1020 .dwattr $C$DW$T$112, DW_AT_language(DW_LANG_C)
|
|||
|
1021 .dwattr $C$DW$T$112, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1022 .dwattr $C$DW$T$112, DW_AT_decl_line(0x33)
|
|||
|
1023 .dwattr $C$DW$T$112, DW_AT_decl_column(0x14)
|
|||
|
1024
|
|||
|
1025 $C$DW$T$113 .dwtag DW_TAG_typedef
|
|||
|
1026 .dwattr $C$DW$T$113, DW_AT_name("__fsfilcnt_t")
|
|||
|
1027 .dwattr $C$DW$T$113, DW_AT_type(*$C$DW$T$110)
|
|||
|
1028 .dwattr $C$DW$T$113, DW_AT_language(DW_LANG_C)
|
|||
|
1029 .dwattr $C$DW$T$113, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1030 .dwattr $C$DW$T$113, DW_AT_decl_line(0x34)
|
|||
|
1031 .dwattr $C$DW$T$113, DW_AT_decl_column(0x14)
|
|||
|
1032
|
|||
|
1033 $C$DW$T$114 .dwtag DW_TAG_typedef
|
|||
|
1034 .dwattr $C$DW$T$114, DW_AT_name("__ino_t")
|
|||
|
1035 .dwattr $C$DW$T$114, DW_AT_type(*$C$DW$T$110)
|
|||
|
1036 .dwattr $C$DW$T$114, DW_AT_language(DW_LANG_C)
|
|||
|
1037 .dwattr $C$DW$T$114, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1038 .dwattr $C$DW$T$114, DW_AT_decl_line(0x37)
|
|||
|
1039 .dwattr $C$DW$T$114, DW_AT_decl_column(0x14)
|
|||
|
1040
|
|||
|
1041 $C$DW$T$115 .dwtag DW_TAG_typedef
|
|||
|
1042 .dwattr $C$DW$T$115, DW_AT_name("__nlink_t")
|
|||
|
1043 .dwattr $C$DW$T$115, DW_AT_type(*$C$DW$T$110)
|
|||
|
1044 .dwattr $C$DW$T$115, DW_AT_language(DW_LANG_C)
|
|||
|
1045 .dwattr $C$DW$T$115, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1046 .dwattr $C$DW$T$115, DW_AT_decl_line(0x3d)
|
|||
|
1047 .dwattr $C$DW$T$115, DW_AT_decl_column(0x14)
|
|||
|
1048
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 21
|
|||
|
|
|||
|
1049 $C$DW$T$116 .dwtag DW_TAG_typedef
|
|||
|
1050 .dwattr $C$DW$T$116, DW_AT_name("__uint_fast64_t")
|
|||
|
1051 .dwattr $C$DW$T$116, DW_AT_type(*$C$DW$T$110)
|
|||
|
1052 .dwattr $C$DW$T$116, DW_AT_language(DW_LANG_C)
|
|||
|
1053 .dwattr $C$DW$T$116, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1054 .dwattr $C$DW$T$116, DW_AT_decl_line(0x73)
|
|||
|
1055 .dwattr $C$DW$T$116, DW_AT_decl_column(0x14)
|
|||
|
1056
|
|||
|
1057 $C$DW$T$117 .dwtag DW_TAG_typedef
|
|||
|
1058 .dwattr $C$DW$T$117, DW_AT_name("__uint_least64_t")
|
|||
|
1059 .dwattr $C$DW$T$117, DW_AT_type(*$C$DW$T$110)
|
|||
|
1060 .dwattr $C$DW$T$117, DW_AT_language(DW_LANG_C)
|
|||
|
1061 .dwattr $C$DW$T$117, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1062 .dwattr $C$DW$T$117, DW_AT_decl_line(0x77)
|
|||
|
1063 .dwattr $C$DW$T$117, DW_AT_decl_column(0x14)
|
|||
|
1064
|
|||
|
1065 $C$DW$T$118 .dwtag DW_TAG_typedef
|
|||
|
1066 .dwattr $C$DW$T$118, DW_AT_name("__uintmax_t")
|
|||
|
1067 .dwattr $C$DW$T$118, DW_AT_type(*$C$DW$T$110)
|
|||
|
1068 .dwattr $C$DW$T$118, DW_AT_language(DW_LANG_C)
|
|||
|
1069 .dwattr $C$DW$T$118, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1070 .dwattr $C$DW$T$118, DW_AT_decl_line(0x69)
|
|||
|
1071 .dwattr $C$DW$T$118, DW_AT_decl_column(0x14)
|
|||
|
1072
|
|||
|
1073 $C$DW$T$119 .dwtag DW_TAG_typedef
|
|||
|
1074 .dwattr $C$DW$T$119, DW_AT_name("__rman_res_t")
|
|||
|
1075 .dwattr $C$DW$T$119, DW_AT_type(*$C$DW$T$118)
|
|||
|
1076 .dwattr $C$DW$T$119, DW_AT_language(DW_LANG_C)
|
|||
|
1077 .dwattr $C$DW$T$119, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1078 .dwattr $C$DW$T$119, DW_AT_decl_line(0x9a)
|
|||
|
1079 .dwattr $C$DW$T$119, DW_AT_decl_column(0x19)
|
|||
|
1080
|
|||
|
1081 $C$DW$T$16 .dwtag DW_TAG_base_type
|
|||
|
1082 .dwattr $C$DW$T$16, DW_AT_encoding(DW_ATE_float)
|
|||
|
1083 .dwattr $C$DW$T$16, DW_AT_name("float")
|
|||
|
1084 .dwattr $C$DW$T$16, DW_AT_byte_size(0x04)
|
|||
|
1085
|
|||
|
1086 $C$DW$T$120 .dwtag DW_TAG_typedef
|
|||
|
1087 .dwattr $C$DW$T$120, DW_AT_name("__float_t")
|
|||
|
1088 .dwattr $C$DW$T$120, DW_AT_type(*$C$DW$T$16)
|
|||
|
1089 .dwattr $C$DW$T$120, DW_AT_language(DW_LANG_C)
|
|||
|
1090 .dwattr $C$DW$T$120, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1091 .dwattr $C$DW$T$120, DW_AT_decl_line(0x4d)
|
|||
|
1092 .dwattr $C$DW$T$120, DW_AT_decl_column(0x10)
|
|||
|
1093
|
|||
|
1094 $C$DW$T$17 .dwtag DW_TAG_base_type
|
|||
|
1095 .dwattr $C$DW$T$17, DW_AT_encoding(DW_ATE_float)
|
|||
|
1096 .dwattr $C$DW$T$17, DW_AT_name("double")
|
|||
|
1097 .dwattr $C$DW$T$17, DW_AT_byte_size(0x08)
|
|||
|
1098
|
|||
|
1099 $C$DW$T$121 .dwtag DW_TAG_typedef
|
|||
|
1100 .dwattr $C$DW$T$121, DW_AT_name("__double_t")
|
|||
|
1101 .dwattr $C$DW$T$121, DW_AT_type(*$C$DW$T$17)
|
|||
|
1102 .dwattr $C$DW$T$121, DW_AT_language(DW_LANG_C)
|
|||
|
1103 .dwattr $C$DW$T$121, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 22
|
|||
|
|
|||
|
1104 .dwattr $C$DW$T$121, DW_AT_decl_line(0x4c)
|
|||
|
1105 .dwattr $C$DW$T$121, DW_AT_decl_column(0x11)
|
|||
|
1106
|
|||
|
1107 $C$DW$T$18 .dwtag DW_TAG_base_type
|
|||
|
1108 .dwattr $C$DW$T$18, DW_AT_encoding(DW_ATE_float)
|
|||
|
1109 .dwattr $C$DW$T$18, DW_AT_name("long double")
|
|||
|
1110 .dwattr $C$DW$T$18, DW_AT_byte_size(0x08)
|
|||
|
1111
|
|||
|
1112 $C$DW$T$37 .dwtag DW_TAG_const_type
|
|||
|
1113 .dwattr $C$DW$T$37, DW_AT_type(*$C$DW$T$6)
|
|||
|
1114
|
|||
|
1115 $C$DW$T$38 .dwtag DW_TAG_pointer_type
|
|||
|
1116 .dwattr $C$DW$T$38, DW_AT_type(*$C$DW$T$37)
|
|||
|
1117 .dwattr $C$DW$T$38, DW_AT_address_class(0x10)
|
|||
|
1118
|
|||
|
1119 $C$DW$T$39 .dwtag DW_TAG_restrict_type
|
|||
|
1120 .dwattr $C$DW$T$39, DW_AT_type(*$C$DW$T$38)
|
|||
|
1121
|
|||
|
1122 $C$DW$T$122 .dwtag DW_TAG_pointer_type
|
|||
|
1123 .dwattr $C$DW$T$122, DW_AT_type(*$C$DW$T$6)
|
|||
|
1124 .dwattr $C$DW$T$122, DW_AT_address_class(0x10)
|
|||
|
1125
|
|||
|
1126 $C$DW$T$123 .dwtag DW_TAG_typedef
|
|||
|
1127 .dwattr $C$DW$T$123, DW_AT_name("__va_list")
|
|||
|
1128 .dwattr $C$DW$T$123, DW_AT_type(*$C$DW$T$122)
|
|||
|
1129 .dwattr $C$DW$T$123, DW_AT_language(DW_LANG_C)
|
|||
|
1130 .dwattr $C$DW$T$123, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1131 .dwattr $C$DW$T$123, DW_AT_decl_line(0x92)
|
|||
|
1132 .dwattr $C$DW$T$123, DW_AT_decl_column(0x0f)
|
|||
|
1133
|
|||
|
1134 $C$DW$T$124 .dwtag DW_TAG_typedef
|
|||
|
1135 .dwattr $C$DW$T$124, DW_AT_name("va_list")
|
|||
|
1136 .dwattr $C$DW$T$124, DW_AT_type(*$C$DW$T$123)
|
|||
|
1137 .dwattr $C$DW$T$124, DW_AT_language(DW_LANG_C)
|
|||
|
1138 .dwattr $C$DW$T$124, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1139 .dwattr $C$DW$T$124, DW_AT_decl_line(0x33)
|
|||
|
1140 .dwattr $C$DW$T$124, DW_AT_decl_column(0x13)
|
|||
|
1141
|
|||
|
1142
|
|||
|
1143 $C$DW$T$19 .dwtag DW_TAG_structure_type
|
|||
|
1144 .dwattr $C$DW$T$19, DW_AT_name("__mq")
|
|||
|
1145 .dwattr $C$DW$T$19, DW_AT_declaration
|
|||
|
1146 .dwattr $C$DW$T$19, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
1147 .dwattr $C$DW$T$19, DW_AT_decl_line(0x4c)
|
|||
|
1148 .dwattr $C$DW$T$19, DW_AT_decl_column(0x10)
|
|||
|
1149 .dwendtag $C$DW$T$19
|
|||
|
1150
|
|||
|
1151 $C$DW$T$125 .dwtag DW_TAG_pointer_type
|
|||
|
1152 .dwattr $C$DW$T$125, DW_AT_type(*$C$DW$T$19)
|
|||
|
1153 .dwattr $C$DW$T$125, DW_AT_address_class(0x10)
|
|||
|
1154
|
|||
|
1155 $C$DW$T$126 .dwtag DW_TAG_typedef
|
|||
|
1156 .dwattr $C$DW$T$126, DW_AT_name("__mqd_t")
|
|||
|
1157 .dwattr $C$DW$T$126, DW_AT_type(*$C$DW$T$125)
|
|||
|
1158 .dwattr $C$DW$T$126, DW_AT_language(DW_LANG_C)
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 23
|
|||
|
|
|||
|
1159 .dwattr $C$DW$T$126, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1160 .dwattr $C$DW$T$126, DW_AT_decl_line(0x4c)
|
|||
|
1161 .dwattr $C$DW$T$126, DW_AT_decl_column(0x16)
|
|||
|
1162
|
|||
|
1163
|
|||
|
1164 $C$DW$T$23 .dwtag DW_TAG_structure_type
|
|||
|
1165 .dwattr $C$DW$T$23, DW_AT_name("__sFILE")
|
|||
|
1166 .dwattr $C$DW$T$23, DW_AT_byte_size(0x0c)
|
|||
|
1167 $C$DW$26 .dwtag DW_TAG_member
|
|||
|
1168 .dwattr $C$DW$26, DW_AT_type(*$C$DW$T$10)
|
|||
|
1169 .dwattr $C$DW$26, DW_AT_name("fd")
|
|||
|
1170 .dwattr $C$DW$26, DW_AT_TI_symbol_name("fd")
|
|||
|
1171 .dwattr $C$DW$26, DW_AT_data_member_location[DW_OP_plus_uconst 0x0]
|
|||
|
1172 .dwattr $C$DW$26, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1173 .dwattr $C$DW$26, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
1174 .dwattr $C$DW$26, DW_AT_decl_line(0x52)
|
|||
|
1175 .dwattr $C$DW$26, DW_AT_decl_column(0x0b)
|
|||
|
1176
|
|||
|
1177 $C$DW$27 .dwtag DW_TAG_member
|
|||
|
1178 .dwattr $C$DW$27, DW_AT_type(*$C$DW$T$22)
|
|||
|
1179 .dwattr $C$DW$27, DW_AT_name("buf")
|
|||
|
1180 .dwattr $C$DW$27, DW_AT_TI_symbol_name("buf")
|
|||
|
1181 .dwattr $C$DW$27, DW_AT_data_member_location[DW_OP_plus_uconst 0x2]
|
|||
|
1182 .dwattr $C$DW$27, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1183 .dwattr $C$DW$27, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
1184 .dwattr $C$DW$27, DW_AT_decl_line(0x53)
|
|||
|
1185 .dwattr $C$DW$27, DW_AT_decl_column(0x16)
|
|||
|
1186
|
|||
|
1187 $C$DW$28 .dwtag DW_TAG_member
|
|||
|
1188 .dwattr $C$DW$28, DW_AT_type(*$C$DW$T$22)
|
|||
|
1189 .dwattr $C$DW$28, DW_AT_name("pos")
|
|||
|
1190 .dwattr $C$DW$28, DW_AT_TI_symbol_name("pos")
|
|||
|
1191 .dwattr $C$DW$28, DW_AT_data_member_location[DW_OP_plus_uconst 0x4]
|
|||
|
1192 .dwattr $C$DW$28, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1193 .dwattr $C$DW$28, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
1194 .dwattr $C$DW$28, DW_AT_decl_line(0x54)
|
|||
|
1195 .dwattr $C$DW$28, DW_AT_decl_column(0x16)
|
|||
|
1196
|
|||
|
1197 $C$DW$29 .dwtag DW_TAG_member
|
|||
|
1198 .dwattr $C$DW$29, DW_AT_type(*$C$DW$T$22)
|
|||
|
1199 .dwattr $C$DW$29, DW_AT_name("bufend")
|
|||
|
1200 .dwattr $C$DW$29, DW_AT_TI_symbol_name("bufend")
|
|||
|
1201 .dwattr $C$DW$29, DW_AT_data_member_location[DW_OP_plus_uconst 0x6]
|
|||
|
1202 .dwattr $C$DW$29, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1203 .dwattr $C$DW$29, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
1204 .dwattr $C$DW$29, DW_AT_decl_line(0x55)
|
|||
|
1205 .dwattr $C$DW$29, DW_AT_decl_column(0x16)
|
|||
|
1206
|
|||
|
1207 $C$DW$30 .dwtag DW_TAG_member
|
|||
|
1208 .dwattr $C$DW$30, DW_AT_type(*$C$DW$T$22)
|
|||
|
1209 .dwattr $C$DW$30, DW_AT_name("buff_stop")
|
|||
|
1210 .dwattr $C$DW$30, DW_AT_TI_symbol_name("buff_stop")
|
|||
|
1211 .dwattr $C$DW$30, DW_AT_data_member_location[DW_OP_plus_uconst 0x8]
|
|||
|
1212 .dwattr $C$DW$30, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1213 .dwattr $C$DW$30, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 24
|
|||
|
|
|||
|
1214 .dwattr $C$DW$30, DW_AT_decl_line(0x56)
|
|||
|
1215 .dwattr $C$DW$30, DW_AT_decl_column(0x16)
|
|||
|
1216
|
|||
|
1217 $C$DW$31 .dwtag DW_TAG_member
|
|||
|
1218 .dwattr $C$DW$31, DW_AT_type(*$C$DW$T$11)
|
|||
|
1219 .dwattr $C$DW$31, DW_AT_name("flags")
|
|||
|
1220 .dwattr $C$DW$31, DW_AT_TI_symbol_name("flags")
|
|||
|
1221 .dwattr $C$DW$31, DW_AT_data_member_location[DW_OP_plus_uconst 0xa]
|
|||
|
1222 .dwattr $C$DW$31, DW_AT_accessibility(DW_ACCESS_public)
|
|||
|
1223 .dwattr $C$DW$31, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS/i
|
|||
|
1224 .dwattr $C$DW$31, DW_AT_decl_line(0x57)
|
|||
|
1225 .dwattr $C$DW$31, DW_AT_decl_column(0x16)
|
|||
|
1226
|
|||
|
1227 .dwattr $C$DW$T$23, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
1228 .dwattr $C$DW$T$23, DW_AT_decl_line(0x51)
|
|||
|
1229 .dwattr $C$DW$T$23, DW_AT_decl_column(0x08)
|
|||
|
1230 .dwendtag $C$DW$T$23
|
|||
|
1231
|
|||
|
1232 $C$DW$T$127 .dwtag DW_TAG_typedef
|
|||
|
1233 .dwattr $C$DW$T$127, DW_AT_name("FILE")
|
|||
|
1234 .dwattr $C$DW$T$127, DW_AT_type(*$C$DW$T$23)
|
|||
|
1235 .dwattr $C$DW$T$127, DW_AT_language(DW_LANG_C)
|
|||
|
1236 .dwattr $C$DW$T$127, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1237 .dwattr $C$DW$T$127, DW_AT_decl_line(0x5c)
|
|||
|
1238 .dwattr $C$DW$T$127, DW_AT_decl_column(0x18)
|
|||
|
1239
|
|||
|
1240
|
|||
|
1241 $C$DW$T$20 .dwtag DW_TAG_structure_type
|
|||
|
1242 .dwattr $C$DW$T$20, DW_AT_name("__timer")
|
|||
|
1243 .dwattr $C$DW$T$20, DW_AT_declaration
|
|||
|
1244 .dwattr $C$DW$T$20, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LTS
|
|||
|
1245 .dwattr $C$DW$T$20, DW_AT_decl_line(0x4b)
|
|||
|
1246 .dwattr $C$DW$T$20, DW_AT_decl_column(0x10)
|
|||
|
1247 .dwendtag $C$DW$T$20
|
|||
|
1248
|
|||
|
1249 $C$DW$T$128 .dwtag DW_TAG_pointer_type
|
|||
|
1250 .dwattr $C$DW$T$128, DW_AT_type(*$C$DW$T$20)
|
|||
|
1251 .dwattr $C$DW$T$128, DW_AT_address_class(0x10)
|
|||
|
1252
|
|||
|
1253 $C$DW$T$129 .dwtag DW_TAG_typedef
|
|||
|
1254 .dwattr $C$DW$T$129, DW_AT_name("__timer_t")
|
|||
|
1255 .dwattr $C$DW$T$129, DW_AT_type(*$C$DW$T$128)
|
|||
|
1256 .dwattr $C$DW$T$129, DW_AT_language(DW_LANG_C)
|
|||
|
1257 .dwattr $C$DW$T$129, DW_AT_decl_file("C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-msp430_20.2.5.LT
|
|||
|
1258 .dwattr $C$DW$T$129, DW_AT_decl_line(0x4b)
|
|||
|
1259 .dwattr $C$DW$T$129, DW_AT_decl_column(0x19)
|
|||
|
1260
|
|||
|
1261 .dwattr $C$DW$CU, DW_AT_language(DW_LANG_C)
|
|||
|
1262
|
|||
|
1263 ;***************************************************************
|
|||
|
1264 ;* DWARF CIE ENTRIES *
|
|||
|
1265 ;***************************************************************
|
|||
|
1266
|
|||
|
1267 $C$DW$CIE .dwcie 16
|
|||
|
1268 .dwcfi cfa_register, 1
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 25
|
|||
|
|
|||
|
1269 .dwcfi cfa_offset, 0
|
|||
|
1270 .dwcfi same_value, 0
|
|||
|
1271 .dwcfi same_value, 1
|
|||
|
1272 .dwcfi same_value, 3
|
|||
|
1273 .dwcfi same_value, 4
|
|||
|
1274 .dwcfi same_value, 5
|
|||
|
1275 .dwcfi same_value, 6
|
|||
|
1276 .dwcfi same_value, 7
|
|||
|
1277 .dwcfi same_value, 8
|
|||
|
1278 .dwcfi same_value, 9
|
|||
|
1279 .dwcfi same_value, 10
|
|||
|
1280 .dwendentry
|
|||
|
1281
|
|||
|
1282 ;***************************************************************
|
|||
|
1283 ;* DWARF REGISTER MAP *
|
|||
|
1284 ;***************************************************************
|
|||
|
1285
|
|||
|
1286 $C$DW$32 .dwtag DW_TAG_TI_assign_register
|
|||
|
1287 .dwattr $C$DW$32, DW_AT_name("PC")
|
|||
|
1288 .dwattr $C$DW$32, DW_AT_location[DW_OP_reg0]
|
|||
|
1289
|
|||
|
1290 $C$DW$33 .dwtag DW_TAG_TI_assign_register
|
|||
|
1291 .dwattr $C$DW$33, DW_AT_name("SP")
|
|||
|
1292 .dwattr $C$DW$33, DW_AT_location[DW_OP_reg1]
|
|||
|
1293
|
|||
|
1294 $C$DW$34 .dwtag DW_TAG_TI_assign_register
|
|||
|
1295 .dwattr $C$DW$34, DW_AT_name("SR")
|
|||
|
1296 .dwattr $C$DW$34, DW_AT_location[DW_OP_reg2]
|
|||
|
1297
|
|||
|
1298 $C$DW$35 .dwtag DW_TAG_TI_assign_register
|
|||
|
1299 .dwattr $C$DW$35, DW_AT_name("CG")
|
|||
|
1300 .dwattr $C$DW$35, DW_AT_location[DW_OP_reg3]
|
|||
|
1301
|
|||
|
1302 $C$DW$36 .dwtag DW_TAG_TI_assign_register
|
|||
|
1303 .dwattr $C$DW$36, DW_AT_name("r4")
|
|||
|
1304 .dwattr $C$DW$36, DW_AT_location[DW_OP_reg4]
|
|||
|
1305
|
|||
|
1306 $C$DW$37 .dwtag DW_TAG_TI_assign_register
|
|||
|
1307 .dwattr $C$DW$37, DW_AT_name("r5")
|
|||
|
1308 .dwattr $C$DW$37, DW_AT_location[DW_OP_reg5]
|
|||
|
1309
|
|||
|
1310 $C$DW$38 .dwtag DW_TAG_TI_assign_register
|
|||
|
1311 .dwattr $C$DW$38, DW_AT_name("r6")
|
|||
|
1312 .dwattr $C$DW$38, DW_AT_location[DW_OP_reg6]
|
|||
|
1313
|
|||
|
1314 $C$DW$39 .dwtag DW_TAG_TI_assign_register
|
|||
|
1315 .dwattr $C$DW$39, DW_AT_name("r7")
|
|||
|
1316 .dwattr $C$DW$39, DW_AT_location[DW_OP_reg7]
|
|||
|
1317
|
|||
|
1318 $C$DW$40 .dwtag DW_TAG_TI_assign_register
|
|||
|
1319 .dwattr $C$DW$40, DW_AT_name("r8")
|
|||
|
1320 .dwattr $C$DW$40, DW_AT_location[DW_OP_reg8]
|
|||
|
1321
|
|||
|
1322 $C$DW$41 .dwtag DW_TAG_TI_assign_register
|
|||
|
1323 .dwattr $C$DW$41, DW_AT_name("r9")
|
|||
|
MSP430 Assembler PC v20.2.5 Fri Aug 27 13:51:57 2021
|
|||
|
|
|||
|
Copyright (c) 2003-2018 Texas Instruments Incorporated
|
|||
|
C:\Users\LIBRAR~1\AppData\Local\Temp\{C5D659B1-256F-488C-8D8B-384A069659A3} PAGE 26
|
|||
|
|
|||
|
1324 .dwattr $C$DW$41, DW_AT_location[DW_OP_reg9]
|
|||
|
1325
|
|||
|
1326 $C$DW$42 .dwtag DW_TAG_TI_assign_register
|
|||
|
1327 .dwattr $C$DW$42, DW_AT_name("r10")
|
|||
|
1328 .dwattr $C$DW$42, DW_AT_location[DW_OP_reg10]
|
|||
|
1329
|
|||
|
1330 $C$DW$43 .dwtag DW_TAG_TI_assign_register
|
|||
|
1331 .dwattr $C$DW$43, DW_AT_name("r11")
|
|||
|
1332 .dwattr $C$DW$43, DW_AT_location[DW_OP_reg11]
|
|||
|
1333
|
|||
|
1334 $C$DW$44 .dwtag DW_TAG_TI_assign_register
|
|||
|
1335 .dwattr $C$DW$44, DW_AT_name("r12")
|
|||
|
1336 .dwattr $C$DW$44, DW_AT_location[DW_OP_reg12]
|
|||
|
1337
|
|||
|
1338 $C$DW$45 .dwtag DW_TAG_TI_assign_register
|
|||
|
1339 .dwattr $C$DW$45, DW_AT_name("r13")
|
|||
|
1340 .dwattr $C$DW$45, DW_AT_location[DW_OP_reg13]
|
|||
|
1341
|
|||
|
1342 $C$DW$46 .dwtag DW_TAG_TI_assign_register
|
|||
|
1343 .dwattr $C$DW$46, DW_AT_name("r14")
|
|||
|
1344 .dwattr $C$DW$46, DW_AT_location[DW_OP_reg14]
|
|||
|
1345
|
|||
|
1346 $C$DW$47 .dwtag DW_TAG_TI_assign_register
|
|||
|
1347 .dwattr $C$DW$47, DW_AT_name("r15")
|
|||
|
1348 .dwattr $C$DW$47, DW_AT_location[DW_OP_reg15]
|
|||
|
1349
|
|||
|
1350 $C$DW$48 .dwtag DW_TAG_TI_assign_register
|
|||
|
1351 .dwattr $C$DW$48, DW_AT_name("CIE_RETA")
|
|||
|
1352 .dwattr $C$DW$48, DW_AT_location[DW_OP_reg16]
|
|||
|
1353
|
|||
|
1354 .dwendtag $C$DW$CU
|
|||
|
1355
|
|||
|
|
|||
|
No Assembly Errors, No Assembly Warnings
|