Révision 367905ec
Version 2.8/Panel_reader_controller.X/.generated_files/flags/default/5dd84e98093f7971548bf1431a93e252a220bd51 | ||
---|---|---|
1 |
$(MP_EXTRA_CC_PRE) -mcpu=$(MP_PROCESSOR_OPTION) -c -D__DEBUG=1 -g -DDEBUG -gdwarf-2 -x c -D__$(MP_PROCESSOR_OPTION)__ -mdfp="${DFP_DIR}/xc8" -Wl,--gc-sections -O1 -ffunction-sections -fdata-sections -fshort-enums -fno-common -funsigned-char -funsigned-bitfields -Wall -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -gdwarf-3 -mno-const-data-in-progmem C:\Users\eniro\MPLABXProjects\Panel_reader_controller.X\main.c |
Version 2.8/Panel_reader_controller.X/.generated_files/flags/default/b96fca17d599584f41492ff66125b9a9a0e64339 | ||
---|---|---|
1 |
$(MP_EXTRA_CC_PRE) -mcpu=$(MP_PROCESSOR_OPTION) -c -x c -D__$(MP_PROCESSOR_OPTION)__ -mdfp="${DFP_DIR}/xc8" -Wl,--gc-sections -O1 -ffunction-sections -fdata-sections -fshort-enums -fno-common -funsigned-char -funsigned-bitfields -Wall -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -gdwarf-3 -mno-const-data-in-progmem C:\Users\eniro\MPLABXProjects\Panel_reader_controller.X\main.c |
Version 2.8/Panel_reader_controller.X/Makefile | ||
---|---|---|
1 |
# |
|
2 |
# There exist several targets which are by default empty and which can be |
|
3 |
# used for execution of your targets. These targets are usually executed |
|
4 |
# before and after some main targets. They are: |
|
5 |
# |
|
6 |
# .build-pre: called before 'build' target |
|
7 |
# .build-post: called after 'build' target |
|
8 |
# .clean-pre: called before 'clean' target |
|
9 |
# .clean-post: called after 'clean' target |
|
10 |
# .clobber-pre: called before 'clobber' target |
|
11 |
# .clobber-post: called after 'clobber' target |
|
12 |
# .all-pre: called before 'all' target |
|
13 |
# .all-post: called after 'all' target |
|
14 |
# .help-pre: called before 'help' target |
|
15 |
# .help-post: called after 'help' target |
|
16 |
# |
|
17 |
# Targets beginning with '.' are not intended to be called on their own. |
|
18 |
# |
|
19 |
# Main targets can be executed directly, and they are: |
|
20 |
# |
|
21 |
# build build a specific configuration |
|
22 |
# clean remove built files from a configuration |
|
23 |
# clobber remove all built files |
|
24 |
# all build all configurations |
|
25 |
# help print help mesage |
|
26 |
# |
|
27 |
# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and |
|
28 |
# .help-impl are implemented in nbproject/makefile-impl.mk. |
|
29 |
# |
|
30 |
# Available make variables: |
|
31 |
# |
|
32 |
# CND_BASEDIR base directory for relative paths |
|
33 |
# CND_DISTDIR default top distribution directory (build artifacts) |
|
34 |
# CND_BUILDDIR default top build directory (object files, ...) |
|
35 |
# CONF name of current configuration |
|
36 |
# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) |
|
37 |
# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) |
|
38 |
# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) |
|
39 |
# CND_PACKAGE_DIR_${CONF} directory of package (current configuration) |
|
40 |
# CND_PACKAGE_NAME_${CONF} name of package (current configuration) |
|
41 |
# CND_PACKAGE_PATH_${CONF} path to package (current configuration) |
|
42 |
# |
|
43 |
# NOCDDL |
|
44 |
|
|
45 |
|
|
46 |
# Environment |
|
47 |
MKDIR=mkdir |
|
48 |
CP=cp |
|
49 |
CCADMIN=CCadmin |
|
50 |
RANLIB=ranlib |
|
51 |
|
|
52 |
|
|
53 |
# build |
|
54 |
build: .build-post |
|
55 |
|
|
56 |
.build-pre: |
|
57 |
# Add your pre 'build' code here... |
|
58 |
|
|
59 |
.build-post: .build-impl |
|
60 |
# Add your post 'build' code here... |
|
61 |
|
|
62 |
|
|
63 |
# clean |
|
64 |
clean: .clean-post |
|
65 |
|
|
66 |
.clean-pre: |
|
67 |
# Add your pre 'clean' code here... |
|
68 |
# WARNING: the IDE does not call this target since it takes a long time to |
|
69 |
# simply run make. Instead, the IDE removes the configuration directories |
|
70 |
# under build and dist directly without calling make. |
|
71 |
# This target is left here so people can do a clean when running a clean |
|
72 |
# outside the IDE. |
|
73 |
|
|
74 |
.clean-post: .clean-impl |
|
75 |
# Add your post 'clean' code here... |
|
76 |
|
|
77 |
|
|
78 |
# clobber |
|
79 |
clobber: .clobber-post |
|
80 |
|
|
81 |
.clobber-pre: |
|
82 |
# Add your pre 'clobber' code here... |
|
83 |
|
|
84 |
.clobber-post: .clobber-impl |
|
85 |
# Add your post 'clobber' code here... |
|
86 |
|
|
87 |
|
|
88 |
# all |
|
89 |
all: .all-post |
|
90 |
|
|
91 |
.all-pre: |
|
92 |
# Add your pre 'all' code here... |
|
93 |
|
|
94 |
.all-post: .all-impl |
|
95 |
# Add your post 'all' code here... |
|
96 |
|
|
97 |
|
|
98 |
# help |
|
99 |
help: .help-post |
|
100 |
|
|
101 |
.help-pre: |
|
102 |
# Add your pre 'help' code here... |
|
103 |
|
|
104 |
.help-post: .help-impl |
|
105 |
# Add your post 'help' code here... |
|
106 |
|
|
107 |
|
|
108 |
|
|
109 |
# include project implementation makefile |
|
110 |
include nbproject/Makefile-impl.mk |
|
111 |
|
|
112 |
# include project make variables |
|
113 |
include nbproject/Makefile-variables.mk |
Version 2.8/Panel_reader_controller.X/build/default/production/main.o.d | ||
---|---|---|
1 |
build/default/production/main.o.d build/default/production/main.o: main.c \ |
|
2 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\xc.h \ |
|
3 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\cci.h \ |
|
4 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\io.h \ |
|
5 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\sfr_defs.h \ |
|
6 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\inttypes.h \ |
|
7 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\features.h \ |
|
8 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdint.h \ |
|
9 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdint.h \ |
|
10 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\alltypes.h \ |
|
11 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\stdint.h \ |
|
12 |
C:/Program\ Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/include/avr/iotn826.h \ |
|
13 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\portpins.h \ |
|
14 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\common.h \ |
|
15 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\xmega.h \ |
|
16 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\fuse.h \ |
|
17 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\lock.h \ |
|
18 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\builtins.h \ |
|
19 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdio.h \ |
|
20 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\string.h \ |
|
21 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h \ |
|
22 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h \ |
|
23 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h \ |
|
24 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\math.h \ |
|
25 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h \ |
|
26 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h \ |
|
27 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h \ |
|
28 |
factory.h defValues.h configuration.h pins.h moduleCmds.h |
|
29 |
|
|
30 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\xc.h: |
|
31 |
|
|
32 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\cci.h: |
|
33 |
|
|
34 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\io.h: |
|
35 |
|
|
36 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\sfr_defs.h: |
|
37 |
|
|
38 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\inttypes.h: |
|
39 |
|
|
40 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\features.h: |
|
41 |
|
|
42 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdint.h: |
|
43 |
|
|
44 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdint.h: |
|
45 |
|
|
46 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\alltypes.h: |
|
47 |
|
|
48 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\stdint.h: |
|
49 |
|
|
50 |
C:/Program\ Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/include/avr/iotn826.h: |
|
51 |
|
|
52 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\portpins.h: |
|
53 |
|
|
54 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\common.h: |
|
55 |
|
|
56 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\xmega.h: |
|
57 |
|
|
58 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\fuse.h: |
|
59 |
|
|
60 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\lock.h: |
|
61 |
|
|
62 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\builtins.h: |
|
63 |
|
|
64 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdio.h: |
|
65 |
|
|
66 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\string.h: |
|
67 |
|
|
68 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h: |
|
69 |
|
|
70 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h: |
|
71 |
|
|
72 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h: |
|
73 |
|
|
74 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\math.h: |
|
75 |
|
|
76 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h: |
|
77 |
|
|
78 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h: |
|
79 |
|
|
80 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h: |
|
81 |
|
|
82 |
factory.h: |
|
83 |
|
|
84 |
defValues.h: |
|
85 |
|
|
86 |
configuration.h: |
|
87 |
|
|
88 |
pins.h: |
|
89 |
|
|
90 |
moduleCmds.h: |
Version 2.8/Panel_reader_controller.X/configuration.h | ||
---|---|---|
1 |
/* Microchip Technology Inc. and its subsidiaries. You may use this software |
|
2 |
* and any derivatives exclusively with Microchip products. |
|
3 |
* |
|
4 |
* THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER |
|
5 |
* EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED |
|
6 |
* WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A |
|
7 |
* PARTICULAR PURPOSE, OR ITS INTERACTION WITH MICROCHIP PRODUCTS, COMBINATION |
|
8 |
* WITH ANY OTHER PRODUCTS, OR USE IN ANY APPLICATION. |
|
9 |
* |
|
10 |
* IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, |
|
11 |
* INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND |
|
12 |
* WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS |
|
13 |
* BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE |
|
14 |
* FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS |
|
15 |
* IN ANY WAY RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF |
|
16 |
* ANY, THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE. |
|
17 |
* |
|
18 |
* MICROCHIP PROVIDES THIS SOFTWARE CONDITIONALLY UPON YOUR ACCEPTANCE OF THESE |
|
19 |
* TERMS. |
|
20 |
*/ |
|
21 |
|
|
22 |
/* |
|
23 |
* File: configuration.h |
|
24 |
* Author: Enzo Niro |
|
25 |
* Comments: Setup firmware behavior |
|
26 |
* Revision history: 1.0 |
|
27 |
*/ |
|
28 |
|
|
29 |
// This is a guard condition so that contents of this file are not included |
|
30 |
// more than once. |
|
31 |
#ifndef APP_CONFIGURATION_H |
|
32 |
#define APP_CONFIGURATION_H |
|
33 |
|
|
34 |
#include <xc.h> // include processor files - each processor file is guarded. |
|
35 |
#include "defValues.h" |
|
36 |
|
|
37 |
#define USE_TWO_SERIAL_PORTS |
|
38 |
|
|
39 |
|
|
40 |
//PWM cfg |
|
41 |
#define PWM_RATE 0x7F //Set dimmer rate |
|
42 |
#define PWM_DIV 0x01 //Choose dimmer frequency |
|
43 |
|
|
44 |
|
|
45 |
//ADC cfg |
|
46 |
#define ADC_PRESCALER 0x3 //set adc clock base for conversion |
|
47 |
#define ADC_TIMEBASE 0x8 //set adc delay start conversion |
|
48 |
#define ADC_REF 0x5 //set adc voltage reference |
|
49 |
#define ADC_PGA_GAIN ADC_PGA_1X |
|
50 |
|
|
51 |
#endif /* XC_HEADER_TEMPLATE_H */ |
|
52 |
|
Version 2.8/Panel_reader_controller.X/defValues.h | ||
---|---|---|
1 |
/* Microchip Technology Inc. and its subsidiaries. You may use this software |
|
2 |
* and any derivatives exclusively with Microchip products. |
|
3 |
* |
|
4 |
* THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER |
|
5 |
* EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED |
|
6 |
* WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A |
|
7 |
* PARTICULAR PURPOSE, OR ITS INTERACTION WITH MICROCHIP PRODUCTS, COMBINATION |
|
8 |
* WITH ANY OTHER PRODUCTS, OR USE IN ANY APPLICATION. |
|
9 |
* |
|
10 |
* IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, |
|
11 |
* INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND |
|
12 |
* WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS |
|
13 |
* BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE |
|
14 |
* FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS |
|
15 |
* IN ANY WAY RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF |
|
16 |
* ANY, THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE. |
|
17 |
* |
|
18 |
* MICROCHIP PROVIDES THIS SOFTWARE CONDITIONALLY UPON YOUR ACCEPTANCE OF THESE |
|
19 |
* TERMS. |
|
20 |
*/ |
|
21 |
|
|
22 |
/* |
|
23 |
* File: defValues.h |
|
24 |
* Author: Enzo Niro |
|
25 |
* Comments: Defitions values for every default variables/registers/ect... |
|
26 |
* Revision history: 1.0 |
|
27 |
*/ |
|
28 |
|
|
29 |
// This is a guard condition so that contents of this file are not included |
|
30 |
// more than once. |
|
31 |
#ifndef APP_DEF_VALUES_H |
|
32 |
#define APP_DEF_VALUES_H |
|
33 |
|
|
34 |
#include <xc.h> // include processor files - each processor file is guarded. |
|
35 |
|
|
36 |
//General definitions |
|
37 |
|
|
38 |
#define ENABLE_BIT 1 |
|
39 |
#define ASCII_NUMBER_CONVERSION 0x30 |
|
40 |
|
|
41 |
|
|
42 |
//USART |
|
43 |
#define MAX_BAUD_VALUES 9 |
|
44 |
|
|
45 |
|
|
46 |
//EEPROM cfg max bytes |
|
47 |
#define TOP_CFG_ADDR 33 |
|
48 |
|
|
49 |
//Window serial buffer analyser (add 1 one to get entire frame + temp byte) |
|
50 |
#define MAX_WINDOW_BUFFER 15 |
|
51 |
|
|
52 |
//ADC definitions |
|
53 |
#define ADC_PGA_BIAS 0x00 //Set PGA BIAS -> We must set CLK_ADC less than 6MHz |
|
54 |
#define ADC_PGA_SMD 0x02 //Set PGA SAMPDUR -> We must set CLK_ADC less than 6MHz |
|
55 |
|
|
56 |
//PGA gains |
|
57 |
enum ADCPGAGain |
|
58 |
{ |
|
59 |
ADC_PGA_1X = 0, |
|
60 |
ADC_PGA_2X, |
|
61 |
ADC_PGA_4X, |
|
62 |
ADC_PGA_8X, |
|
63 |
ADC_PGA_16X, |
|
64 |
}; |
|
65 |
|
|
66 |
|
|
67 |
#define ADC_VIA_DIRECT 0x00 //Analog input linked direct to ADC |
|
68 |
#define ADC_VIA_PGA 0x01 //Analog input linked to PGA |
|
69 |
|
|
70 |
enum ADCMUXPOS |
|
71 |
{ |
|
72 |
ADC_MUX_DEFAULT = 0, |
|
73 |
ADC_MUX_AIN1, |
|
74 |
ADC_MUX_AIN2, |
|
75 |
ADC_MUX_AIN3, |
|
76 |
ADC_MUX_AIN4, |
|
77 |
ADC_MUX_AIN5, |
|
78 |
ADC_MUX_AIN6, |
|
79 |
ADC_MUX_AIN7, |
|
80 |
ADC_MUX_AIN8, |
|
81 |
ADC_MUX_AIN9, |
|
82 |
ADC_MUX_AIN10, |
|
83 |
ADC_MUX_AIN11, |
|
84 |
ADC_MUX_AIN12, |
|
85 |
ADC_MUX_AIN13, |
|
86 |
ADC_MUX_AIN14, |
|
87 |
ADC_MUX_AIN15, |
|
88 |
ADC_MUX_GND = 30, |
|
89 |
ADC_MUX_VDDDIV10, |
|
90 |
ADC_MUX_TEMPSENSE, |
|
91 |
ADC_MUX_DACREF0, |
|
92 |
}; |
|
93 |
|
|
94 |
|
|
95 |
enum ADCMUXNEG |
|
96 |
{ |
|
97 |
ADC_MUXN_DEFAULT = 0, |
|
98 |
ADC_MUXN_AIN1, |
|
99 |
ADC_MUXN_AIN2, |
|
100 |
ADC_MUXN_AIN3, |
|
101 |
ADC_MUXN_AIN4, |
|
102 |
ADC_MUXN_AIN5, |
|
103 |
ADC_MUXN_AIN6, |
|
104 |
ADC_MUXN_AIN7, |
|
105 |
ADC_MUXN_AIN8, |
|
106 |
ADC_MUXN_AIN9, |
|
107 |
ADC_MUXN_AIN10, |
|
108 |
ADC_MUXN_AIN11, |
|
109 |
ADC_MUXN_AIN12, |
|
110 |
ADC_MUXN_AIN13, |
|
111 |
ADC_MUXN_AIN14, |
|
112 |
ADC_MUXN_AIN15, |
|
113 |
ADC_MUXN_GND = 30, |
|
114 |
ADC_MUXN_VDDDIV10, |
|
115 |
ADC_MUXN_TEMPSENSE, |
|
116 |
ADC_MUXN_DACREF0, |
|
117 |
}; |
|
118 |
|
|
119 |
//ADC operation mode |
|
120 |
#define ADC_SINGLE_8BIT 0x00 |
|
121 |
#define ADC_SINGLE_12BIT 0x01 |
|
122 |
|
|
123 |
#endif /* XC_HEADER_TEMPLATE_H */ |
|
124 |
|
Version 2.8/Panel_reader_controller.X/dist/default/production/Panel_reader_controller.X.production.hex | ||
---|---|---|
1 |
:100000002FC02ECF2DCF2CCF2BCF2ACF29CF28CF2B |
|
2 |
:1000100027CF26CF25CF24CF23CF22CF21CF20CF4C |
|
3 |
:100020001FCF08CE1DCF1CCF1BCF1ACF19CF18CF93 |
|
4 |
:1000300017CF16CF16CE14CF13CF12CF3C003E00F1 |
|
5 |
:10004000803E003E12001E6A3E123E21803E213E4E |
|
6 |
:100050002F001E7C3E2F3E3000187F3E303E328007 |
|
7 |
:1000600011241FBECFEFCDBFDFE3DEBFECE3F0E036 |
|
8 |
:1000700040E017C0B591A59135912591059107FDF7 |
|
9 |
:100080000CC095918591EF01F92FE82F05900D9205 |
|
10 |
:10009000A217B307D9F7FE0104C01D92A217B30738 |
|
11 |
:1000A000E1F7E036F40731F703D0C6CEF894FFCF7E |
|
12 |
:1000B000CF93DF93CDB7DEB7C854D109CDBFDEBF34 |
|
13 |
:1000C00091E088ED84BF90936100A89500E014E072 |
|
14 |
:1000D000F80114826894DD24D7F8D0826894EE2465 |
|
15 |
:1000E000E5F8FF24F2F8F701148282E3808336DE1C |
|
16 |
:1000F000F701848180628483FFE322E43FE0F150D2 |
|
17 |
:1001000020403040E1F700C00000F80184818068A1 |
|
18 |
:100110008483FFE926E831E0F15020403040E1F7E8 |
|
19 |
:1001200000C00000F80184818F778483FFE926E80E |
|
20 |
:1001300031E0F15020403040E1F700C00000F8010C |
|
21 |
:10014000848180688483FFEF28E03DE3F150204004 |
|
22 |
:100150003040E1F700C00000F70184818F7D848387 |
|
23 |
:10016000A895CE01019697DC87E190E05DDEF894DA |
|
24 |
:10017000F801908192609083F70190819460908360 |
|
25 |
:10018000A0E0B8E01596DC92159790EC16969C933B |
|
26 |
:1001900016972BE017962C931797E82FF0E0EE0FA9 |
|
27 |
:1001A000FF1FE050F24C2081318118962D933C9333 |
|
28 |
:1001B0001997A0E2B8E01596DC92159716969C93D5 |
|
29 |
:1001C000169783E017968C931797808191811896E4 |
|
30 |
:1001D0008D939C9319977894A89500E01EE30F2EB9 |
|
31 |
:1001E000F2E1CF2EFEE3DF2EF02DE12C6894FF2408 |
|
32 |
:1001F000F3F864E08FE698E90EDCFFE32DE033E0EE |
|
33 |
:10020000F15020403040E1F700C000008091313EC5 |
|
34 |
:100210008823D1F1B12C75DCE2E2F0E0EC0FFD1F98 |
|
35 |
:10022000EB0DF11D8083B3948091313E8111F3CFAA |
|
36 |
:10023000BB2069F140912F3E90E01BC0FE01B296B9 |
|
37 |
:100240002B2D30E0215031092E0F3F1F81818193EA |
|
38 |
:10025000E217F307D9F7733431F46D3421F45434D1 |
|
39 |
:1002600011F441E391E0BA94B11003C040932F3EE2 |
|
40 |
:100270000CC07AA16BA15CA12B2D30E0215031097B |
|
41 |
:1002800012161306DCF2E7CF90E091119DC2F8013F |
|
42 |
:10029000819191918F01F70180879187FFE32DE094 |
|
43 |
:1002A00033E0F15020403040E1F700C000000C1571 |
|
44 |
:1002B0001D0509F09ECF64E08FE698E9ACDB4FE3C3 |
|
45 |
:1002C0005DE083E0415050408040E1F700C0000015 |
|
46 |
:1002D0007BC217DC8091313E8111FBCF9FE3EDE0C3 |
|
47 |
:1002E000F3E09150E040F040E1F700C00000809161 |
|
48 |
:1002F0000808909109088093280890932908A895E8 |
|
49 |
:10030000CE01019607D7082F57D9182F80E590E026 |
|
50 |
:100310008BDD26968FAF26972FE33DE043E02150FB |
|
51 |
:1003200030404040E1F700C0000081E590E07CDD16 |
|
52 |
:1003300027968FAF27975FE38DE093E05150804081 |
|
53 |
:100340009040E1F700C0000082E590E06DDD289666 |
|
54 |
:100350008FAF2897EFE3FDE023E0E150F04020402D |
|
55 |
:10036000E1F700C0000001110EC080E690E05CDD06 |
|
56 |
:100370003FE34DE053E0315040405040E1F700C0D2 |
|
57 |
:1003800000008823B9F1111160C026968FAD269721 |
|
58 |
:100390008F5F26968FAF269783E0E0E2F4E09481AA |
|
59 |
:1003A000906294839FE121EA37E0915020403040F1 |
|
60 |
:1003B000E1F700C0000094819F7D94834FE151EAF2 |
|
61 |
:1003C00097E0415050409040E1F700C0000081505C |
|
62 |
:1003D00031F7CE010196C7D560E080E690E097DC6A |
|
63 |
:1003E000EFE3FDE023E0E150F0402040E1F700C002 |
|
64 |
:1003F000000098C0112309F45DC027963FAD2797F0 |
|
65 |
:100400003F5F27963FAF279783E0E0E2F4E09481D7 |
|
66 |
:10041000906194834FE151EA97E041505040904001 |
|
67 |
:10042000E1F700C0000094819F7E94832FE131EAC0 |
|
68 |
:1004300047E0215030404040E1F700C000008150CB |
|
69 |
:1004400031F7CE010196B5D36DC028965FAD2897E0 |
|
70 |
:100450005F5F28965FAF289783E0E0E0FAE02FEF38 |
|
71 |
:1004600030E022A733A79FE141EA57E09150404096 |
|
72 |
:100470005040E1F700C0000012A613A69FE141EA38 |
|
73 |
:1004800057E0915040405040E1F700C000008150DB |
|
74 |
:1004900041F7CE01019622DA60E080E690E037DC99 |
|
75 |
:1004A0008FE39DE0E3E081509040E040E1F700C041 |
|
76 |
:1004B000000038C082E0E0E2F4E0A0E0BAE02FEF14 |
|
77 |
:1004C00030E09481906294834FE151EA97E041508B |
|
78 |
:1004D00050409040E1F700C0000094819F7D9483DC |
|
79 |
:1004E0009481906194834FE151EA97E041505040EC |
|
80 |
:1004F0009040E1F700C0000094819F7E94839A961B |
|
81 |
:100500002D933C939B974FE151EA97E04150504027 |
|
82 |
:100510009040E1F700C000009A961D921C929B97B4 |
|
83 |
:10052000815079F6A8952896EFAD2897EF3F81F492 |
|
84 |
:1005300060E082E590E0EBDBFFE32DE033E0F1509B |
|
85 |
:1005400020403040E1F700C0000028961FAE2897F9 |
|
86 |
:1005500027964FAD27974F3F81F460E081E590E00B |
|
87 |
:10056000D6DB5FE38DE093E0515080409040E1F7AF |
|
88 |
:1005700000C0000027961FAE27972696EFAD26975E |
|
89 |
:10058000EF3F81F460E080E590E0C1DBFFE32DE028 |
|
90 |
:1005900033E0F15020403040E1F700C000002696E3 |
|
91 |
:1005A0001FAE269765E084E798E935DA4FE754E80F |
|
92 |
:1005B0008EE1415050408040E1F700C00000809142 |
|
93 |
:1005C000313E882329F09DDA8091313E8111FBCFA5 |
|
94 |
:1005D000C12C6894DD24D2F800E214E06894AA24C7 |
|
95 |
:1005E000A6F8BB24B2F80F2E612CFAE07F2EF02D76 |
|
96 |
:1005F00044244A94512C212C6894332433F8E2E1AA |
|
97 |
:10060000FEE32396EFAF23972496FFAF24971BC0FA |
|
98 |
:1006100025963FAD259729963FAF29972596FFAEA2 |
|
99 |
:10062000259711C025964FAD259729964FAF29974D |
|
100 |
:100630002596FFAE259707C02596FFAE25975FE468 |
|
101 |
:1006400029965FAF29970F2EF0E2EF2EFEE3FF2EE3 |
|
102 |
:10065000F02D6894882485F8992493F8A895F601DC |
|
103 |
:10066000808584FD05C0F80184818F7E848304C069 |
|
104 |
:10067000F801848180618483F601808586FF03C050 |
|
105 |
:10068000808585FD05C0F80184818062848304C073 |
|
106 |
:10069000F80184818F7D8483F501808581FF04C00A |
|
107 |
:1006A000F30142A653A603C0F30112A613A680913C |
|
108 |
:1006B000303E882309F453C0F601808584FD04C0D0 |
|
109 |
:1006C0003ADAF10182834BC036DA8093203EF101A1 |
|
110 |
:1006D0008283E2E1FEE381818193EE15FF05D9F784 |
|
111 |
:1006E0004EE061E27EE323968FAD239724969FAD83 |
|
112 |
:1006F0002497F9DA882399F167E089E798E9C8DA5D |
|
113 |
:1007000026962FAD2697F401228383EC99E001977A |
|
114 |
:10071000F1F700C0000020E2228383EC99E001970A |
|
115 |
:10072000F1F700C0000027962FAD2797228383ECB6 |
|
116 |
:1007300099E00197F1F700C0000020E2228383ECEA |
|
117 |
:1007400099E00197F1F700C0000028962FAD289797 |
|
118 |
:10075000228383EC99E00197F1F700C000008091BB |
|
119 |
:10076000313E882309F47ACFF601808584FD04C0E8 |
|
120 |
:10077000C8D98093220867CFC4D9F82E8093220865 |
|
121 |
:100780002996FFAD2997F13409F042CF25962FAD78 |
|
122 |
:1007900025972F3409F046CF3BE483134DCF6FEFFD |
|
123 |
:1007A00080E690E0B4DA4FE35DE083E041505040F2 |
|
124 |
:1007B0008040E1F700C000002596FFAE25979FE43A |
|
125 |
:1007C00029969FAF29973FCFEFE3F2E42FE0E15066 |
|
126 |
:1007D000F0402040E1F700C000008091313E8111DF |
|
127 |
:0407E00078CD7CCD87 |
|
128 |
:1007E400AEE0B0E0E7EFF3E0F5C94C016B0119822C |
|
129 |
:1007F4001A828FEF9FEF8B839C831D821E824F830F |
|
130 |
:10080400588729873A87A12CB12CD6016D907C900A |
|
131 |
:10081400F301EA0DFB1D808181110FC0D601ED9318 |
|
132 |
:10082400FC938081853209F0BEC13F01BFEF6B1A92 |
|
133 |
:100834007B0AF6016082718218C0853279F3B401B3 |
|
134 |
:10084400082E000C990B6AD64FEFA41AB40ADDCF18 |
|
135 |
:100854008C32ACF08D32F9F489819A81816089837C |
|
136 |
:100864009A833196D601ED93FC93D601ED91FC91D8 |
|
137 |
:1008740080818B3269F789819A818460F0CF8032DC |
|
138 |
:1008840021F489819A818860EACF833251F4898185 |
|
139 |
:100894009A818061E4CF803321F489819A818260D6 |
|
140 |
:1008A400DECFB701C601EAD78D839E8397FF0BC0C5 |
|
141 |
:1008B40029813A81B1E02B2729833A839195819547 |
|
142 |
:1008C40091098D839E8389819A8180FF03C08D7FE6 |
|
143 |
:1008D40089839A83D601ED91FC91119780818E32A0 |
|
144 |
:1008E40041F43196ED93FC93B701C601C7D78B83CE |
|
145 |
:1008F4009C83C601AED8582ED601ED91FC9180811F |
|
146 |
:10090400082E000C990B86DA893609F440C084F469 |
|
147 |
:10091400833609F4F3C034F4853209F418C18136FE |
|
148 |
:10092400D9F021C1843699F188360CF4CCC01BC1AE |
|
149 |
:10093400803709F490C03CF48E3609F4B0C08F3689 |
|
150 |
:1009440009F45AC010C18537E1F1883709F46EC043 |
|
151 |
:10095400833709F008C1E5C0652D70E0A701CE0119 |
|
152 |
:100964000B964CDB892B09F418C1D601ED91FC914F |
|
153 |
:100974001197CF0101968D939C932081AE01455F21 |
|
154 |
:100984005F4FBE016F5F7F4FC40138DB03C1652D2C |
|
155 |
:1009940070E0970141E050E0CE010B96A0D4892B82 |
|
156 |
:1009A40009F4FBC0F60180819181019680839183D3 |
|
157 |
:1009B400AE01455F5F4FBE016F5F7F4FC40121D41D |
|
158 |
:1009C400E9C0652D70E0970140E050E0CE010B9640 |
|
159 |
:1009D40086D4892B09F4E1C0D6018D919C9111979D |
|
160 |
:1009E40001968D939C93AE01455F5F4FBE016F5F8F |
|
161 |
:1009F4007F4FC40128D6CEC0652D70E0970140E03A |
|
162 |
:100A040050E0CE010B966BD4892B09F4C6C0F601D5 |
|
163 |
:100A140080819181019680839183AE01455F5F4F10 |
|
164 |
:100A2400BE016F5F7F4FC40124D5B4C0652D70E053 |
|
165 |
:100A3400970140E050E0CE010B9651D4892B09F484 |
|
166 |
:100A4400ACC0D601ED91FC911197CF0101968D9325 |
|
167 |
:100A54009C9320811BC0970140E050E060EF70E060 |
|
168 |
:100A6400CE010B963CD4892B09F497C0F601808102 |
|
169 |
:100A740091810196808391838B859C85892B29F4B0 |
|
170 |
:100A840020E030E049E55EE980C028E7AE01455F3B |
|
171 |
:100A94005F4FBE016F5F7F4FC40179D17BC0A50159 |
|
172 |
:100AA400400F511F652D70E09701CE010B96A6DA19 |
|
173 |
:100AB400892B09F472C0D6018D919C9111970196EE |
|
174 |
:100AC4008D939C9370C0652D70E0A701CE010B96A9 |
|
175 |
:100AD40095DA892B09F461C0D601ED91FC91119747 |
|
176 |
:100AE400CF0101968D939C932081AE01455F5F4FAA |
|
177 |
:100AF400BE016F5F7F4FC40181DA4CC0B0E85B1266 |
|
178 |
:100B04004CC0F60180819181019680839183D70145 |
|
179 |
:100B1400ED91FC911197CF0102968D939C93808166 |
|
180 |
:100B240020C0B0E85B1239C0F60180819181019642 |
|
181 |
:100B340080839183D701ED91FC911197CF010296A7 |
|
182 |
:100B44008D939C934081518120E030E01EC0B0E839 |
|
183 |
:100B54005B1223C0F601208131812F5F3F4F208338 |
|
184 |
:100B640031838B870DC085E28B87D6016D927C9291 |
|
185 |
:100B740019821A821D821E828FEF9FEF8B839C83C2 |
|
186 |
:100B840021E030E0AE01455F5F4FBE016F5F7F4FF4 |
|
187 |
:100B9400C401F7D68A0D9B1D07C0F601808191819F |
|
188 |
:0E0BA400019680839183C5012E96EFE02CC848 |
|
189 |
:100BB200AF92BF92CF92DF92EF92FF920F931F9369 |
|
190 |
:100BC200CF93DF93CDB7DEB7C654D109CDBFDEBF19 |
|
191 |
:100BD2006C0191E39EA782E38FA723E328AB24E372 |
|
192 |
:100BE20029AB20E32AAB9BAB8CAB82E1EDE5F8E9C4 |
|
193 |
:100BF200DE01D59601900D928A95E1F7D6018C918E |
|
194 |
:100C0200FE01E80FF11D86A51F928F9382E298E9FB |
|
195 |
:100C12009F938F930F2EF6E2EF2EF8E9FF2EF02D21 |
|
196 |
:100C2200FF92EF928E010F5F1F4F1F930F93A7D872 |
|
197 |
:100C320069E1C801EFD6BFE7E4E8FEE1B150E04068 |
|
198 |
:100C4200F040E1F700C00000D60113968C91FE013E |
|
199 |
:100C5200E80FF11D82A91F928F938CE298E99F936E |
|
200 |
:100C62008F93FF92EF921F930F9389D869E1C80186 |
|
201 |
:100C7200D1D6BFE7E4E8FEE1B150E040F040E1F751 |
|
202 |
:100C820000C000007E012AE1E20EF11C49E050E0C2 |
|
203 |
:100C92006CED7DE9C70182D769E1C8017FD8FF9277 |
|
204 |
:100CA200EF9280E398E99F938F930F2EF4E3EF2E58 |
|
205 |
:100CB200F8E9FF2EF02DFF92EF921F930F935FD86A |
|
206 |
:100CC20069E1C801A7D68FE794E8AEE18150904070 |
|
207 |
:100CD200A040E1F700C00000B6016F5E7F4F5E01E9 |
|
208 |
:100CE200BAE2AB0EB11C44E050E0C50157D769E14E |
|
209 |
:100CF200C80154D8BF92AF928AE398E99F938F9329 |
|
210 |
:100D0200FF92EF921F930F933AD8CDBFDEBF69E1F6 |
|
211 |
:100D1200C80180D6FFE724E88EE1F15020408040F0 |
|
212 |
:100D2200E1F700C0000069E1C80138D8D601579642 |
|
213 |
:100D3200EC91F0E0EE0FFF1FE00FF11F85A98F93FA |
|
214 |
:100D420084A98F938EE398E99F938F93FF92EF92FA |
|
215 |
:100D52001F930F9314D869E1C8015CD6BFE7E4E89A |
|
216 |
:100D6200FEE1B150E040F040E1F700C00000CDBF2D |
|
217 |
:100D7200DEBFCA5BDF4FCDBFDEBFDF91CF911F91D8 |
|
218 |
:100D82000F91FF90EF90DF90CF90BF90AF900895BA |
|
219 |
:100D9200AFE0B0E0EEECF6E01BC71C016B0149834B |
|
220 |
:100DA2005A832B83FB018281938184809580008109 |
|
221 |
:100DB2001181A680B78097FD02C00D7F02C081E03D |
|
222 |
:100DC20090E0E981FA8140805180628073809801CD |
|
223 |
:100DD200207133272C833D83740104FF08C0411422 |
|
224 |
:100DE20051046104710419F032E0E31AF108F801C8 |
|
225 |
:100DF200E870FF27EE83FF8303FF03C0F1E0EF1AE1 |
|
226 |
:100E0200F108F6010084F185E02D3197EE87FF8726 |
|
227 |
:100E1200EA0DFB1D10829C012E193F092887398794 |
|
228 |
:100E2200C801827099278A879B87EB818E2FEE0FEC |
|
229 |
:100E3200990B9C01215431092C873D872E853F85D2 |
|
230 |
:100E42002230310530F48C819D81892B09F041C01B |
|
231 |
:100E52005BC0411451046104710459F18E859F8570 |
|
232 |
:100E620001978E879F87C2018F7099278A309105DB |
|
233 |
:100E720014F4C09602C0895A9F4FEC85FD857A977B |
|
234 |
:100E820040F49C012062215631092A31310508F4CF |
|
235 |
:100E9200B9D7EE85FF85EA0DFB1D8083F1E0EF1ADD |
|
236 |
:100EA200F10884E076946794579447948A95D1F731 |
|
237 |
:100EB200C5CF888599858E0D9F1D1816190674F267 |
|
238 |
:100EC2001E141F040CF0BFCFEA85FB85EF2B31F611 |
|
239 |
:100ED200BACFE981FA8180819181A281B381892B84 |
|
240 |
:100EE2008A2B8B2B89F0EE85FF85EA0DFB1D31974E |
|
241 |
:100EF2002B8120838E859F8502978E879F87FC0199 |
|
242 |
:100F0200EA0DFB1D80E38083EE81FF81EF2B59F018 |
|
243 |
:100F12002E853F85215031092E873F87F901EA0D41 |
|
244 |
:100F2200FB1D80E28083F6014085518541505109C5 |
|
245 |
:100F32002E853F85421B530BB9016A0D7B1D94011F |
|
246 |
:100F4200C10135D49C01F1018081918190FF06C0DD |
|
247 |
:100F5200F60182819381821793070CF4C9012F96BF |
|
248 |
:040F6200E2E14FC6B3 |
|
249 |
:100F6600CF92DF92EF92FF920F931F93CF93DF936F |
|
250 |
:100F7600CDB7DEB7E297CDBFDEBF7C0187E491E453 |
|
251 |
:100F860089839A830DE010E00B831C8369E1CE010F |
|
252 |
:100F960001963ED52FE784E89EE12150804090409F |
|
253 |
:100FA600E1F700C0000069E1CE014A96C0D48A8DFF |
|
254 |
:100FB6008053F701808361E0C70185D5F7018183FE |
|
255 |
:100FC60061E0C701B5D6F701828387E497E4898398 |
|
256 |
:100FD6009A830B831C8369E1CE01019619D5FFE73D |
|
257 |
:100FE60024E88EE1F15020408040E1F700C0000087 |
|
258 |
:100FF60069E1CE014A969BD48A8D8053F70183839B |
|
259 |
:101006006701F3E0CF0ED11C61E0C6015CD5F701A4 |
|
260 |
:10101600848361E0C6018CD6F701858387E490E579 |
|
261 |
:1010260089839A830B831C8369E1CE010196F0D4F0 |
|
262 |
:10103600FFE724E88EE1F15020408040E1F700C050 |
|
263 |
:10104600000069E1CE014A9672D4FE017A968701C4 |
|
264 |
:101056000F5E1F4FD8019E01225E3F4F81918D93F7 |
|
265 |
:10106600E217F307D9F764E0C8012DD5F701858BA0 |
|
266 |
:1010760064E0C8015DD6F701868B87E495E5898330 |
|
267 |
:101086009A838DE090E08B839C8369E1CE01019683 |
|
268 |
:10109600BFD4FFE724E88EE1F15020408040E1F71D |
|
269 |
:1010A60000C0000069E1CE014A9641D48B8D81349F |
|
270 |
:1010B60021F0823421F0835303C087E001C088E029 |
|
271 |
:1010C600F701878B8701095E1F4F61E0C801FBD4DA |
|
272 |
:1010D600F701808F61E0C8012BD6F701818F00E010 |
|
273 |
:1010E60010E0F70161917F01C8010ED60F5F1F4F17 |
|
274 |
:1010F60001321105B1F7E296CDBFDEBFDF91CF9188 |
|
275 |
:0E1106001F910F91FF90EF90DF90CF90089512 |
|
276 |
:10111400EF92FF920F931F93CF93DF93EC0161E063 |
|
277 |
:10112400D3D4182F61E0CE0104D6498150E0542F66 |
|
278 |
:1011340044279A81492B212F30E0322F2227282B54 |
|
279 |
:1011440001E04217530709F400E061E07E0143E047 |
|
280 |
:10115400E40EF11CC701B8D4182F61E0C701E9D52A |
|
281 |
:10116400212F30E0322F2227A901482BCA012C81DC |
|
282 |
:1011740030E0322F22274D81242B8217930709F068 |
|
283 |
:10118400026064E07E0151E1E50EF11CC7019CD4CC |
|
284 |
:10119400182F64E0C701CDD5212F30E0322F22274C |
|
285 |
:1011A400A901482BCA012D8930E0322F22274E890C |
|
286 |
:1011B400242B8217930709F008607E0157E1E50E9E |
|
287 |
:1011C400F11C61E0C70180D4182F61E0C701B1D5DB |
|
288 |
:1011D400212F30E0322F2227A901482BCA01288D64 |
|
289 |
:1011E40030E0322F2227498D242B8217930709F0F0 |
|
290 |
:1011F4000061802FDF91CF911F910F91FF90EF90AD |
|
291 |
:0212040008954B |
|
292 |
:10120600A2E0B0E0E8E0F9E0E1C43C016B01FB01DB |
|
293 |
:1012160022813381A480B5808081918189839A83DC |
|
294 |
:1012260086809780FA012080318042805380B20107 |
|
295 |
:10123600A10157FE07C044275527BA014219530991 |
|
296 |
:101246006409750937FD03C08D7F89839A839501EB |
|
297 |
:1012560057FC05C0898182FD02C083FF02C0215070 |
|
298 |
:101266003109CE0101967C010AE010E0C6019ED04C |
|
299 |
:1012760057FC03C0298122FF0AC00197F401E80F39 |
|
300 |
:10128600F91F57FC02C02BE209C02DE207C023FF5D |
|
301 |
:1012960006C00197F401E80FF91F20E220830981B7 |
|
302 |
:1012A6001A81F6014085518541505109481B590B59 |
|
303 |
:1012B600B401680F791F9501C30177D29C01F30130 |
|
304 |
:1012C6008081918190FF06C0F60182819381821709 |
|
305 |
:0C12D60093070CF4C9012296E2E191C4D8 |
|
306 |
:1012E200CF93DF93DC01F90168387105F1F05CF40A |
|
307 |
:1012F2006138710561F164387105A1F160387105D9 |
|
308 |
:1013020009F051C02FC0603C710509F441C0603F33 |
|
309 |
:101312007105F1F1603A710509F045C0C081D181D2 |
|
310 |
:10132200CE0102968083918325C0C081D181CE01F6 |
|
311 |
:10133200029680839183452B39F04881042E000C5C |
|
312 |
:10134200550B660B770B1CC0488150E029C0C08149 |
|
313 |
:10135200D181CE01049680839183488159816A812B |
|
314 |
:101362007B810EC0C081D181CE01029680839183A0 |
|
315 |
:10137200452BA1F048815981052E000C660B770B95 |
|
316 |
:101382004D935D936D937C93139781E090E00DC034 |
|
317 |
:10139200C081D181CE010296808391834881598197 |
|
318 |
:1013A20060E070E0EDCF80E090E0DF91CF910895B2 |
|
319 |
:1013B200A0E0B0E0EEEDF9E00DC4DC0128011696E4 |
|
320 |
:1013C200AD90BC901797F701808191811296ED91B3 |
|
321 |
:1013D200FC9113971896CD91DC9119972197F7FFFD |
|
322 |
:1013E20002C0E1E0F0E0CA0DDB1D18826901A1E054 |
|
323 |
:1013F200B0E08F01021B130B4C01F2E08F22992403 |
|
324 |
:10140200052C000C66087708CE018A199B09CA15BB |
|
325 |
:10141200DB0511F1411551056105710581F0CB0123 |
|
326 |
:10142200BA01A3019201D4D2CA01A62FB72F605DDF |
|
327 |
:101432006A9341E0C41AD108A901BC01E5CF980121 |
|
328 |
:101442002C0D3D1D1216130654F31C141D0434F406 |
|
329 |
:101452008114910421F702C080E090E0AB2B31F4BB |
|
330 |
:10146200F701208131812F7E20833183CDB7DEB712 |
|
331 |
:04147200E0E1C9C329 |
|
332 |
:10147600A2E0B0E0E0E4FAE0ADC34C016B01FB0191 |
|
333 |
:1014860022813381648075808081918189839A83EA |
|
334 |
:10149600A680B78037FD03C08D7F89839A83FA01C2 |
|
335 |
:1014A6004081518162817381CE0101967C0108E001 |
|
336 |
:1014B60010E09301C6017ADF298124FF06C0019757 |
|
337 |
:1014C600F501E80FF91F20E32083298123FF06C0D9 |
|
338 |
:1014D6000197F501E80FF91F20E2208309811A819F |
|
339 |
:1014E600F6014085518541505109481B590BB501FC |
|
340 |
:1014F600680F791F9301C40158D19C01F4018081C2 |
|
341 |
:10150600918190FF06C0F60182819381821793072D |
|
342 |
:0A1516000CF4C9012296EEE076C342 |
|
343 |
:101520000F931F93CF93DF93DB01109719F48FEF85 |
|
344 |
:101530009FEF3DC02D913C91119730FF25C016962D |
|
345 |
:101540004D915C91179714962D913C9115974217E8 |
|
346 |
:10155000530778F41296ED91FC91139780831296BD |
|
347 |
:101560002D913C9113972F5F3F4F12962D933C93F3 |
|
348 |
:10157000139716962D913C9117972F5F3F4F169614 |
|
349 |
:101580002D933C93179713C01C96ED91FC911D97DA |
|
350 |
:10159000309769F2EB01092F182F0995892B39F63D |
|
351 |
:1015A0008E819F8101968E839F83812F902FDF9163 |
|
352 |
:0815B000CF911F910F910895E6 |
|
353 |
:1015B800CF93DF93CDB7DEB76697CDBFDEBF86E0AA |
|
354 |
:1015C800ECE1F8E9DE01519601900D928A95E1F778 |
|
355 |
:1015D80063E088E198E91BD22FE784E89EE1215077 |
|
356 |
:1015E80080409040E1F700C000008091313E8823A0 |
|
357 |
:1015F80079F360E1CE01019699D18091313E88233B |
|
358 |
:1016080089F07BD28091313E8111FBCF0BC02191B3 |
|
359 |
:101618009D91291380E0E417F507C9F7823059F442 |
|
360 |
:1016280081E009C0FE013196DE015196AE01495FA5 |
|
361 |
:101638005F4F82E0ECCF6696CDBFDEBFDF91CF91E2 |
|
362 |
:02164800089503 |
|
363 |
:10164A00A2E0B0E0EAE2FBE0C3C25C016B01FB018D |
|
364 |
:10165A0022813381848095808081918189839A83D4 |
|
365 |
:10166A006680778037FD03C08D7F89839A83FA016C |
|
366 |
:10167A004081518162817381CE0101967C010AE029 |
|
367 |
:10168A0010E09401C60190DE09811A81F6014085B5 |
|
368 |
:10169A00518541505109481B590BB301680F791FF5 |
|
369 |
:1016AA009401C50180D09C01F5018081918190FF50 |
|
370 |
:1016BA0006C0F60182819381821793070CF4C9014F |
|
371 |
:0616CA002296EEE09EC234 |
|
372 |
:1016D000A2E8B0E0EDE6FBE082C25C014A01CF5730 |
|
373 |
:1016E000DF4F68837983C158D040C12CD12CCF57AC |
|
374 |
:1016F000DF4FE881F981C158D04080818823E1F033 |
|
375 |
:101700007401860120E830E0AE014F5F5F4FBE01FB |
|
376 |
:101710006F577F4FC50166D88C0D9D1D8C159D059B |
|
377 |
:101720004CF48FE490E08093003C9093013C8FEF69 |
|
378 |
:101730009FEF03C06C01DBCFC601CE57DF4FECE05B |
|
379 |
:0217400067C27E |
|
380 |
:10174200A0E1B0E0E6EAFBE04FC2FB01BA01AE0164 |
|
381 |
:101752004F5F5F4F7A0140E1D7011D924A95E9F749 |
|
382 |
:1017620042E051E049835A838B839C83F7FF09C08F |
|
383 |
:101772008FE490E08093003C9093013C8FEF9FEFC9 |
|
384 |
:1017820013C0A9018C013197ED83FE83C70195D265 |
|
385 |
:101792004F8158852D813E814217530708F49A01E3 |
|
386 |
:0E17A200F801E20FF31F10826096E6E036C2F7 |
|
387 |
:1017B000A0E0B0E0EDEDFBE012C26C015B017A014C |
|
388 |
:1017C000E901480181E08822992400FD03C0421705 |
|
389 |
:1017D000530748F0A701B501C601C7D1EC16FD06B5 |
|
390 |
:1017E00010F0C70115C08E010E191F090115110552 |
|
391 |
:1017F00039F0B60180E290E093DE01501109F6CF96 |
|
392 |
:101800008114910421F4A701B501C601AED1CE0126 |
|
393 |
:08181000CDB7DEB7ECE0FCC12E |
|
394 |
:10181800474E0D00524E3436373853412C0025734D |
|
395 |
:1018280025630D0053472C00532D2C002573257379 |
|
396 |
:101838000D0053502C0053552C0030330030340029 |
|
397 |
:10184800303500303600303700303800303900305D |
|
398 |
:1018580041003042004298459848984B984E98511C |
|
399 |
:1018680098549857985A982424240D002D2D2D0DFE |
|
400 |
:0718780000434E543A20002A |
|
401 |
:01187F003038 |
|
402 |
:10188000DC01ED91FC91119780818A3221F080E09A |
|
403 |
:1018900090E03AE00EC03196ED93FC93DB01ED91C0 |
|
404 |
:1018A000FC911197CF0102968D939C938081918139 |
|
405 |
:1018B0000895ED91FC911197208120532A3068F40E |
|
406 |
:1018C000389FA001399F500D1124CA01820F911D2C |
|
407 |
:0C18D0003196ED93FC931197ECCF089536 |
|
408 |
:1018DC00CF92DF92EF92FF920F931F93CF93DF93F0 |
|
409 |
:1018EC00C82ED92E0F2EF6EDEF2EFDE9FF2EF02D82 |
|
410 |
:1018FC00082F192FC0E0D0E0F70161917F01F801AA |
|
411 |
:10190C0061938F01CE01FDD12196CA31D105A1F78A |
|
412 |
:10191C008C2D9D2D48D9DF91CF911F910F91FF9068 |
|
413 |
:08192C00EF90DF90CF900895C9 |
|
414 |
:101934000F931F93CF93DF932FE936E841E02150B3 |
|
415 |
:1019440030404040E1F700C000002091313E2223A6 |
|
416 |
:1019540099F0662389F0EC016150062F10E00F5FC7 |
|
417 |
:101964001F4F080F191FCBD089938091313E8823D4 |
|
418 |
:1019740019F0C017D107B9F7DF91CF911F910F91DB |
|
419 |
:021984000895C4 |
|
420 |
:10198600A0E0B0E0E8ECFCE029C17C01FB01EA0143 |
|
421 |
:10199600C901A280B380C480D580008111812097BF |
|
422 |
:1019A60011F4C2E5DEE9009711F4CE0103D2B7FCCB |
|
423 |
:1019B60004C0A816B90608F4C5019601AC01BE011B |
|
424 |
:0C19C600C701F3DECDB7DEB7EAE021C1B7 |
|
425 |
:1019D200A1E21A2EAA1BBB1BFD010DC0AA1FBB1F31 |
|
426 |
:1019E200EE1FFF1FA217B307E407F50720F0A21BA3 |
|
427 |
:1019F200B30BE40BF50B661F771F881F991F1A9410 |
|
428 |
:101A020069F760957095809590959B01AC01BD0139 |
|
429 |
:041A1200CF01089563 |
|
430 |
:101A1600AC0170E016161706D4F420E030E0A0E022 |
|
431 |
:101A2600B8E0FA01E20FF31F908112969C93129789 |
|
432 |
:101A360090819D3009F49B012F5F3F4F83EC99E025 |
|
433 |
:101A46000197F1F700C000002617370754F30895F1 |
|
434 |
:101A5600CF93DF93EC0190E0E92FF0E0EE0FFF1F4C |
|
435 |
:101A6600E051F2468081811102C081810EC0A881B9 |
|
436 |
:101A7600B9812C91821305C091811196A883B983EF |
|
437 |
:101A860001C09F5F9B3040F3892FDF91CF9108956E |
|
438 |
:101A96000F931F93CF93DF938C01C0E0D0E0CE016C |
|
439 |
:101AA600C0D1F80181938F0187EA91E60197F1F79A |
|
440 |
:101AB60000C000002196C132D10589F7DF91CF9190 |
|
441 |
:061AC6001F910F9108952D |
|
442 |
:101ACC006623B9F0FC019C01260F311DB90180E0A1 |
|
443 |
:101ADC000BC0452F492309F08F5F990F2150310915 |
|
444 |
:101AEC00C1F7E617F70731F0519128E030E091E0AB |
|
445 |
:061AFC00F0CF80E0089528 |
|
446 |
:101B02008091013D4091313E242F30E02150310936 |
|
447 |
:101B1200121613065CF4E1E0FDE3242F30E02050BE |
|
448 |
:101B2200334C91819193E217F307D9F741504093D7 |
|
449 |
:041B3200313E0895A3 |
|
450 |
:101B36008091023C4091303E242F30E02150310903 |
|
451 |
:101B4600121613065CF4E2E0FCE3242F30E02F5F6C |
|
452 |
:101B5600334C91819193E217F307D9F741504093A3 |
|
453 |
:041B6600303E089570 |
|
454 |
:101B6A00A0E0B0E0EAEBFDE039C06C01EB018A01CC |
|
455 |
:101B7A007B01E40EF51ECE15DF0539F08991B60119 |
|
456 |
:101B8A00082E000C990BC7DCF6CFC801CDB7DEB71B |
|
457 |
:041B9A00E8E03DC082 |
|
458 |
:101B9E00CF93DF93EB01FC014115510581F04150CC |
|
459 |
:101BAE005109DF01119629912083FD012111F4CFF6 |
|
460 |
:101BBE004A0F5B1F4A175B0711F01D92FBCFDF9197 |
|
461 |
:041BCE00CF91089516 |
|
462 |
:101BD2002F923F924F925F926F927F928F929F923B |
|
463 |
:101BE200AF92BF92CF92DF92EF92FF920F931F9329 |
|
464 |
:101BF200CF93DF93CDB7DEB7CA1BDB0BCDBFDEBF02 |
|
465 |
:021C0200099443 |
|
466 |
:101C04002A88398848885F846E847D848C849B8488 |
|
467 |
:101C1400AA84B984C884DF80EE80FD800C811B8196 |
|
468 |
:101C2400AA81B981CE0FD11DCDBFDEBFED010895CC |
|
469 |
:101C34008F938FB78F93EF93FF93E091313E81E0C1 |
|
470 |
:101C44008E0F8093313E80910008F0E0EF5FF24CFC |
|
471 |
:0E1C54008083FF91EF918F918FBF8F91189534 |
|
472 |
:101C62008F938FB78F93EF93FF93E091303E81E094 |
|
473 |
:101C72008E0F8093303E80912008F0E0EE5FF34CAF |
|
474 |
:0E1C82008083FF91EF918F918FBF8F91189506 |
|
475 |
:101C9000662399F0FC019C01260F311DA0E2B8E0FB |
|
476 |
:101CA000919112969C93129783EC99E00197F1F72A |
|
477 |
:0C1CB00000C00000E217F30799F7089548 |
|
478 |
:101CBC00A2E0B0E0E3E6FEE094CF8C0149835A83C6 |
|
479 |
:101CCC00AE014F5F5F4FFEDCF801208124FF02C0A4 |
|
480 |
:0A1CDC008FEF9FEF2296E4E09DCF0A |
|
481 |
:101CE600442381F0FC01A62FB72F9C01240F311D40 |
|
482 |
:101CF600A90181E021919D91291380E0E417F50760 |
|
483 |
:081D0600C9F7089581E008957A |
|
484 |
:101D0E00262FAF93BF93E0E0F0E1328131FDFDCF9E |
|
485 |
:101D1E00DC01A050BC4E2C933DE934BF23E0208360 |
|
486 |
:081D2E000196BF91AF910895E9 |
|
487 |
:101D3600662379F0FC019C01260F311D80E091910C |
|
488 |
:101D460090FD02C08E5F01C08F5FE217F307B9F7FF |
|
489 |
:061D5600089580E00895ED |
|
490 |
:101D5C00E0E0FAE083E0808383E1818381E08383A8 |
|
491 |
:101D6C008FE790E080A791A7E0E2F4E080818160AA |
|
492 |
:041D7C0080830895C3 |
|
493 |
:101D8000A0E0B0E0E5ECFEE034CFAE01475F5F4F8E |
|
494 |
:0E1D90006F8178858D819E8156D0E2E043CF31 |
|
495 |
:101D9E00662359F0FC01615070E06F5F7F4F860F34 |
|
496 |
:0C1DAE00971F1192E817F907E1F708955C |
|
497 |
:101DBA00FC01AF014F5F5F4F2081222311F0FA012E |
|
498 |
:0C1DCA00F8CF9F01281B390BC9010895B8 |
|
499 |
:101DD60003020102010253494350415F4153421C31 |
|
500 |
:0A1DE6000B313233340D0606020201 |
|
501 |
:101DF00068076C094C836A9074A07AC00080688878 |
|
502 |
:061E000000846C820081E9 |
|
503 |
:101E06009C01215631092A31310510F48F75992725 |
|
504 |
:021E160008952D |
|
505 |
:101E18009C01215431092A31310508F48062089562 |
|
506 |
:101E280003D0808199270895FC01E050FC4E089565 |
|
507 |
:0E1E3800EC0114D012D0CE0112D0CE0111D088 |
|
508 |
:0C1E46009A01AB016FEF7FE779DC089593 |
|
509 |
:071E5200286E756C6C29007D |
|
510 |
:061E5900286E696C2900EF |
|
511 |
:021E6000CFC0F1 |
|
512 |
:021E62000895E1 |
|
513 |
:021E64000895DF |
|
514 |
:021E66000895DD |
|
515 |
:021E680021D186 |
|
516 |
:101E6A001A418D204610D90A23086D051204B602BC |
|
517 |
:021E7A005B010A |
|
518 |
:0E1E7C00024124244745544D454D5354530311 |
|
519 |
:02000004008278 |
|
520 |
:090000000B007E0000F6FF000079 |
|
521 |
:02000004008377 |
|
522 |
:01000000C53A |
|
523 |
:00000001FF |
Version 2.8/Panel_reader_controller.X/dist/default/production/Panel_reader_controller.X.production.map | ||
---|---|---|
1 |
Archive member included to satisfy reference by file (symbol) |
|
2 |
|
|
3 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
4 |
build/default/production/main.o (__do_copy_data) |
|
5 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) |
|
6 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o (exit) |
|
7 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
8 |
build/default/production/main.o (_sprintf_cdopsuxX) |
|
9 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) |
|
10 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__fmt_d_needed) |
|
11 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_o.o) |
|
12 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__fmt_o_needed) |
|
13 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) |
|
14 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__fmt_s_needed) |
|
15 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) |
|
16 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) (__cvt_u) |
|
17 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) |
|
18 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__fmt_x_needed) |
|
19 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__pop_int.o) |
|
20 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__pop_int_needed) |
|
21 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) |
|
22 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) (__pad) |
|
23 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(fputc.o) |
|
24 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) (fputc) |
|
25 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strlen.o) |
|
26 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) (strlen) |
|
27 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strncpy.o) |
|
28 |
build/default/production/main.o (strncpy) |
|
29 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
30 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) (tolower) |
|
31 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
32 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) (toupper) |
|
33 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
34 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) (__errno_val) |
|
35 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) |
|
36 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) (_Exit) |
|
37 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) |
|
38 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__vsprintf) |
|
39 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) |
|
40 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) (__vsnprintf) |
|
41 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vfprintf.o) |
|
42 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) (__vfprintf) |
|
43 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eerd_byte.o) |
|
44 |
build/default/production/main.o (eeprom_read_byte) |
|
45 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eewr_byte.o) |
|
46 |
build/default/production/main.o (eeprom_write_byte) |
|
47 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
48 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) (__udivmodsi4) |
|
49 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
50 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) (_exit) |
|
51 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
52 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__prologue_saves__) |
|
53 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
54 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) (__epilogue_restores__) |
|
55 |
|
|
56 |
Allocating common symbols |
|
57 |
Common symbol size file |
|
58 |
|
|
59 |
__errno_val 0x2 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
60 |
|
|
61 |
Discarded input sections |
|
62 |
|
|
63 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
64 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
65 |
.text 0x0000000000000000 0x0 build/default/production/main.o |
|
66 |
.data 0x0000000000000000 0x0 build/default/production/main.o |
|
67 |
.bss 0x0000000000000000 0x0 build/default/production/main.o |
|
68 |
.text.adcInit 0x0000000000000000 0x26 build/default/production/main.o |
|
69 |
.text.adcGetSample |
|
70 |
0x0000000000000000 0x26 build/default/production/main.o |
|
71 |
.text.usart0_write_byte |
|
72 |
0x0000000000000000 0x6 build/default/production/main.o |
|
73 |
.text.usart1_write_byte |
|
74 |
0x0000000000000000 0x6 build/default/production/main.o |
|
75 |
.text.usart0_available |
|
76 |
0x0000000000000000 0x6 build/default/production/main.o |
|
77 |
.text.usart1_available |
|
78 |
0x0000000000000000 0x6 build/default/production/main.o |
|
79 |
.bss.debugSerialCounter |
|
80 |
0x0000000000000000 0x1 build/default/production/main.o |
|
81 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
82 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
83 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
84 |
.text.libgcc.mul |
|
85 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
86 |
.text.libgcc.div |
|
87 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
88 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
89 |
.text.libgcc.prologue |
|
90 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
91 |
.text.libgcc.builtins |
|
92 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
93 |
.text.libgcc.fmul |
|
94 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
95 |
.text.libgcc.fixed |
|
96 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
97 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) |
|
98 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) |
|
99 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) |
|
100 |
.stack.descriptors |
|
101 |
0x0000000000000000 0x73 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(exit.o) |
|
102 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
103 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
104 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
105 |
.stack.descriptors |
|
106 |
0x0000000000000000 0x3d c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
107 |
.text.__sio_sprintf_dosux |
|
108 |
0x0000000000000000 0xe c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__sio_sprintf_dosux.o) |
|
109 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) |
|
110 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) |
|
111 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) |
|
112 |
.stack.descriptors |
|
113 |
0x0000000000000000 0x15 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_d.o) |
|
114 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_o.o) |
|
115 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_o.o) |
|
116 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_o.o) |
|
117 |
.stack.descriptors |
|
118 |
0x0000000000000000 0x15 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_o.o) |
|
119 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) |
|
120 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) |
|
121 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) |
|
122 |
.stack.descriptors |
|
123 |
0x0000000000000000 0x15 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_s.o) |
|
124 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) |
|
125 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) |
|
126 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) |
|
127 |
.stack.descriptors |
|
128 |
0x0000000000000000 0x2a c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_u.o) |
|
129 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) |
|
130 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) |
|
131 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) |
|
132 |
.stack.descriptors |
|
133 |
0x0000000000000000 0x15 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__fmt_x.o) |
|
134 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__pop_int.o) |
|
135 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__pop_int.o) |
|
136 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__pop_int.o) |
|
137 |
.stack.descriptors |
|
138 |
0x0000000000000000 0x17 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__pop_int.o) |
|
139 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) |
|
140 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) |
|
141 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) |
|
142 |
.stack.descriptors |
|
143 |
0x0000000000000000 0x91 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__printf_core.o) |
|
144 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(fputc.o) |
|
145 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(fputc.o) |
|
146 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(fputc.o) |
|
147 |
.stack.descriptors |
|
148 |
0x0000000000000000 0x13 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(fputc.o) |
|
149 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strlen.o) |
|
150 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strlen.o) |
|
151 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strlen.o) |
|
152 |
.stack.descriptors |
|
153 |
0x0000000000000000 0x14 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strlen.o) |
|
154 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strncpy.o) |
|
155 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strncpy.o) |
|
156 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strncpy.o) |
|
157 |
.stack.descriptors |
|
158 |
0x0000000000000000 0x15 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(strncpy.o) |
|
159 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
160 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
161 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
162 |
.stack.descriptors |
|
163 |
0x0000000000000000 0x2e c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
164 |
.text.__tolower_l |
|
165 |
0x0000000000000000 0x4 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(tolower.o) |
|
166 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
167 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
168 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
169 |
.stack.descriptors |
|
170 |
0x0000000000000000 0x2e c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
171 |
.text.__toupper_l |
|
172 |
0x0000000000000000 0x4 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(toupper.o) |
|
173 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
174 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
175 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
176 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) |
|
177 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) |
|
178 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) |
|
179 |
.stack.descriptors |
|
180 |
0x0000000000000000 0x13 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(_Exit.o) |
|
181 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) |
|
182 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) |
|
183 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) |
|
184 |
.stack.descriptors |
|
185 |
0x0000000000000000 0x18 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsprintf.o) |
|
186 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) |
|
187 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) |
|
188 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) |
|
189 |
.stack.descriptors |
|
190 |
0x0000000000000000 0x19 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vsnprintf.o) |
|
191 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vfprintf.o) |
|
192 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vfprintf.o) |
|
193 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vfprintf.o) |
|
194 |
.stack.descriptors |
|
195 |
0x0000000000000000 0x18 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(__int_vfprintf.o) |
|
196 |
.text 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eerd_byte.o) |
|
197 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eerd_byte.o) |
|
198 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eerd_byte.o) |
|
199 |
.stack.descriptors |
|
200 |
0x0000000000000000 0x38 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eerd_byte.o) |
|
201 |
.text 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eewr_byte.o) |
|
202 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eewr_byte.o) |
|
203 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eewr_byte.o) |
|
204 |
.stack.descriptors |
|
205 |
0x0000000000000000 0x3d C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a(eewr_byte.o) |
|
206 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
207 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
208 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
209 |
.text.libgcc.mul |
|
210 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
211 |
.stack.descriptors |
|
212 |
0x0000000000000000 0x1a c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
213 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
214 |
.text.libgcc.prologue |
|
215 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
216 |
.text.libgcc.builtins |
|
217 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
218 |
.text.libgcc.fmul |
|
219 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
220 |
.text.libgcc.fixed |
|
221 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_udivmodsi4.o) |
|
222 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
223 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
224 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
225 |
.text.libgcc.mul |
|
226 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
227 |
.text.libgcc.div |
|
228 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
229 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
230 |
.text.libgcc.prologue |
|
231 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
232 |
.stack.descriptors |
|
233 |
0x0000000000000000 0x13 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
234 |
.text.libgcc.builtins |
|
235 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
236 |
.text.libgcc.fmul |
|
237 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
238 |
.text.libgcc.fixed |
|
239 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
240 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
241 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
242 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
243 |
.text.libgcc.mul |
|
244 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
245 |
.text.libgcc.div |
|
246 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
247 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
248 |
.text.libgcc.builtins |
|
249 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
250 |
.text.libgcc.fmul |
|
251 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
252 |
.text.libgcc.fixed |
|
253 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_prologue.o) |
|
254 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
255 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
256 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
257 |
.text.libgcc.mul |
|
258 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
259 |
.text.libgcc.div |
|
260 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
261 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
262 |
.text.libgcc.builtins |
|
263 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
264 |
.text.libgcc.fmul |
|
265 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
266 |
.text.libgcc.fixed |
|
267 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_epilogue.o) |
|
268 |
|
|
269 |
Memory Configuration |
|
270 |
|
|
271 |
Name Origin Length Attributes |
|
272 |
text 0x0000000000000000 0x0000000000002000 xr |
|
273 |
data 0x0000000000803c00 0x0000000000000400 rw !x |
|
274 |
eeprom 0x0000000000810000 0x0000000000000080 rw !x |
|
275 |
fuse 0x0000000000820000 0x000000000000000a rw !x |
|
276 |
lock 0x0000000000830000 0x0000000000000400 rw !x |
|
277 |
signature 0x0000000000840000 0x0000000000000400 rw !x |
|
278 |
user_signatures 0x0000000000850000 0x0000000000000400 rw !x |
|
279 |
bootrow 0x0000000000860000 0x0000000000000400 rw !x |
|
280 |
*default* 0x0000000000000000 0xffffffffffffffff |
|
281 |
|
|
282 |
Linker script and memory map |
|
283 |
|
|
284 |
Address of section .data set to 0x803c00 |
|
285 |
0x0000000000008000 __RODATA_PM_OFFSET__ = 0x8000 |
|
286 |
LOAD C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
287 |
0x0000000000000001 __MPLAB_BUILD = 0x1 |
|
288 |
LOAD build/default/production/main.o |
|
289 |
START GROUP |
|
290 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libm.a |
|
291 |
END GROUP |
|
292 |
START GROUP |
|
293 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a |
|
294 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libm.a |
|
295 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a |
|
296 |
LOAD C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls\libattiny826.a |
|
297 |
END GROUP |
|
298 |
[0x0000000000000000] __TEXT_REGION_ORIGIN__ = DEFINED (__TEXT_REGION_ORIGIN__)?__TEXT_REGION_ORIGIN__:0x0 |
|
299 |
[0x0000000000803c00] __DATA_REGION_ORIGIN__ = DEFINED (__DATA_REGION_ORIGIN__)?__DATA_REGION_ORIGIN__:0x802000 |
|
300 |
[0x0000000000002000] __TEXT_REGION_LENGTH__ = DEFINED (__TEXT_REGION_LENGTH__)?__TEXT_REGION_LENGTH__:0x100000 |
|
301 |
[0x0000000000000400] __DATA_REGION_LENGTH__ = DEFINED (__DATA_REGION_LENGTH__)?__DATA_REGION_LENGTH__:0xffa0 |
|
302 |
[0x0000000000000080] __EEPROM_REGION_LENGTH__ = DEFINED (__EEPROM_REGION_LENGTH__)?__EEPROM_REGION_LENGTH__:0x10000 |
|
303 |
[0x000000000000000a] __FUSE_REGION_LENGTH__ = DEFINED (__FUSE_REGION_LENGTH__)?__FUSE_REGION_LENGTH__:0x400 |
|
304 |
0x0000000000000400 __LOCK_REGION_LENGTH__ = DEFINED (__LOCK_REGION_LENGTH__)?__LOCK_REGION_LENGTH__:0x400 |
|
305 |
0x0000000000000400 __SIGNATURE_REGION_LENGTH__ = DEFINED (__SIGNATURE_REGION_LENGTH__)?__SIGNATURE_REGION_LENGTH__:0x400 |
|
306 |
0x0000000000000400 __USER_SIGNATURE_REGION_LENGTH__ = DEFINED (__USER_SIGNATURE_REGION_LENGTH__)?__USER_SIGNATURE_REGION_LENGTH__:0x400 |
|
307 |
0x0000000000008000 __RODATA_PM_OFFSET__ = DEFINED (__RODATA_PM_OFFSET__)?__RODATA_PM_OFFSET__:0x8000 |
|
308 |
0x0000000000000400 __BOOTROW_REGION_LENGTH__ = DEFINED (__BOOTROW_REGION_LENGTH__)?__BOOTROW_REGION_LENGTH__:0x400 |
|
309 |
|
|
310 |
.hash |
|
311 |
*(.hash) |
|
312 |
|
|
313 |
.dynsym |
|
314 |
*(.dynsym) |
|
315 |
|
|
316 |
.dynstr |
|
317 |
*(.dynstr) |
|
318 |
|
|
319 |
.gnu.version |
|
320 |
*(.gnu.version) |
|
321 |
|
|
322 |
.gnu.version_d |
|
323 |
*(.gnu.version_d) |
|
324 |
|
|
325 |
.gnu.version_r |
|
326 |
*(.gnu.version_r) |
|
327 |
|
|
328 |
.rel.init |
|
329 |
*(.rel.init) |
|
330 |
|
|
331 |
.rela.init |
|
332 |
*(.rela.init) |
|
333 |
|
|
334 |
.rel.text |
|
335 |
*(.rel.text) |
|
336 |
*(.rel.text.*) |
|
337 |
*(.rel.gnu.linkonce.t*) |
|
338 |
|
|
339 |
.rela.text |
|
340 |
*(.rela.text) |
|
341 |
*(.rela.text.*) |
|
342 |
*(.rela.gnu.linkonce.t*) |
|
343 |
|
|
344 |
.rel.fini |
|
345 |
*(.rel.fini) |
|
346 |
|
|
347 |
.rela.fini |
|
348 |
*(.rela.fini) |
|
349 |
|
|
350 |
.rel.rodata |
|
351 |
*(.rel.rodata) |
|
352 |
*(.rel.rodata.*) |
|
353 |
*(.rel.gnu.linkonce.r*) |
|
354 |
|
|
355 |
.rela.rodata |
|
356 |
*(.rela.rodata) |
|
357 |
*(.rela.rodata.*) |
|
358 |
*(.rela.gnu.linkonce.r*) |
|
359 |
|
|
360 |
.rel.data |
|
361 |
*(.rel.data) |
|
362 |
*(.rel.data.*) |
|
363 |
*(.rel.gnu.linkonce.d*) |
|
364 |
|
|
365 |
.rela.data |
|
366 |
*(.rela.data) |
|
367 |
*(.rela.data.*) |
|
368 |
*(.rela.gnu.linkonce.d*) |
|
369 |
|
|
370 |
.rel.ctors |
|
371 |
*(.rel.ctors) |
|
372 |
|
|
373 |
.rela.ctors |
|
374 |
*(.rela.ctors) |
|
375 |
|
|
376 |
.rel.dtors |
|
377 |
*(.rel.dtors) |
|
378 |
|
|
379 |
.rela.dtors |
|
380 |
*(.rela.dtors) |
|
381 |
|
|
382 |
.rel.got |
|
383 |
*(.rel.got) |
|
384 |
|
|
385 |
.rela.got |
|
386 |
*(.rela.got) |
|
387 |
|
|
388 |
.rel.bss |
|
389 |
*(.rel.bss) |
|
390 |
|
|
391 |
.rela.bss |
|
392 |
*(.rela.bss) |
|
393 |
|
|
394 |
.rel.plt |
|
395 |
*(.rel.plt) |
|
396 |
|
|
397 |
.rela.plt |
|
398 |
*(.rela.plt) |
|
399 |
|
|
400 |
.text 0x0000000000000000 0xb0 |
|
401 |
*(.vectors) |
|
402 |
.vectors 0x0000000000000000 0x3c C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
403 |
0x0000000000000000 __vector_default |
|
404 |
0x0000000000000000 __vectors |
|
405 |
*(.vectors) |
|
406 |
*(.progmem.gcc*) |
|
407 |
*(.dinit) |
|
408 |
.dinit 0x000000000000003c 0x24 data_init |
|
409 |
0x0000000000000060 . = ALIGN (0x2) |
|
410 |
*fill* 0x0000000000000060 0x0 |
|
411 |
0x0000000000000060 __trampolines_start = . |
|
412 |
*(.trampolines) |
|
413 |
.trampolines 0x0000000000000060 0x0 linker stubs |
|
414 |
*(.trampolines*) |
|
415 |
0x0000000000000060 __trampolines_end = . |
|
416 |
*libprintf_flt.a:*(.progmem.data) |
|
417 |
*libc.a:*(.progmem.data) |
|
418 |
0x0000000000000060 . = ALIGN (0x2) |
|
419 |
*(.jumptables) |
|
420 |
*(.jumptables*) |
|
421 |
*(.lowtext) |
|
422 |
*(.lowtext*) |
|
423 |
0x0000000000000060 __ctors_start = . |
|
424 |
*(.ctors) |
|
425 |
0x0000000000000060 __ctors_end = . |
|
426 |
0x0000000000000060 __dtors_start = . |
|
427 |
*(.dtors) |
|
428 |
0x0000000000000060 __dtors_end = . |
|
429 |
SORT(*)(.ctors) |
|
430 |
SORT(*)(.dtors) |
|
431 |
*(.init0) |
|
432 |
.init0 0x0000000000000060 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
433 |
0x0000000000000060 __init |
|
434 |
*(.init0) |
|
435 |
*(.init1) |
|
436 |
*(.init1) |
|
437 |
*(.init2) |
|
438 |
.init2 0x0000000000000060 0xc C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
439 |
*(.init2) |
|
440 |
*(.init3) |
|
441 |
*(.init3) |
|
442 |
*(.init4) |
|
443 |
.init4 0x000000000000006c 0x3c c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_copy_data.o) |
|
444 |
0x000000000000006c __do_copy_data |
|
445 |
0x000000000000009a __do_clear_bss |
|
446 |
*(.init4) |
|
447 |
*(.init5) |
|
448 |
*(.init5) |
|
449 |
*(.init6) |
|
450 |
*(.init6) |
|
451 |
*(.init7) |
|
452 |
*(.init7) |
|
453 |
*(.init8) |
|
454 |
*(.init8) |
|
455 |
*(.init9) |
|
456 |
.init9 0x00000000000000a8 0x4 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/xc8/avr/lib/avrxmega3/short-calls/crtattiny826.o |
|
457 |
*(.init9) |
|
458 |
0x00000000000000ac . = ALIGN (0x2) |
|
459 |
*(.fini9) |
|
460 |
.fini9 0x00000000000000ac 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
461 |
0x00000000000000ac _exit |
|
462 |
*(.fini9) |
|
463 |
*(.fini8) |
|
464 |
*(.fini8) |
|
465 |
*(.fini7) |
|
466 |
*(.fini7) |
|
467 |
*(.fini6) |
|
468 |
*(.fini6) |
|
469 |
*(.fini5) |
|
470 |
*(.fini5) |
|
471 |
*(.fini4) |
|
472 |
*(.fini4) |
|
473 |
*(.fini3) |
|
474 |
*(.fini3) |
|
475 |
*(.fini2) |
|
476 |
*(.fini2) |
|
477 |
*(.fini1) |
|
478 |
*(.fini1) |
|
479 |
*(.fini0) |
|
480 |
.fini0 0x00000000000000ac 0x4 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3/short-calls\libgcc.a(_exit.o) |
|
481 |
*(.fini0) |
|
482 |
0x00000000000000b0 _etext = . |
|
483 |
|
|
484 |
.data 0x0000000000803c00 0x0 load address 0x00000000000000b0 |
|
485 |
[!provide] PROVIDE (__data_start, .) |
|
486 |
*(.gnu.linkonce.d*) |
|
487 |
0x0000000000803c00 . = ALIGN (0x2) |
|
488 |
0x0000000000803c00 _edata = . |
|
489 |
[!provide] PROVIDE (__data_end, .) |
|
490 |
|
|
491 |
.bss 0x0000000000803c00 0x2 |
|
492 |
[!provide] PROVIDE (__bss_start, .) |
|
493 |
*(COMMON) |
|
494 |
COMMON 0x0000000000803c00 0x2 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3/short-calls\libc.a(errno.o) |
|
495 |
0x0000000000803c00 __errno_val |
|
496 |
[!provide] PROVIDE (__bss_end, .) |
|
497 |
0x00000000000000b0 __data_load_start = LOADADDR (.data) |
|
498 |
0x00000000000000b0 __data_load_end = (__data_load_start + SIZEOF (.data)) |
|
499 |
|
|
500 |
.noinit 0x0000000000803c02 0x0 |
|
501 |
[!provide] PROVIDE (__noinit_start, .) |
|
502 |
*(.noinit*) |
|
503 |
[!provide] PROVIDE (__noinit_end, .) |
|
504 |
0x0000000000803c02 _end = . |
|
505 |
|
|
506 |
.eeprom 0x0000000000810000 0x0 |
|
507 |
*(.eeprom*) |
|
508 |
0x0000000000810000 __eeprom_end = . |
|
509 |
|
|
510 |
.fuse 0x0000000000820000 0x9 |
|
511 |
*(.fuse) |
|
512 |
.fuse 0x0000000000820000 0x9 build/default/production/main.o |
|
513 |
0x0000000000820000 __fuse |
|
514 |
*(.lfuse) |
|
515 |
*(.hfuse) |
|
516 |
*(.efuse) |
|
517 |
|
|
518 |
.lock 0x0000000000830000 0x1 |
|
519 |
*(.lock*) |
|
520 |
.lock 0x0000000000830000 0x1 build/default/production/main.o |
|
521 |
0x0000000000830000 __lock |
Formats disponibles : Unified diff