Révision f4f84cf1
Version 1.3/RS232_MUX.X/.generated_files/flags/default/189e35e8b80d1055f943337af00f1a3eb5a3e3f0 | ||
---|---|---|
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\RS232_MUX.X\main.c |
Version 1.3/RS232_MUX.X/.generated_files/flags/default/c23a79e077f40f861ae8b9b0a728ca7712177407 | ||
---|---|---|
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\RS232_MUX.X\main.c |
Version 1.3/RS232_MUX.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 1.3/RS232_MUX.X/build/default/debug/main.o.d | ||
---|---|---|
1 |
build/default/debug/main.o.d build/default/debug/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/AVR-Dx_DFP/2.4.286/xc8/avr/include/avr/ioavr32da48.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\math.h \ |
|
20 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdlib.h \ |
|
21 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h \ |
|
22 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h \ |
|
23 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h \ |
|
24 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h \ |
|
25 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h \ |
|
26 |
hardware_uart.h \ |
|
27 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h \ |
|
28 |
hardware_timer.h hardware_TL16C754C.h hardware_config.h parameters.h \ |
|
29 |
frame_definitions.h |
|
30 |
|
|
31 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\xc.h: |
|
32 |
|
|
33 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\cci.h: |
|
34 |
|
|
35 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\io.h: |
|
36 |
|
|
37 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\sfr_defs.h: |
|
38 |
|
|
39 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\inttypes.h: |
|
40 |
|
|
41 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\features.h: |
|
42 |
|
|
43 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdint.h: |
|
44 |
|
|
45 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdint.h: |
|
46 |
|
|
47 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\alltypes.h: |
|
48 |
|
|
49 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\stdint.h: |
|
50 |
|
|
51 |
C:/Program\ Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/include/avr/ioavr32da48.h: |
|
52 |
|
|
53 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\portpins.h: |
|
54 |
|
|
55 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\common.h: |
|
56 |
|
|
57 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\xmega.h: |
|
58 |
|
|
59 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\fuse.h: |
|
60 |
|
|
61 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\lock.h: |
|
62 |
|
|
63 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\builtins.h: |
|
64 |
|
|
65 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\math.h: |
|
66 |
|
|
67 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdlib.h: |
|
68 |
|
|
69 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h: |
|
70 |
|
|
71 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h: |
|
72 |
|
|
73 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h: |
|
74 |
|
|
75 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h: |
|
76 |
|
|
77 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h: |
|
78 |
|
|
79 |
hardware_uart.h: |
|
80 |
|
|
81 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h: |
|
82 |
|
|
83 |
hardware_timer.h: |
|
84 |
|
|
85 |
hardware_TL16C754C.h: |
|
86 |
|
|
87 |
hardware_config.h: |
|
88 |
|
|
89 |
parameters.h: |
|
90 |
|
|
91 |
frame_definitions.h: |
Version 1.3/RS232_MUX.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/AVR-Dx_DFP/2.4.286/xc8/avr/include/avr/ioavr32da48.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\math.h \ |
|
20 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdlib.h \ |
|
21 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h \ |
|
22 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h \ |
|
23 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h \ |
|
24 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h \ |
|
25 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h \ |
|
26 |
hardware_uart.h \ |
|
27 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h \ |
|
28 |
hardware_timer.h hardware_TL16C754C.h hardware_config.h parameters.h \ |
|
29 |
frame_definitions.h |
|
30 |
|
|
31 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\xc.h: |
|
32 |
|
|
33 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\cci.h: |
|
34 |
|
|
35 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\io.h: |
|
36 |
|
|
37 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\sfr_defs.h: |
|
38 |
|
|
39 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\inttypes.h: |
|
40 |
|
|
41 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\features.h: |
|
42 |
|
|
43 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdint.h: |
|
44 |
|
|
45 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdint.h: |
|
46 |
|
|
47 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\alltypes.h: |
|
48 |
|
|
49 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\bits\stdint.h: |
|
50 |
|
|
51 |
C:/Program\ Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/include/avr/ioavr32da48.h: |
|
52 |
|
|
53 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\portpins.h: |
|
54 |
|
|
55 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\common.h: |
|
56 |
|
|
57 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\xmega.h: |
|
58 |
|
|
59 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\fuse.h: |
|
60 |
|
|
61 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\lock.h: |
|
62 |
|
|
63 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\builtins.h: |
|
64 |
|
|
65 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\math.h: |
|
66 |
|
|
67 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\stdlib.h: |
|
68 |
|
|
69 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay.h: |
|
70 |
|
|
71 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\util\delay_basic.h: |
|
72 |
|
|
73 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\interrupt.h: |
|
74 |
|
|
75 |
c:\program\ files\microchip\xc8\v2.46\avr\avr\include\avr\eeprom.h: |
|
76 |
|
|
77 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stddef.h: |
|
78 |
|
|
79 |
hardware_uart.h: |
|
80 |
|
|
81 |
c:\program\ files\microchip\xc8\v2.46\avr\lib\gcc\avr\5.4.0\include\stdbool.h: |
|
82 |
|
|
83 |
hardware_timer.h: |
|
84 |
|
|
85 |
hardware_TL16C754C.h: |
|
86 |
|
|
87 |
hardware_config.h: |
|
88 |
|
|
89 |
parameters.h: |
|
90 |
|
|
91 |
frame_definitions.h: |
Version 1.3/RS232_MUX.X/dist/default/debug/RS232_MUX.X.debug.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\libgcc.a(_copy_data.o) |
|
4 |
build/default/debug/main.o (__do_clear_bss) |
|
5 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
6 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o (exit) |
|
7 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
8 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) (_Exit) |
|
9 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
10 |
build/default/debug/main.o (eeprom_read_byte) |
|
11 |
C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
12 |
build/default/debug/main.o (eeprom_write_byte) |
|
13 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
14 |
c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) (_exit) |
|
15 |
|
|
16 |
Discarded input sections |
|
17 |
|
|
18 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
19 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
20 |
.text 0x0000000000000000 0x0 build/default/debug/main.o |
|
21 |
.data 0x0000000000000000 0x0 build/default/debug/main.o |
|
22 |
.bss 0x0000000000000000 0x0 build/default/debug/main.o |
|
23 |
.text.initPort0 |
|
24 |
0x0000000000000000 0x32 build/default/debug/main.o |
|
25 |
.text.txWrite0 |
|
26 |
0x0000000000000000 0x20 build/default/debug/main.o |
|
27 |
.text.rxRead0 0x0000000000000000 0x20 build/default/debug/main.o |
|
28 |
.text.portAvailable0 |
|
29 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
30 |
.text.initPort1 |
|
31 |
0x0000000000000000 0x3c build/default/debug/main.o |
|
32 |
.text.txWrite1 |
|
33 |
0x0000000000000000 0x20 build/default/debug/main.o |
|
34 |
.text.rxRead1 0x0000000000000000 0x20 build/default/debug/main.o |
|
35 |
.text.portAvailable1 |
|
36 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
37 |
.text.portAvailable2 |
|
38 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
39 |
.text.initPort3 |
|
40 |
0x0000000000000000 0x3c build/default/debug/main.o |
|
41 |
.text.txWrite3 |
|
42 |
0x0000000000000000 0x20 build/default/debug/main.o |
|
43 |
.text.rxRead3 0x0000000000000000 0x20 build/default/debug/main.o |
|
44 |
.text.portAvailable3 |
|
45 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
46 |
.text.initPort4 |
|
47 |
0x0000000000000000 0x3c build/default/debug/main.o |
|
48 |
.text.txWrite4 |
|
49 |
0x0000000000000000 0x20 build/default/debug/main.o |
|
50 |
.text.rxRead4 0x0000000000000000 0x20 build/default/debug/main.o |
|
51 |
.text.portAvailable4 |
|
52 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
53 |
.text.clearTimerFlag |
|
54 |
0x0000000000000000 0x8 build/default/debug/main.o |
|
55 |
.text.getEEPROMCfg |
|
56 |
0x0000000000000000 0xac build/default/debug/main.o |
|
57 |
.text.getDebugLedsConfiguration |
|
58 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
59 |
.text.readConfiguration |
|
60 |
0x0000000000000000 0xae build/default/debug/main.o |
|
61 |
.text.debugLedsTest |
|
62 |
0x0000000000000000 0x32 build/default/debug/main.o |
|
63 |
.text.bootSequence |
|
64 |
0x0000000000000000 0x6 build/default/debug/main.o |
|
65 |
.bss.global_parity |
|
66 |
0x0000000000000000 0x1 build/default/debug/main.o |
|
67 |
.bss.eepromDebugLeds |
|
68 |
0x0000000000000000 0x2 build/default/debug/main.o |
|
69 |
.bss.eepromVCOM |
|
70 |
0x0000000000000000 0x8 build/default/debug/main.o |
|
71 |
.bss._timerFlag |
|
72 |
0x0000000000000000 0x1 build/default/debug/main.o |
|
73 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
74 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
75 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
76 |
.text.libgcc.mul |
|
77 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
78 |
.text.libgcc.div |
|
79 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
80 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
81 |
.text.libgcc.prologue |
|
82 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
83 |
.text.libgcc.builtins |
|
84 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
85 |
.text.libgcc.fmul |
|
86 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
87 |
.text.libgcc.fixed |
|
88 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
89 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
90 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
91 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
92 |
.stack.descriptors |
|
93 |
0x0000000000000000 0x73 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
94 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
95 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
96 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
97 |
.stack.descriptors |
|
98 |
0x0000000000000000 0x13 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
99 |
.text 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
100 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
101 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
102 |
.text.avrlibc 0x0000000000000000 0x10 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
103 |
.stack.descriptors.hdr |
|
104 |
0x0000000000000000 0xe C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
105 |
.stack.descriptors |
|
106 |
0x0000000000000000 0x38 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
107 |
.debug_line 0x0000000000000000 0x79 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
108 |
.debug_info 0x0000000000000000 0xac C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
109 |
.debug_abbrev 0x0000000000000000 0x14 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
110 |
.debug_aranges |
|
111 |
0x0000000000000000 0x20 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eerd_byte.o) |
|
112 |
.text 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
113 |
.data 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
114 |
.bss 0x0000000000000000 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
115 |
.text.avrlibc 0x0000000000000000 0x30 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
116 |
.stack.descriptors.hdr |
|
117 |
0x0000000000000000 0xe C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
118 |
.stack.descriptors |
|
119 |
0x0000000000000000 0x3d C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
120 |
.debug_line 0x0000000000000000 0xd9 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
121 |
.debug_info 0x0000000000000000 0xac C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
122 |
.debug_abbrev 0x0000000000000000 0x14 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
123 |
.debug_aranges |
|
124 |
0x0000000000000000 0x20 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a(eewr_byte.o) |
|
125 |
.text 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
126 |
.data 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
127 |
.bss 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
128 |
.text.libgcc.mul |
|
129 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
130 |
.text.libgcc.div |
|
131 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
132 |
.text.libgcc 0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
133 |
.text.libgcc.prologue |
|
134 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
135 |
.stack.descriptors |
|
136 |
0x0000000000000000 0x13 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
137 |
.text.libgcc.builtins |
|
138 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
139 |
.text.libgcc.fmul |
|
140 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
141 |
.text.libgcc.fixed |
|
142 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
143 |
|
|
144 |
Memory Configuration |
|
145 |
|
|
146 |
Name Origin Length Attributes |
|
147 |
text 0x0000000000000000 0x0000000000008000 xr |
|
148 |
data 0x0000000000807000 0x0000000000001000 rw !x |
|
149 |
eeprom 0x0000000000810000 0x0000000000000200 rw !x |
|
150 |
fuse 0x0000000000820000 0x0000000000000010 rw !x |
|
151 |
lock 0x0000000000830000 0x0000000000000400 rw !x |
|
152 |
signature 0x0000000000840000 0x0000000000000400 rw !x |
|
153 |
user_signatures 0x0000000000850000 0x0000000000000400 rw !x |
|
154 |
bootrow 0x0000000000860000 0x0000000000000400 rw !x |
|
155 |
*default* 0x0000000000000000 0xffffffffffffffff |
|
156 |
|
|
157 |
Linker script and memory map |
|
158 |
|
|
159 |
Address of section .data set to 0x807000 |
|
160 |
0x0000000000008000 __RODATA_PM_OFFSET__ = 0x8000 |
|
161 |
LOAD C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
162 |
0x0000000000000001 __MPLAB_BUILD = 0x1 |
|
163 |
LOAD build/default/debug/main.o |
|
164 |
START GROUP |
|
165 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libm.a |
|
166 |
END GROUP |
|
167 |
0x0000000000000001 __MPLAB_DEBUG = 0x1 |
|
168 |
0x0000000000000001 __DEBUG = 0x1 |
|
169 |
START GROUP |
|
170 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a |
|
171 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libm.a |
|
172 |
LOAD c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a |
|
173 |
LOAD C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3\libavr32da48.a |
|
174 |
END GROUP |
|
175 |
[0x0000000000000000] __TEXT_REGION_ORIGIN__ = DEFINED (__TEXT_REGION_ORIGIN__)?__TEXT_REGION_ORIGIN__:0x0 |
|
176 |
[0x0000000000807000] __DATA_REGION_ORIGIN__ = DEFINED (__DATA_REGION_ORIGIN__)?__DATA_REGION_ORIGIN__:0x802000 |
|
177 |
[0x0000000000008000] __TEXT_REGION_LENGTH__ = DEFINED (__TEXT_REGION_LENGTH__)?__TEXT_REGION_LENGTH__:0x100000 |
|
178 |
[0x0000000000001000] __DATA_REGION_LENGTH__ = DEFINED (__DATA_REGION_LENGTH__)?__DATA_REGION_LENGTH__:0xffa0 |
|
179 |
[0x0000000000000200] __EEPROM_REGION_LENGTH__ = DEFINED (__EEPROM_REGION_LENGTH__)?__EEPROM_REGION_LENGTH__:0x10000 |
|
180 |
[0x0000000000000010] __FUSE_REGION_LENGTH__ = DEFINED (__FUSE_REGION_LENGTH__)?__FUSE_REGION_LENGTH__:0x400 |
|
181 |
0x0000000000000400 __LOCK_REGION_LENGTH__ = DEFINED (__LOCK_REGION_LENGTH__)?__LOCK_REGION_LENGTH__:0x400 |
|
182 |
0x0000000000000400 __SIGNATURE_REGION_LENGTH__ = DEFINED (__SIGNATURE_REGION_LENGTH__)?__SIGNATURE_REGION_LENGTH__:0x400 |
|
183 |
0x0000000000000400 __USER_SIGNATURE_REGION_LENGTH__ = DEFINED (__USER_SIGNATURE_REGION_LENGTH__)?__USER_SIGNATURE_REGION_LENGTH__:0x400 |
|
184 |
0x0000000000008000 __RODATA_PM_OFFSET__ = DEFINED (__RODATA_PM_OFFSET__)?__RODATA_PM_OFFSET__:0x8000 |
|
185 |
0x0000000000000400 __BOOTROW_REGION_LENGTH__ = DEFINED (__BOOTROW_REGION_LENGTH__)?__BOOTROW_REGION_LENGTH__:0x400 |
|
186 |
|
|
187 |
.hash |
|
188 |
*(.hash) |
|
189 |
|
|
190 |
.dynsym |
|
191 |
*(.dynsym) |
|
192 |
|
|
193 |
.dynstr |
|
194 |
*(.dynstr) |
|
195 |
|
|
196 |
.gnu.version |
|
197 |
*(.gnu.version) |
|
198 |
|
|
199 |
.gnu.version_d |
|
200 |
*(.gnu.version_d) |
|
201 |
|
|
202 |
.gnu.version_r |
|
203 |
*(.gnu.version_r) |
|
204 |
|
|
205 |
.rel.init |
|
206 |
*(.rel.init) |
|
207 |
|
|
208 |
.rela.init |
|
209 |
*(.rela.init) |
|
210 |
|
|
211 |
.rel.text |
|
212 |
*(.rel.text) |
|
213 |
*(.rel.text.*) |
|
214 |
*(.rel.gnu.linkonce.t*) |
|
215 |
|
|
216 |
.rela.text |
|
217 |
*(.rela.text) |
|
218 |
*(.rela.text.*) |
|
219 |
*(.rela.gnu.linkonce.t*) |
|
220 |
|
|
221 |
.rel.fini |
|
222 |
*(.rel.fini) |
|
223 |
|
|
224 |
.rela.fini |
|
225 |
*(.rela.fini) |
|
226 |
|
|
227 |
.rel.rodata |
|
228 |
*(.rel.rodata) |
|
229 |
*(.rel.rodata.*) |
|
230 |
*(.rel.gnu.linkonce.r*) |
|
231 |
|
|
232 |
.rela.rodata |
|
233 |
*(.rela.rodata) |
|
234 |
*(.rela.rodata.*) |
|
235 |
*(.rela.gnu.linkonce.r*) |
|
236 |
|
|
237 |
.rel.data |
|
238 |
*(.rel.data) |
|
239 |
*(.rel.data.*) |
|
240 |
*(.rel.gnu.linkonce.d*) |
|
241 |
|
|
242 |
.rela.data |
|
243 |
*(.rela.data) |
|
244 |
*(.rela.data.*) |
|
245 |
*(.rela.gnu.linkonce.d*) |
|
246 |
|
|
247 |
.rel.ctors |
|
248 |
*(.rel.ctors) |
|
249 |
|
|
250 |
.rela.ctors |
|
251 |
*(.rela.ctors) |
|
252 |
|
|
253 |
.rel.dtors |
|
254 |
*(.rel.dtors) |
|
255 |
|
|
256 |
.rela.dtors |
|
257 |
*(.rela.dtors) |
|
258 |
|
|
259 |
.rel.got |
|
260 |
*(.rel.got) |
|
261 |
|
|
262 |
.rela.got |
|
263 |
*(.rela.got) |
|
264 |
|
|
265 |
.rel.bss |
|
266 |
*(.rel.bss) |
|
267 |
|
|
268 |
.rela.bss |
|
269 |
*(.rela.bss) |
|
270 |
|
|
271 |
.rel.plt |
|
272 |
*(.rel.plt) |
|
273 |
|
|
274 |
.rela.plt |
|
275 |
*(.rela.plt) |
|
276 |
|
|
277 |
.text 0x0000000000000000 0x142 |
|
278 |
*(.vectors) |
|
279 |
.vectors 0x0000000000000000 0xe8 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
280 |
0x0000000000000000 __vector_default |
|
281 |
0x0000000000000000 __vectors |
|
282 |
*(.vectors) |
|
283 |
*(.progmem.gcc*) |
|
284 |
*(.dinit) |
|
285 |
.dinit 0x00000000000000e8 0x5 data_init |
|
286 |
0x00000000000000ee . = ALIGN (0x2) |
|
287 |
*fill* 0x00000000000000ed 0x1 |
|
288 |
0x00000000000000ee __trampolines_start = . |
|
289 |
*(.trampolines) |
|
290 |
.trampolines 0x00000000000000ee 0x0 linker stubs |
|
291 |
*(.trampolines*) |
|
292 |
0x00000000000000ee __trampolines_end = . |
|
293 |
*libprintf_flt.a:*(.progmem.data) |
|
294 |
*libc.a:*(.progmem.data) |
|
295 |
0x00000000000000ee . = ALIGN (0x2) |
|
296 |
*(.jumptables) |
|
297 |
*(.jumptables*) |
|
298 |
*(.lowtext) |
|
299 |
*(.lowtext*) |
|
300 |
0x00000000000000ee __ctors_start = . |
|
301 |
*(.ctors) |
|
302 |
0x00000000000000ee __ctors_end = . |
|
303 |
0x00000000000000ee __dtors_start = . |
|
304 |
*(.dtors) |
|
305 |
0x00000000000000ee __dtors_end = . |
|
306 |
SORT(*)(.ctors) |
|
307 |
SORT(*)(.dtors) |
|
308 |
*(.init0) |
|
309 |
.init0 0x00000000000000ee 0x0 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
310 |
0x00000000000000ee __init |
|
311 |
*(.init0) |
|
312 |
*(.init1) |
|
313 |
*(.init1) |
|
314 |
*(.init2) |
|
315 |
.init2 0x00000000000000ee 0xc C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
316 |
*(.init2) |
|
317 |
*(.init3) |
|
318 |
*(.init3) |
|
319 |
*(.init4) |
|
320 |
.init4 0x00000000000000fa 0x3c c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_copy_data.o) |
|
321 |
0x00000000000000fa __do_copy_data |
|
322 |
0x0000000000000128 __do_clear_bss |
|
323 |
*(.init4) |
|
324 |
*(.init5) |
|
325 |
*(.init5) |
|
326 |
*(.init6) |
|
327 |
*(.init6) |
|
328 |
*(.init7) |
|
329 |
*(.init7) |
|
330 |
*(.init8) |
|
331 |
*(.init8) |
|
332 |
*(.init9) |
|
333 |
.init9 0x0000000000000136 0x8 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
334 |
*(.init9) |
|
335 |
0x000000000000013e . = ALIGN (0x2) |
|
336 |
*(.fini9) |
|
337 |
.fini9 0x000000000000013e 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
338 |
0x000000000000013e _exit |
|
339 |
*(.fini9) |
|
340 |
*(.fini8) |
|
341 |
*(.fini8) |
|
342 |
*(.fini7) |
|
343 |
*(.fini7) |
|
344 |
*(.fini6) |
|
345 |
*(.fini6) |
|
346 |
*(.fini5) |
|
347 |
*(.fini5) |
|
348 |
*(.fini4) |
|
349 |
*(.fini4) |
|
350 |
*(.fini3) |
|
351 |
*(.fini3) |
|
352 |
*(.fini2) |
|
353 |
*(.fini2) |
|
354 |
*(.fini1) |
|
355 |
*(.fini1) |
|
356 |
*(.fini0) |
|
357 |
.fini0 0x000000000000013e 0x4 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
358 |
*(.fini0) |
|
359 |
0x0000000000000142 _etext = . |
|
360 |
|
|
361 |
.data 0x0000000000807000 0x0 load address 0x0000000000000142 |
|
362 |
[!provide] PROVIDE (__data_start, .) |
|
363 |
*(.gnu.linkonce.d*) |
|
364 |
0x0000000000807000 . = ALIGN (0x2) |
|
365 |
0x0000000000807000 _edata = . |
|
366 |
[!provide] PROVIDE (__data_end, .) |
|
367 |
|
|
368 |
.bss 0x0000000000807000 0x0 |
|
369 |
[!provide] PROVIDE (__bss_start, .) |
|
370 |
*(COMMON) |
|
371 |
[!provide] PROVIDE (__bss_end, .) |
|
372 |
0x0000000000000142 __data_load_start = LOADADDR (.data) |
|
373 |
0x0000000000000142 __data_load_end = (__data_load_start + SIZEOF (.data)) |
|
374 |
|
|
375 |
.noinit 0x0000000000807000 0x0 |
|
376 |
[!provide] PROVIDE (__noinit_start, .) |
|
377 |
*(.noinit*) |
|
378 |
[!provide] PROVIDE (__noinit_end, .) |
|
379 |
0x0000000000807000 _end = . |
|
380 |
|
|
381 |
.eeprom 0x0000000000810000 0x0 |
|
382 |
*(.eeprom*) |
|
383 |
0x0000000000810000 __eeprom_end = . |
|
384 |
|
|
385 |
.fuse |
|
386 |
*(.fuse) |
|
387 |
*(.lfuse) |
|
388 |
*(.hfuse) |
|
389 |
*(.efuse) |
|
390 |
|
|
391 |
.lock |
|
392 |
*(.lock*) |
|
393 |
|
|
394 |
.signature |
|
395 |
*(.signature*) |
|
396 |
|
|
397 |
.user_signatures |
|
398 |
*(.user_signatures*) |
|
399 |
|
|
400 |
.bootrow |
|
401 |
*(.bootrow*) |
|
402 |
|
|
403 |
.stab |
|
404 |
*(.stab) |
|
405 |
|
|
406 |
.stabstr |
|
407 |
*(.stabstr) |
|
408 |
|
|
409 |
.stab.excl |
|
410 |
*(.stab.excl) |
|
411 |
|
|
412 |
.stab.exclstr |
|
413 |
*(.stab.exclstr) |
|
414 |
|
|
415 |
.stab.index |
|
416 |
*(.stab.index) |
|
417 |
|
|
418 |
.stab.indexstr |
|
419 |
*(.stab.indexstr) |
|
420 |
|
|
421 |
.comment 0x0000000000000000 0x5b |
|
422 |
*(.comment) |
|
423 |
.comment 0x0000000000000000 0x2f build/default/debug/main.o |
|
424 |
0x30 (size before relaxing) |
|
425 |
.comment 0x000000000000002f 0x2c c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
426 |
0x2d (size before relaxing) |
|
427 |
.comment 0x000000000000005b 0x2d c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
428 |
|
|
429 |
.stack.descriptors.hdr |
|
430 |
0x0000000000000000 0x2a |
|
431 |
.stack.descriptors.hdr |
|
432 |
0x0000000000000000 0xe c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
433 |
.stack.descriptors.hdr |
|
434 |
0x000000000000000e 0xe c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
435 |
.stack.descriptors.hdr |
|
436 |
0x000000000000001c 0xe c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/avrxmega3\libgcc.a(_exit.o) |
|
437 |
|
|
438 |
.note.GNU-stack |
|
439 |
0x0000000000000000 0x0 |
|
440 |
.note.GNU-stack |
|
441 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
442 |
.note.GNU-stack |
|
443 |
0x0000000000000000 0x0 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
444 |
|
|
445 |
.note.gnu.build-id |
|
446 |
*(.note.gnu.build-id) |
|
447 |
|
|
448 |
.debug |
|
449 |
*(.debug) |
|
450 |
|
|
451 |
.line |
|
452 |
*(.line) |
|
453 |
|
|
454 |
.debug_srcinfo |
|
455 |
*(.debug_srcinfo) |
|
456 |
|
|
457 |
.debug_sfnames |
|
458 |
*(.debug_sfnames) |
|
459 |
|
|
460 |
.debug_aranges 0x0000000000000000 0x210 |
|
461 |
*(.debug_aranges) |
|
462 |
.debug_aranges |
|
463 |
0x0000000000000000 0x210 build/default/debug/main.o |
|
464 |
|
|
465 |
.debug_pubnames |
|
466 |
*(.debug_pubnames) |
|
467 |
|
|
468 |
.debug_info 0x0000000000000000 0x61db |
|
469 |
*(.debug_info .gnu.linkonce.wi.*) |
|
470 |
.debug_info 0x0000000000000000 0x3214 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
471 |
.debug_info 0x0000000000003214 0x2fc7 build/default/debug/main.o |
|
472 |
|
|
473 |
.debug_abbrev 0x0000000000000000 0x33d8 |
|
474 |
*(.debug_abbrev) |
|
475 |
.debug_abbrev 0x0000000000000000 0x2f6e C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
476 |
.debug_abbrev 0x0000000000002f6e 0x46a build/default/debug/main.o |
|
477 |
|
|
478 |
.debug_line 0x0000000000000000 0x1616 |
|
479 |
*(.debug_line .debug_line.* .debug_line_end) |
|
480 |
.debug_line 0x0000000000000000 0x1f3 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
481 |
.debug_line 0x00000000000001f3 0x1423 build/default/debug/main.o |
|
482 |
|
|
483 |
.debug_frame 0x0000000000000000 0x63c |
|
484 |
*(.debug_frame) |
|
485 |
.debug_frame 0x0000000000000000 0x63c build/default/debug/main.o |
|
486 |
|
|
487 |
.debug_str 0x0000000000000000 0x1610 |
|
488 |
*(.debug_str) |
|
489 |
.debug_str 0x0000000000000000 0x1539 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
490 |
.debug_str 0x0000000000001539 0xd7 build/default/debug/main.o |
|
491 |
|
|
492 |
.debug_loc 0x0000000000000000 0x111b |
|
493 |
*(.debug_loc) |
|
494 |
.debug_loc 0x0000000000000000 0x111b build/default/debug/main.o |
|
495 |
|
|
496 |
.debug_macinfo |
|
497 |
*(.debug_macinfo) |
|
498 |
|
|
499 |
.debug_weaknames |
|
500 |
*(.debug_weaknames) |
|
501 |
|
|
502 |
.debug_funcnames |
|
503 |
*(.debug_funcnames) |
|
504 |
|
|
505 |
.debug_typenames |
|
506 |
*(.debug_typenames) |
|
507 |
|
|
508 |
.debug_varnames |
|
509 |
*(.debug_varnames) |
|
510 |
|
|
511 |
.debug_pubtypes |
|
512 |
*(.debug_pubtypes) |
|
513 |
|
|
514 |
.debug_ranges 0x0000000000000000 0x200 |
|
515 |
*(.debug_ranges) |
|
516 |
.debug_ranges 0x0000000000000000 0x200 build/default/debug/main.o |
|
517 |
|
|
518 |
.debug_macro |
|
519 |
*(.debug_macro) |
|
520 |
OUTPUT(dist/default/debug/RS232_MUX.X.debug.elf elf32-avr) |
|
521 |
LOAD linker stubs |
|
522 |
LOAD data_init |
|
523 |
|
|
524 |
.note.gnu.avr.deviceinfo |
|
525 |
0x0000000000000000 0x3c |
|
526 |
.note.gnu.avr.deviceinfo |
|
527 |
0x0000000000000000 0x3c C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
528 |
|
|
529 |
.bss.global_n 0x000000000080760f 0x1 |
|
530 |
.bss.global_n 0x000000000080760f 0x1 build/default/debug/main.o |
|
531 |
0x000000000080760f global_n |
|
532 |
|
|
533 |
.bss.global_debugBuffer |
|
534 |
0x000000000080750f 0x100 |
|
535 |
.bss.global_debugBuffer |
|
536 |
0x000000000080750f 0x100 build/default/debug/main.o |
|
537 |
0x000000000080750f global_debugBuffer |
|
538 |
|
|
539 |
.bss._RX4 0x0000000000807000 0x103 |
|
540 |
.bss._RX4 0x0000000000807000 0x103 build/default/debug/main.o |
|
541 |
0x0000000000807000 _RX4 |
|
542 |
|
|
543 |
.bss._RX3 0x0000000000807103 0x103 |
|
544 |
.bss._RX3 0x0000000000807103 0x103 build/default/debug/main.o |
|
545 |
0x0000000000807103 _RX3 |
|
546 |
|
|
547 |
.bss._RX2 0x0000000000807206 0x103 |
|
548 |
.bss._RX2 0x0000000000807206 0x103 build/default/debug/main.o |
|
549 |
0x0000000000807206 _RX2 |
|
550 |
|
|
551 |
.bss._RX1 0x0000000000807309 0x103 |
|
552 |
.bss._RX1 0x0000000000807309 0x103 build/default/debug/main.o |
|
553 |
0x0000000000807309 _RX1 |
|
554 |
|
|
555 |
.bss._RX0 0x000000000080740c 0x103 |
|
556 |
.bss._RX0 0x000000000080740c 0x103 build/default/debug/main.o |
|
557 |
0x000000000080740c _RX0 |
|
558 |
|
|
559 |
.text.main 0x0000000000000142 0x48c |
|
560 |
.text.main 0x0000000000000142 0x48c build/default/debug/main.o |
|
561 |
0x0000000000000142 main |
|
562 |
|
|
563 |
.text.senseDebugLeds |
|
564 |
0x00000000000005ce 0xfe |
|
565 |
.text.senseDebugLeds |
|
566 |
0x00000000000005ce 0xfe build/default/debug/main.o |
|
567 |
0x00000000000005ce senseDebugLeds |
|
568 |
|
|
569 |
.text.VCOM_sendframe |
|
570 |
0x00000000000006cc 0xe6 |
|
571 |
.text.VCOM_sendframe |
|
572 |
0x00000000000006cc 0xe6 build/default/debug/main.o |
|
573 |
0x00000000000006cc VCOM_sendframe |
|
574 |
|
|
575 |
.text.initPortA |
|
576 |
0x00000000000007b2 0x8e |
|
577 |
.text.initPortA |
|
578 |
0x00000000000007b2 0x8e build/default/debug/main.o |
|
579 |
0x00000000000007b2 initPortA |
|
580 |
|
|
581 |
.text.initPortB |
|
582 |
0x0000000000000840 0x8e |
|
583 |
.text.initPortB |
|
584 |
0x0000000000000840 0x8e build/default/debug/main.o |
|
585 |
0x0000000000000840 initPortB |
|
586 |
|
|
587 |
.text.initPortC |
|
588 |
0x00000000000008ce 0x8e |
|
589 |
.text.initPortC |
|
590 |
0x00000000000008ce 0x8e build/default/debug/main.o |
|
591 |
0x00000000000008ce initPortC |
|
592 |
|
|
593 |
.text.initPortD |
|
594 |
0x000000000000095c 0x8e |
|
595 |
.text.initPortD |
|
596 |
0x000000000000095c 0x8e build/default/debug/main.o |
|
597 |
0x000000000000095c initPortD |
|
598 |
|
|
599 |
.text.MCOM_sendframe |
|
600 |
0x00000000000009ea 0x66 |
|
601 |
.text.MCOM_sendframe |
|
602 |
0x00000000000009ea 0x66 build/default/debug/main.o |
|
603 |
0x00000000000009ea MCOM_sendframe |
|
604 |
|
|
605 |
.text.readPortA |
|
606 |
0x0000000000000a50 0x60 |
|
607 |
.text.readPortA |
|
608 |
0x0000000000000a50 0x60 build/default/debug/main.o |
|
609 |
0x0000000000000a50 readPortA |
|
610 |
|
|
611 |
.text.readPortB |
|
612 |
0x0000000000000ab0 0x60 |
|
613 |
.text.readPortB |
|
614 |
0x0000000000000ab0 0x60 build/default/debug/main.o |
|
615 |
0x0000000000000ab0 readPortB |
|
616 |
|
|
617 |
.text.readPortC |
|
618 |
0x0000000000000b10 0x60 |
|
619 |
.text.readPortC |
|
620 |
0x0000000000000b10 0x60 build/default/debug/main.o |
|
621 |
0x0000000000000b10 readPortC |
|
622 |
|
|
623 |
.text.readPortD |
|
624 |
0x0000000000000b70 0x60 |
|
625 |
.text.readPortD |
|
626 |
0x0000000000000b70 0x60 build/default/debug/main.o |
|
627 |
0x0000000000000b70 readPortD |
|
628 |
|
|
629 |
.text.getPriority |
|
630 |
0x0000000000000bd0 0x5c |
|
631 |
.text.getPriority |
|
632 |
0x0000000000000bd0 0x5c build/default/debug/main.o |
|
633 |
0x0000000000000bd0 getPriority |
|
634 |
|
|
635 |
.text.writePortA |
|
636 |
0x0000000000000c2c 0x5a |
|
637 |
.text.writePortA |
|
638 |
0x0000000000000c2c 0x5a build/default/debug/main.o |
|
639 |
0x0000000000000c2c writePortA |
|
640 |
|
|
641 |
.text.writePortB |
|
642 |
0x0000000000000c86 0x5a |
|
643 |
.text.writePortB |
|
644 |
0x0000000000000c86 0x5a build/default/debug/main.o |
|
645 |
0x0000000000000c86 writePortB |
|
646 |
|
|
647 |
.text.writePortC |
|
648 |
0x0000000000000ce0 0x5a |
|
649 |
.text.writePortC |
|
650 |
0x0000000000000ce0 0x5a build/default/debug/main.o |
|
651 |
0x0000000000000ce0 writePortC |
|
652 |
|
|
653 |
.text.writePortD |
|
654 |
0x0000000000000d3a 0x5a |
|
655 |
.text.writePortD |
|
656 |
0x0000000000000d3a 0x5a build/default/debug/main.o |
|
657 |
0x0000000000000d3a writePortD |
|
658 |
|
|
659 |
.text.__vector_19 |
|
660 |
0x0000000000000d94 0x3e |
|
661 |
.text.__vector_19 |
|
662 |
0x0000000000000d94 0x3e build/default/debug/main.o |
|
663 |
0x0000000000000d94 __vector_19 |
|
664 |
|
|
665 |
.text.__vector_52 |
|
666 |
0x0000000000000dd2 0x3e |
|
667 |
.text.__vector_52 |
|
668 |
0x0000000000000dd2 0x3e build/default/debug/main.o |
|
669 |
0x0000000000000dd2 __vector_52 |
|
670 |
|
|
671 |
.text.__vector_31 |
|
672 |
0x0000000000000e10 0x3e |
|
673 |
.text.__vector_31 |
|
674 |
0x0000000000000e10 0x3e build/default/debug/main.o |
|
675 |
0x0000000000000e10 __vector_31 |
|
676 |
|
|
677 |
.text.__vector_55 |
|
678 |
0x0000000000000e4e 0x3e |
|
679 |
.text.__vector_55 |
|
680 |
0x0000000000000e4e 0x3e build/default/debug/main.o |
|
681 |
0x0000000000000e4e __vector_55 |
|
682 |
|
|
683 |
.text.__vector_37 |
|
684 |
0x0000000000000e8c 0x3e |
|
685 |
.text.__vector_37 |
|
686 |
0x0000000000000e8c 0x3e build/default/debug/main.o |
|
687 |
0x0000000000000e8c __vector_37 |
|
688 |
|
|
689 |
.text.initPort2 |
|
690 |
0x0000000000000eca 0x3c |
|
691 |
.text.initPort2 |
|
692 |
0x0000000000000eca 0x3c build/default/debug/main.o |
|
693 |
0x0000000000000eca initPort2 |
|
694 |
|
|
695 |
.text.txWrite2 0x0000000000000f06 0x20 |
|
696 |
.text.txWrite2 |
|
697 |
0x0000000000000f06 0x20 build/default/debug/main.o |
|
698 |
0x0000000000000f06 txWrite2 |
|
699 |
|
|
700 |
.text.rxRead2 0x0000000000000f26 0x20 |
|
701 |
.text.rxRead2 0x0000000000000f26 0x20 build/default/debug/main.o |
|
702 |
0x0000000000000f26 rxRead2 |
|
703 |
|
|
704 |
.text.setWait 0x0000000000000f46 0x16 |
|
705 |
.text.setWait 0x0000000000000f46 0x16 build/default/debug/main.o |
|
706 |
0x0000000000000f46 setWait |
|
707 |
|
|
708 |
.text.exit 0x0000000000000f5c 0x16 |
|
709 |
.text.exit 0x0000000000000f5c 0x16 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
710 |
0x0000000000000f5c exit |
|
711 |
|
|
712 |
.text.timerInit |
|
713 |
0x0000000000000f72 0x12 |
|
714 |
.text.timerInit |
|
715 |
0x0000000000000f72 0x12 build/default/debug/main.o |
|
716 |
0x0000000000000f72 timerInit |
|
717 |
|
|
718 |
.rodata 0x0000000000808f84 0xe load address 0x0000000000000f84 |
|
719 |
.rodata 0x0000000000808f84 0xe build/default/debug/main.o |
|
720 |
|
|
721 |
.text.portA_available |
|
722 |
0x0000000000000f92 0xa |
|
723 |
.text.portA_available |
|
724 |
0x0000000000000f92 0xa build/default/debug/main.o |
|
725 |
0x0000000000000f92 portA_available |
|
726 |
|
|
727 |
.text.portB_available |
|
728 |
0x0000000000000f9c 0xa |
|
729 |
.text.portB_available |
|
730 |
0x0000000000000f9c 0xa build/default/debug/main.o |
|
731 |
0x0000000000000f9c portB_available |
|
732 |
|
|
733 |
.text.portC_available |
|
734 |
0x0000000000000fa6 0xa |
|
735 |
.text.portC_available |
|
736 |
0x0000000000000fa6 0xa build/default/debug/main.o |
|
737 |
0x0000000000000fa6 portC_available |
|
738 |
|
|
739 |
.text.portD_available |
|
740 |
0x0000000000000fb0 0xa |
|
741 |
.text.portD_available |
|
742 |
0x0000000000000fb0 0xa build/default/debug/main.o |
|
743 |
0x0000000000000fb0 portD_available |
|
744 |
|
|
745 |
.text.getTimerFlag |
|
746 |
0x0000000000000fba 0x8 |
|
747 |
.text.getTimerFlag |
|
748 |
0x0000000000000fba 0x8 build/default/debug/main.o |
|
749 |
0x0000000000000fba getTimerFlag |
|
750 |
|
|
751 |
.text.txWriteA 0x0000000000000fc2 0x8 |
|
752 |
.text.txWriteA |
|
753 |
0x0000000000000fc2 0x8 build/default/debug/main.o |
|
754 |
0x0000000000000fc2 txWriteA |
|
755 |
|
|
756 |
.text.txWriteB 0x0000000000000fca 0x8 |
|
757 |
.text.txWriteB |
|
758 |
0x0000000000000fca 0x8 build/default/debug/main.o |
|
759 |
0x0000000000000fca txWriteB |
|
760 |
|
|
761 |
.text.txWriteC 0x0000000000000fd2 0x8 |
|
762 |
.text.txWriteC |
|
763 |
0x0000000000000fd2 0x8 build/default/debug/main.o |
|
764 |
0x0000000000000fd2 txWriteC |
|
765 |
|
|
766 |
.text.txWriteD 0x0000000000000fda 0x8 |
|
767 |
.text.txWriteD |
|
768 |
0x0000000000000fda 0x8 build/default/debug/main.o |
|
769 |
0x0000000000000fda txWriteD |
|
770 |
|
|
771 |
.text.rxReadA 0x0000000000000fe2 0x8 |
|
772 |
.text.rxReadA 0x0000000000000fe2 0x8 build/default/debug/main.o |
|
773 |
0x0000000000000fe2 rxReadA |
|
774 |
|
|
775 |
.text.rxReadB 0x0000000000000fea 0x8 |
|
776 |
.text.rxReadB 0x0000000000000fea 0x8 build/default/debug/main.o |
|
777 |
0x0000000000000fea rxReadB |
|
778 |
|
|
779 |
.text.rxReadC 0x0000000000000ff2 0x8 |
|
780 |
.text.rxReadC 0x0000000000000ff2 0x8 build/default/debug/main.o |
|
781 |
0x0000000000000ff2 rxReadC |
|
782 |
|
|
783 |
.text.rxReadD 0x0000000000000ffa 0x8 |
|
784 |
.text.rxReadD 0x0000000000000ffa 0x8 build/default/debug/main.o |
|
785 |
0x0000000000000ffa rxReadD |
|
786 |
|
|
787 |
.text 0x0000000000001002 0x4 |
|
788 |
.text 0x0000000000001002 0x4 C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286/xc8/avr/lib/avrxmega3/crtavr32da48.o |
|
789 |
0x0000000000001002 __vector_38 |
|
790 |
0x0000000000001002 __vector_22 |
|
791 |
0x0000000000001002 __vector_28 |
|
792 |
0x0000000000001002 __vector_1 |
|
793 |
0x0000000000001002 __vector_32 |
|
794 |
0x0000000000001002 __vector_34 |
|
795 |
0x0000000000001002 __vector_24 |
|
796 |
0x0000000000001002 __vector_12 |
|
797 |
0x0000000000001002 __vector_46 |
|
798 |
0x0000000000001002 __bad_interrupt |
|
799 |
0x0000000000001002 __vector_6 |
|
800 |
0x0000000000001002 __vector_35 |
|
801 |
0x0000000000001002 __vector_39 |
|
802 |
0x0000000000001002 __vector_3 |
|
803 |
0x0000000000001002 __vector_23 |
|
804 |
0x0000000000001002 __vector_30 |
|
805 |
0x0000000000001002 __vector_45 |
|
806 |
0x0000000000001002 __vector_25 |
|
807 |
0x0000000000001002 __vector_11 |
|
808 |
0x0000000000001002 __vector_54 |
|
809 |
0x0000000000001002 __vector_13 |
|
810 |
0x0000000000001002 __vector_17 |
|
811 |
0x0000000000001002 __vector_56 |
|
812 |
0x0000000000001002 __vector_7 |
|
813 |
0x0000000000001002 __vector_49 |
|
814 |
0x0000000000001002 __vector_41 |
|
815 |
0x0000000000001002 __vector_43 |
|
816 |
0x0000000000001002 __vector_27 |
|
817 |
0x0000000000001002 __vector_5 |
|
818 |
0x0000000000001002 __vector_33 |
|
819 |
0x0000000000001002 __vector_47 |
|
820 |
0x0000000000001002 __vector_4 |
|
821 |
0x0000000000001002 __vector_44 |
|
822 |
0x0000000000001002 __vector_51 |
|
823 |
0x0000000000001002 __vector_9 |
|
824 |
0x0000000000001002 __vector_2 |
|
825 |
0x0000000000001002 __vector_21 |
|
826 |
0x0000000000001002 __vector_15 |
|
827 |
0x0000000000001002 __vector_36 |
|
828 |
0x0000000000001002 __vector_29 |
|
829 |
0x0000000000001002 __vector_40 |
|
830 |
0x0000000000001002 __vector_8 |
|
831 |
0x0000000000001002 __vector_26 |
|
832 |
0x0000000000001002 __vector_48 |
|
833 |
0x0000000000001002 __vector_14 |
|
834 |
0x0000000000001002 __vector_57 |
|
835 |
0x0000000000001002 __vector_53 |
|
836 |
0x0000000000001002 __vector_10 |
|
837 |
0x0000000000001002 __vector_50 |
|
838 |
0x0000000000001002 __vector_16 |
|
839 |
0x0000000000001002 __vector_18 |
|
840 |
0x0000000000001002 __vector_20 |
|
841 |
0x0000000000001002 __vector_42 |
|
842 |
|
|
843 |
.text._Exit 0x0000000000001006 0x4 |
|
844 |
.text._Exit 0x0000000000001006 0x4 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(_Exit.o) |
|
845 |
0x0000000000001006 _Exit |
|
846 |
|
|
847 |
.text.__dummy_fini |
|
848 |
0x000000000000100a 0x2 |
|
849 |
.text.__dummy_fini |
|
850 |
0x000000000000100a 0x2 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
851 |
0x000000000000100a _fini |
|
852 |
|
|
853 |
.text.__dummy_funcs_on_exit |
|
854 |
0x000000000000100c 0x2 |
|
855 |
.text.__dummy_funcs_on_exit |
|
856 |
0x000000000000100c 0x2 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
857 |
0x000000000000100c __funcs_on_exit |
|
858 |
|
|
859 |
.text.__dummy_simulator_exit |
|
860 |
0x000000000000100e 0x2 |
|
861 |
.text.__dummy_simulator_exit |
|
862 |
0x000000000000100e 0x2 c:/program files/microchip/xc8/v2.46/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avrxmega3\libc.a(exit.o) |
|
863 |
0x000000000000100e __simulator_exit |
Version 1.3/RS232_MUX.X/dist/default/debug/memoryfile.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project> |
|
3 |
<executable name="dist/default/debug/RS232_MUX.X.debug.elf"> |
|
4 |
<memory name="program"> |
|
5 |
<units>bytes</units> |
|
6 |
<length>32768</length> |
|
7 |
<used>4112</used> |
|
8 |
<free>28656</free> |
|
9 |
</memory> |
|
10 |
<memory name="data"> |
|
11 |
<units>bytes</units> |
|
12 |
<length>4096</length> |
|
13 |
<used>1552</used> |
|
14 |
<free>2544</free> |
|
15 |
</memory> |
|
16 |
</executable> |
|
17 |
</project> |
Version 1.3/RS232_MUX.X/dist/default/production/RS232_MUX.X.production.hex | ||
---|---|---|
1 |
:100000000C9477000C944F070C944F070C944F07F7 |
|
2 |
:100010000C944F070C944F070C944F070C944F0708 |
|
3 |
:100020000C944F070C944F070C944F070C944F07F8 |
|
4 |
:100030000C944F070C944F070C944F070C944F07E8 |
|
5 |
:100040000C944F070C944F070C944F070C94180610 |
|
6 |
:100050000C944F070C944F070C944F070C944F07C8 |
|
7 |
:100060000C944F070C944F070C944F070C944F07B8 |
|
8 |
:100070000C944F070C944F070C944F070C945606A2 |
|
9 |
:100080000C944F070C944F070C944F070C944F0798 |
|
10 |
:100090000C944F070C9494060C944F070C944F0744 |
|
11 |
:1000A0000C944F070C944F070C944F070C944F0778 |
|
12 |
:1000B0000C944F070C944F070C944F070C944F0768 |
|
13 |
:1000C0000C944F070C944F070C944F070C944F0758 |
|
14 |
:1000D0000C9437060C944F070C944F070C9475063C |
|
15 |
:1000E0000C944F070C944F07700076108000112479 |
|
16 |
:1000F0001FBECFEFCDBFDFE7DEBFE8EEF0E040E0B0 |
|
17 |
:1001000017C0B591A59135912591059107FD0CC0BA |
|
18 |
:1001100095918591EF01F92FE82F05900D92A21787 |
|
19 |
:10012000B307D9F7FE0104C01D92A217B307E1F788 |
|
20 |
:10013000ED3EF40731F70E94A1000C94FC06F89400 |
|
21 |
:02014000FFCFEF |
|
22 |
:10014200CF93DF93CDB7DEB7C754D140CDBFDEBF6B |
|
23 |
:10015200CF5BDE4F1882C154D140FE01EE5BFE4FF1 |
|
24 |
:1001620085E0DF011D928A95E9F788E893E10E9414 |
|
25 |
:10017200F106FE01EF5BFF4FCE018F579F4F1192A9 |
|
26 |
:100182008E179F07E1F7FE01EF57FF4FCE018F5306 |
|
27 |
:100192009F4F11928E179F07E1F7FE01EF53FF4F1A |
|
28 |
:1001A200CE018F5F9E4F11928E179F07E1F7FE01DE |
|
29 |
:1001B200EF5FFE4FCE018F5B9E4F1192E817F9075A |
|
30 |
:1001C200E1F794E288ED84BF9093680000E814E0C0 |
|
31 |
:1001D200F801808187608083E0E2F4E080818063BF |
|
32 |
:1001E200808380818F608083D8018C9188608C931A |
|
33 |
:1001F2008481816084838481826084838481846039 |
|
34 |
:1002020084838481886084838481806184838481FF |
|
35 |
:100212008062848314968C911497886014968C93D0 |
|
36 |
:1002220084E690E00E94F106F8018481877F84834E |
|
37 |
:1002320085E090E00E94F10620E040E063E088E67D |
|
38 |
:100242000E94550320E040E063E088E60E949C03A0 |
|
39 |
:1002520020E040E063E088E60E94E30320E040E023 |
|
40 |
:1002620063E088E60E942A0400E020E043E061E4C3 |
|
41 |
:1002720073E080E090E00E94B30684EF91E00E9478 |
|
42 |
:10028200F10680E69AEE0E94070778948FE3809346 |
|
43 |
:100292000004A12CB12CC12CD12CE12CF12C00E0BA |
|
44 |
:1002A20010E0812C912C212C412C512C612C772493 |
|
45 |
:1002B2007394C95BDE4FF881C754D140FF5FC95BBD |
|
46 |
:1002C200DE4FF883C754D140F73009F400000E9492 |
|
47 |
:1002D2001707882389F0CE5BDE4F7882C254D14063 |
|
48 |
:1002E2000E943F07E1E4F0E0EC0FFD1FE60DF11D77 |
|
49 |
:1002F2008083639400E010E00E941C07882389F049 |
|
50 |
:10030200CD5BDE4F7882C354D1400E944307E1E8BF |
|
51 |
:10031200F0E0EC0FFD1FE50DF11D80835394E12CFD |
|
52 |
:10032200F12C0E942107882389F0CC5BDE4F788272 |
|
53 |
:10033200C454D1400E944707E1ECF0E0EC0FFD1FEE |
|
54 |
:10034200E40DF11D80834394C12CD12C0E94260719 |
|
55 |
:10035200882389F0CB5BDE4F7882C554D1400E945E |
|
56 |
:100362004B07E1E0F1E0EC0FFD1FE20DF11D808390 |
|
57 |
:100372002394A12CB12CA7E0B3E78C918823B1F090 |
|
58 |
:10038200CA5BDE4F7882C654D1400E94E106E1E0AA |
|
59 |
:10039200F0E0EC0FFD1FE30DF11D808333940E940A |
|
60 |
:1003A2002B07811108C0812C912C2DC00E942B0794 |
|
61 |
:1003B200882329F102C0812C912C332019F0BFEF40 |
|
62 |
:1003C2008B1A9B0A662011F00F5F1F4F552019F000 |
|
63 |
:1003D200EFEFEE1AFE0A442019F0FFEFCF1ADF0A00 |
|
64 |
:1003E200222019F08FEFA81AB80ABE016E5B7E4F69 |
|
65 |
:1003F200CE018F5B9E4F0E94630270920B0AA6E0B1 |
|
66 |
:100402008A16910418F4BFE3B31540F4632DCE01AC |
|
67 |
:1004120001960E94E202812C912C312C06301105AA |
|
68 |
:1004220018F4EFE3E61578F4CF5BDE4F7882C1541F |
|
69 |
:10043200D14040E0662DCE018F5B9F4F0E94710438 |
|
70 |
:1004420000E010E0612CF6E0EF16F10418F48FE3FF |
|
71 |
:10045200851550F4472D652DCE018F579F4F0E9471 |
|
72 |
:100462007104E12CF12C512CA6E0CA16D10418F427 |
|
73 |
:10047200BFE3B41578F4CF5BDE4F7882C154D1402C |
|
74 |
:1004820042E0642DCE018F539F4F0E947104C12C14 |
|
75 |
:10049200D12C412CE6E0AE16B10420F4FFE3F215B4 |
|
76 |
:1004A20008F007CFCF5BDE4F7882C154D14043E0E2 |
|
77 |
:1004B200622DCE018F5F9E4F0E947104A12CB12C40 |
|
78 |
:0404C200212CF7CE24 |
|
79 |
:1004C600FB01DC012C91222359F0A0E0B4E0149644 |
|
80 |
:1004D6002C911497206214962C93DC011C9208C070 |
|
81 |
:1004E600A0E0B4E014968C9114978F7D14968C93AB |
|
82 |
:1004F6008481882351F0A0E0B4E014968C9114977F |
|
83 |
:10050600806114968C93148208C0A0E0B4E014961F |
|
84 |
:100516008C9114978F7E14968C938081882351F04A |
|
85 |
:10052600A0E0B4E014968C911497816014968C9395 |
|
86 |
:10053600108208C0A0E0B4E014968C9114978E7FC8 |
|
87 |
:1005460014968C938181882351F0A0E0B4E0149630 |
|
88 |
:100556008C911497826014968C93118208C0A0E047 |
|
89 |
:10056600B4E014968C9114978D7F14968C938281A7 |
|
90 |
:10057600882351F0A0E0B4E014968C91149784601F |
|
91 |
:1005860014968C93128208C0A0E0B4E014968C9165 |
|
92 |
:1005960014978B7F14968C938381882351F0A0E067 |
|
93 |
:1005A600B4E014968C911497886014968C931382F9 |
|
94 |
:0E05B6000895E0E0F4E08481877F8483089557 |
|
95 |
:1005C400CF92DF92EF92FF920F931F93CF93DF931B |
|
96 |
:1005D400CDB7DEB72897CDBFDEBFAC0188E0E6E239 |
|
97 |
:1005E400FEE8DE01119601900D928A95E1F7DA0199 |
|
98 |
:1005F400EFE0F5E72FE036E79D919193E217F307DB |
|
99 |
:10060400D9F780910F76823009F40000809110753B |
|
100 |
:10061400833009F40000FA0180818230C1F58281BF |
|
101 |
:100624008432A9F58381843291F5862F90E0E80F16 |
|
102 |
:10063400F91F319720812D3051F50297DA01A80F67 |
|
103 |
:10064400B91F8C918A3019F5FA0181818154818313 |
|
104 |
:10065400833010F490E002C083E090E0880F991F8B |
|
105 |
:10066400FE01E80FF91FC180D280862F90E0029727 |
|
106 |
:1006740005976CF08A010C5F1F4F7D01F801819191 |
|
107 |
:100684008F0190E0F60109950E151F05B9F728961C |
|
108 |
:10069400CDBFDEBFDF91CF911F910F91FF90EF90FF |
|
109 |
:0606A400DF90CF900895E5 |
|
110 |
:1006AA000F931F93CF93DF93082FD62F142FC22FA8 |
|
111 |
:1006BA0083E00E94A40484E190E00E94F10663E0D2 |
|
112 |
:1006CA0080E80E94640584E190E00E94F10661E0FE |
|
113 |
:1006DA0080E00E94640584E190E00E94F10660E0F7 |
|
114 |
:1006EA00802F0E94640584E190E00E94F10683E075 |
|
115 |
:1006FA000E94A4048F77CC0FCC0F110F110F110F8A |
|
116 |
:10070A00C12B8D2B63E08C2B0E94640584E190E061 |
|
117 |
:10071A000E94F10662E081E00E94640584E190E0B3 |
|
118 |
:0E072A000E94F106DF91CF911F910F9108956B |
|
119 |
:100738000F931F93CF93DF93082FD62F142FC22F19 |
|
120 |
:1007480083E00E94D40484E190E00E94F10663E013 |
|
121 |
:1007580080E80E94910584E190E00E94F10661E042 |
|
122 |
:1007680080E00E94910584E190E00E94F10660E03B |
|
123 |
:10077800802F0E94910584E190E00E94F10683E0B9 |
|
124 |
:100788000E94D4048F77CC0FCC0F110F110F110FCB |
|
125 |
:10079800C12B8D2B63E08C2B0E94910584E190E0A6 |
|
126 |
:1007A8000E94F10662E081E00E94910584E190E0F8 |
|
127 |
:0E07B8000E94F106DF91CF911F910F910895DD |
|
128 |
:1007C6000F931F93CF93DF93082FD62F142FC22F8B |
|
129 |
:1007D60083E00E94040584E190E00E94F10663E054 |
|
130 |
:1007E60080E80E94BE0584E190E00E94F10661E087 |
|
131 |
:1007F60080E00E94BE0584E190E00E94F10660E080 |
|
132 |
:10080600802F0E94BE0584E190E00E94F10683E0FD |
|
133 |
:100816000E9404058F77CC0FCC0F110F110F110F0B |
|
134 |
:10082600C12B8D2B63E08C2B0E94BE0584E190E0EA |
|
135 |
:100836000E94F10662E081E00E94BE0584E190E03C |
|
136 |
:0E0846000E94F106DF91CF911F910F9108954E |
|
137 |
:100854000F931F93CF93DF93082FD62F142FC22FFC |
|
138 |
:1008640083E00E94340584E190E00E94F10663E095 |
|
139 |
:1008740080E80E94EB0584E190E00E94F10661E0CB |
|
140 |
:1008840080E00E94EB0584E190E00E94F10660E0C4 |
|
141 |
:10089400802F0E94EB0584E190E00E94F10683E042 |
|
142 |
:1008A4000E9434058F77CC0FCC0F110F110F110F4D |
|
143 |
:1008B400C12B8D2B63E08C2B0E94EB0584E190E02F |
|
144 |
:1008C4000E94F10662E081E00E94EB0584E190E081 |
|
145 |
:0E08D4000E94F106DF91CF911F910F910895C0 |
|
146 |
:1008E200EF92FF920F931F93CF93DF937C01162F0A |
|
147 |
:1008F200C42F82E00E94D10681E48C0F0E94D106AF |
|
148 |
:1009020084E20E94D10684E20E94D106112371F092 |
|
149 |
:10091200E7011150012F10E00F5F1F4F0E0D1F1D39 |
|
150 |
:1009220089910E94D106C017D107D1F78AE00E94AF |
|
151 |
:10093200D1068DE00E94D106DF91CF911F910F91D8 |
|
152 |
:06094200FF90EF90089504 |
|
153 |
:100948000F931F93CF93DF9300E614E0F801108212 |
|
154 |
:1009580080938404C0E2D4E08C818E7F8C8383E012 |
|
155 |
:1009680090E00E94F1068C818F7D8C8383E090E07B |
|
156 |
:100978000E94F106F801108583E090E00E94F106DC |
|
157 |
:100988008C8180628C8383E090E00E94F1068C81E8 |
|
158 |
:1009980081608C83812FDF91CF911F910F910895F2 |
|
159 |
:1009A8000F931F93CF93DF9300E614E0F8011082B2 |
|
160 |
:1009B80080938404C0E2D4E08C818D7F8C8383E0B3 |
|
161 |
:1009C80090E00E94F1068C818F7D8C8383E090E01B |
|
162 |
:1009D8000E94F106F801108583E090E00E94F1067C |
|
163 |
:1009E8008C8180628C8383E090E00E94F1068C8188 |
|
164 |
:1009F80082608C83812FDF91CF911F910F91089591 |
|
165 |
:100A08000F931F93CF93DF9300E614E0F801108251 |
|
166 |
:100A180080938404C0E2D4E08C818B7F8C8383E054 |
|
167 |
:100A280090E00E94F1068C818F7D8C8383E090E0BA |
|
168 |
:100A38000E94F106F801108583E090E00E94F1061B |
|
169 |
:100A48008C8180628C8383E090E00E94F1068C8127 |
|
170 |
:100A580084608C83812FDF91CF911F910F9108952E |
|
171 |
:100A68000F931F93CF93DF9300E614E0F8011082F1 |
|
172 |
:100A780080938404C0E2D4E08C81877F8C8383E0F8 |
|
173 |
:100A880090E00E94F1068C818F7D8C8383E090E05A |
|
174 |
:100A98000E94F106F801108583E090E00E94F106BB |
|
175 |
:100AA8008C8180628C8383E090E00E94F1068C81C7 |
|
176 |
:100AB80088608C83812FDF91CF911F910F910895CA |
|
177 |
:100AC8000F931F93CF93DF9300E614E09FEFF80195 |
|
178 |
:100AD8009083609384048483C0E2D4E08C818E7F09 |
|
179 |
:100AE8008C8383E090E00E94F1068C818F7E8C835A |
|
180 |
:100AF80083E090E00E94F1068C8180618C8383E022 |
|
181 |
:100B080090E00E94F1068C8181608C83F80110824C |
|
182 |
:0A0B1800DF91CF911F910F91089516 |
|
183 |
:100B22000F931F93CF93DF9300E614E09FEFF8013A |
|
184 |
:100B32009083609384048483C0E2D4E08C818D7FAF |
|
185 |
:100B42008C8383E090E00E94F1068C818F7E8C83FF |
|
186 |
:100B520083E090E00E94F1068C8180618C8383E0C7 |
|
187 |
:100B620090E00E94F1068C8182608C83F8011082F1 |
|
188 |
:0A0B7200DF91CF911F910F910895BC |
|
189 |
:100B7C000F931F93CF93DF9300E614E09FEFF801E0 |
|
190 |
:100B8C009083609384048483C0E2D4E08C818B7F57 |
|
191 |
:100B9C008C8383E090E00E94F1068C818F7E8C83A5 |
|
192 |
:100BAC0083E090E00E94F1068C8180618C8383E06D |
|
193 |
:100BBC0090E00E94F1068C8184608C83F801108295 |
|
194 |
:0A0BCC00DF91CF911F910F91089562 |
|
195 |
:100BD6000F931F93CF93DF9300E614E09FEFF80186 |
|
196 |
:100BE6009083609384048483C0E2D4E08C81877F01 |
|
197 |
:100BF6008C8383E090E00E94F1068C818F7E8C834B |
|
198 |
:100C060083E090E00E94F1068C8180618C8383E012 |
|
199 |
:100C160090E00E94F1068C8188608C83F801108236 |
|
200 |
:0A0C2600DF91CF911F910F91089507 |
|
201 |
:100C30008F938FB78F93AF93BF93EF93FF93ADE0F5 |
|
202 |
:100C4000B5E7EC91F0E080910008E45FFB48818318 |
|
203 |
:100C50008C918F3F21F0FD0180818F5F8083FF9118 |
|
204 |
:0E0C6000EF91BF91AF918F918FBF8F9118953B |
|
205 |
:100C6E008F938FB78F93AF93BF93EF93FF93AAE0BA |
|
206 |
:100C7E00B4E7EC91F0E080916008E75FFC48818377 |
|
207 |
:100C8E008C918F3F21F0FD0180818F5F8083FF91DA |
|
208 |
:0E0C9E00EF91BF91AF918F918FBF8F911895FD |
|
209 |
:100CAC008F938FB78F93AF93BF93EF93FF93A7E07F |
|
210 |
:100CBC00B3E7EC91F0E080912008EA5FFD48818376 |
|
211 |
:100CCC008C918F3F21F0FD0180818F5F8083FF919C |
|
212 |
:0E0CDC00EF91BF91AF918F918FBF8F911895BF |
|
213 |
:100CEA008F938FB78F93AF93BF93EF93FF93A4E044 |
|
214 |
:100CFA00B2E7EC91F0E080918008ED5FFE488183D5 |
|
215 |
:100D0A008C918F3F21F0FD0180818F5F8083FF915D |
|
216 |
:0E0D1A00EF91BF91AF918F918FBF8F91189580 |
|
217 |
:100D28008F938FB78F93AF93BF93EF93FF93A1E008 |
|
218 |
:100D3800B1E7EC91F0E080914008E050F049818300 |
|
219 |
:100D48008C918F3F21F0FD0180818F5F8083FF911F |
|
220 |
:0E0D5800EF91BF91AF918F918FBF8F91189542 |
|
221 |
:100D66000F931F93502FE0E4F4E03081316030831D |
|
222 |
:100D7600E0E2F8E06087718790E8958390ED9683CE |
|
223 |
:100D8600022F000F000F000F402B80E1589F8001BB |
|
224 |
:0C0D96001124042B07831F910F91089576 |
|
225 |
:100DA200E0E2F8E0948195FFFDCF80932208E0E233 |
|
226 |
:100DB200F8E0848186FFFDCF80E4809324080895C3 |
|
227 |
:100DC20080910773882329F0E7E0F3E7808181505F |
|
228 |
:100DD2008083E0910773F0E0EA5FFD488181089526 |
|
229 |
:100DE200009741F020E030E000002F5F3F4F821774 |
|
230 |
:060DF2009307D1F70895FC |
|
231 |
:100DF800EC010E9454070E945307CE010E94550738 |
|
232 |
:060E0800CE010E9451071B |
|
233 |
:100E0E00E0E0FAE097A386A383E080831182118647 |
|
234 |
:020E1E00089535 |
|
235 |
:0E0E2000680034001A002F07330737073B071E |
|
236 |
:0A0E2E0085E00E94A404817008957D |
|
237 |
:0A0E380085E00E94D4048170089543 |
|
238 |
:0A0E420085E00E9404058170089508 |
|
239 |
:0A0E4C0085E00E94340581700895CE |
|
240 |
:080E560080910B0A81700895E0 |
Formats disponibles : Unified diff