Révision 95a3914f
Version 1.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/RS232_MUX.X/dist/default/production/RS232_MUX.X.production.hex | ||
---|---|---|
1 |
:100000000C9477000C9401080C9401080C940108DE |
|
2 |
:100010000C9401080C9401080C9401080C9401083C |
|
3 |
:100020000C9401080C9401080C9401080C9401082C |
|
4 |
:100030000C9401080C9401080C9401080C9401081C |
|
5 |
:100040000C9401080C9401080C9401080C94CA0645 |
|
6 |
:100050000C9401080C9401080C9401080C940108FC |
|
7 |
:100060000C9401080C9401080C9401080C940108EC |
|
8 |
:100070000C9401080C9401080C9401080C940807D6 |
|
9 |
:100080000C9401080C9401080C9401080C940108CC |
|
10 |
:100090000C9401080C9446070C9401080C94010878 |
|
11 |
:1000A0000C9401080C9401080C9401080C940108AC |
|
12 |
:1000B0000C9401080C9401080C9401080C9401089C |
|
13 |
:1000C0000C9401080C9401080C9401080C9401088C |
|
14 |
:1000D0000C94E9060C9401080C9401080C94270771 |
|
15 |
:1000E0000C9401080C940108700076108000112413 |
|
16 |
:1000F0001FBECFEFCDBFDFE7DEBFE8EEF0E040E0B0 |
|
17 |
:1001000017C0B591A59135912591059107FD0CC0BA |
|
18 |
:1001100095918591EF01F92FE82F05900D92A21787 |
|
19 |
:10012000B307D9F7FE0104C01D92A217B307E1F788 |
|
20 |
:10013000ED3EF40731F70E94A1000C94AE07F8944D |
|
21 |
:02014000FFCFEF |
|
22 |
:10014200CF93DF93CDB7DEB7CC54D140CDBFDEBF66 |
|
23 |
:10015200CF5BDE4F1882C154D140FE01EE5BFE4FF1 |
|
24 |
:1001620085E0DF011D928A95E9F7C95BDE4F1882AF |
|
25 |
:1001720019821A821B82C754D14088E893E10E94F7 |
|
26 |
:10018200A307FE01EF5BFF4FCE018F579F4F1192E6 |
|
27 |
:10019200E817F907E1F7FE01EF57FF4FCE018F5342 |
|
28 |
:1001A2009F4F1192E817F907E1F7FE01EF53FF4F56 |
|
29 |
:1001B200CE018F5F9E4F1192E817F907E1F7FE011A |
|
30 |
:1001C200EF5FFE4FCE018F5B9E4F1192E817F9074A |
|
31 |
:1001D200E1F794E288ED84BF9093680000E814E0B0 |
|
32 |
:1001E200F801808187608083E0E2F4E080818063AF |
|
33 |
:1001F200808380818F608083D8018C9188608C930A |
|
34 |
:100202008481816084838481826084838481846028 |
|
35 |
:1002120084838481886084838481806184838481EF |
|
36 |
:100222008062848314968C911497886014968C93C0 |
|
37 |
:1002320084E690E00E94A307F8018481877F84838B |
|
38 |
:1002420085E090E00E94A30720E040E063E088E6BA |
|
39 |
:100252000E94D90320E040E063E088E60E94200487 |
|
40 |
:1002620020E040E063E088E60E94670420E040E08E |
|
41 |
:1002720063E088E60E94AE0400E020E043E061E42F |
|
42 |
:1002820073E080E090E00E94650784EF91E00E94B5 |
|
43 |
:10029200A30780E69AEE0E94B90778948FE38093D1 |
|
44 |
:1002A200000410E0812C912CA12CB12CC55BDE4FF7 |
|
45 |
:1002B20018821982CB54D140C12CD12CE12CF12CC3 |
|
46 |
:1002C200212C312C412C6624639406C0143020F07A |
|
47 |
:1002D20000000000000000005394F7E05F1201C02C |
|
48 |
:1002E20000000E94C907882389F0CE5BDE4F688236 |
|
49 |
:1002F200C254D1400E94F107E1E4F0E0EC0FFD1F8F |
|
50 |
:10030200E00FF11D80830F5FC12CD12C0E94CE071C |
|
51 |
:100312008823A9F0CD5BDE4F6882C354D1400E948E |
|
52 |
:10032200F507E1E8F0E0EC0FFD1FE40DF11D80831D |
|
53 |
:100332004394C55BDE4F18821982CB54D1400E9490 |
|
54 |
:10034200D307882389F0CC5BDE4F6882C454D14046 |
|
55 |
:100352000E94F907E1ECF0E0EC0FFD1FE30DF11D47 |
|
56 |
:1003620080833394A12CB12C0E94D807882389F072 |
|
57 |
:10037200CB5BDE4F6882C554D1400E94FD07E1E0AD |
|
58 |
:10038200F1E0EC0FFD1FE20DF11D80832394812C1F |
|
59 |
:10039200912CA7E0B3E78C918823B1F0CA5BDE4FC2 |
|
60 |
:1003A2006882C654D1400E949307E1E0F0E0EC0F6E |
|
61 |
:1003B200FD1FE70DF11D808373940E94DD078111FB |
|
62 |
:1003C20008C0E12CF12C38C00E94DD07882381F19E |
|
63 |
:1003D20002C0E12CF12C772019F0BFEFEB1AFB0AD7 |
|
64 |
:1003E200002319F0EFEFCE1ADE0A442069F0C55B54 |
|
65 |
:1003F200DE4F88819981CB54D1400196C55BDE4F97 |
|
66 |
:1004020088839983CB54D140332019F09FEFA91AE6 |
|
67 |
:10041200B90A222019F0AFEF8A1A9A0ABE016E5B5E |
|
68 |
:100422007E4FCE018F5B9E4F0E94E70260920B0AC5 |
|
69 |
:10043200B6E0EB16F10418F4EFE3E71540F4672D8C |
|
70 |
:10044200CE0101960E946603E12CF12C712C111150 |
|
71 |
:1004520024C0F6E0CF16D10418F4003408F473C0B7 |
|
72 |
:1004620044E0BE01695B7E4F80E00E94E805182FE0 |
|
73 |
:10047200843020F00000000000000000CF5BDE4F5F |
|
74 |
:100482006882C154D14040E0602FCE018F5B9F4F04 |
|
75 |
:100492000E94F504C12CD12C00E0113069F5C55B36 |
|
76 |
:1004A200DE4F88819981CB54D140069720F49FE397 |
|
77 |
:1004B200941508F06EC044E0BE01695B7E4F862D44 |
|
78 |
:1004C2000E94E805182F843020F000000000000090 |
|
79 |
:1004D2000000CF5BDE4F6882C154D140462D642DAF |
|
80 |
:1004E200CE018F579F4F0E94F504C55BDE4F1882E5 |
|
81 |
:1004F2001982CB54D140412C123029F5A6E0AA161C |
|
82 |
:10050200B10420F4BFE3B31508F043C044E0BE01D8 |
|
83 |
:10051200695B7E4F82E00E94E805182F843020F04C |
|
84 |
:100522000000000000000000CF5BDE4F6882C15473 |
|
85 |
:10053200D14042E0632DCE018F539F4F0E94F504BC |
|
86 |
:10054200A12CB12C312C133021F5E6E08E1691044A |
|
87 |
:1005520018F4FFE3F215E8F444E0BE01695B7E4F54 |
|
88 |
:1005620083E00E94E805182F843020F0000000008C |
|
89 |
:1005720000000000CF5BDE4F6882C154D14043E0EF |
|
90 |
:10058200622DCE018F5F9E4F0E94F504812C912C2B |
|
91 |
:10059200212C011105C0C95BDE4F1882C754D1401E |
|
92 |
:1005A200411005C0C85BDE4F1882C854D1403110DB |
|
93 |
:1005B20005C0C75BDE4F1882C954D140211086CED8 |
|
94 |
:0C05C200C65BDE4F1882CA54D14080CEC8 |
|
95 |
:1005CE00FB01DC012C91222359F0A0E0B4E014963B |
|
96 |
:1005DE002C911497206214962C93DC011C9208C067 |
|
97 |
:1005EE00A0E0B4E014968C9114978F7D14968C93A2 |
|
98 |
:1005FE008481882351F0A0E0B4E014968C91149776 |
|
99 |
:10060E00806114968C93148208C0A0E0B4E0149616 |
|
100 |
:10061E008C9114978F7E14968C938081882351F041 |
|
101 |
:10062E00A0E0B4E014968C911497816014968C938C |
|
102 |
:10063E00108208C0A0E0B4E014968C9114978E7FBF |
|
103 |
:10064E0014968C938181882351F0A0E0B4E0149627 |
|
104 |
:10065E008C911497826014968C93118208C0A0E03E |
|
105 |
:10066E00B4E014968C9114978D7F14968C9382819E |
|
106 |
:10067E00882351F0A0E0B4E014968C911497846016 |
|
107 |
:10068E0014968C93128208C0A0E0B4E014968C915C |
|
108 |
:10069E0014978B7F14968C938381882351F0A0E05E |
|
109 |
:1006AE00B4E014968C911497886014968C931382F0 |
|
110 |
:0E06BE000895E0E0F4E08481877F848308954E |
|
111 |
:1006CC00CF92DF92EF92FF920F931F93CF93DF9312 |
|
112 |
:1006DC00CDB7DEB72897CDBFDEBFAC0188E0EAE826 |
|
113 |
:1006EC00FFE8DE01119601900D928A95E1F7DA018F |
|
114 |
:1006FC00EFE0F5E72FE036E79D919193E217F307D2 |
|
115 |
:10070C00D9F780910F76823009F400008091107532 |
|
116 |
:10071C00833009F40000FA0180818230C1F58281B6 |
|
117 |
:10072C008432A9F58381843291F5862F90E0E80F0D |
|
118 |
:10073C00F91F319720812D3051F50297DA01A80F5E |
|
119 |
:10074C00B91F8C918A3019F5FA018181815481830A |
|
120 |
:10075C00833010F490E002C083E090E0880F991F82 |
|
121 |
:10076C00FE01E80FF91FC180D280862F90E002971E |
|
122 |
:10077C0005976CF08A010C5F1F4F7D01F801819188 |
|
123 |
:10078C008F0190E0F60109950E151F05B9F7289613 |
|
124 |
:10079C00CDBFDEBFDF91CF911F910F91FF90EF90F6 |
|
125 |
:0607AC00DF90CF900895DC |
|
126 |
:1007B2000F931F93CF93DF93082FD62F142FC22F9F |
|
127 |
:1007C20083E00E94280584E190E00E94A30763E091 |
|
128 |
:1007D20080E80E94160684E190E00E94A30761E08F |
|
129 |
:1007E20080E00E94160684E190E00E94A30760E088 |
|
130 |
:1007F200802F0E94160684E190E00E94A30783E006 |
|
131 |
:100802000E9428058F77CC0FCC0F110F110F110FFB |
|
132 |
:10081200C12B8D2B63E08C2B0E94160684E190E0A5 |
|
133 |
:100822000E94A30762E081E00E94160684E190E044 |
|
134 |
:0E0832000E94A307DF91CF911F910F910895AF |
|
135 |
:100840000F931F93CF93DF93082FD62F142FC22F10 |
|
136 |
:1008500083E00E94580584E190E00E94A30763E0D2 |
|
137 |
:1008600080E80E94430684E190E00E94A30761E0D3 |
|
138 |
:1008700080E00E94430684E190E00E94A30760E0CC |
|
139 |
:10088000802F0E94430684E190E00E94A30783E04A |
|
140 |
:100890000E9458058F77CC0FCC0F110F110F110F3D |
|
141 |
:1008A000C12B8D2B63E08C2B0E94430684E190E0EA |
|
142 |
:1008B0000E94A30762E081E00E94430684E190E089 |
|
143 |
:0E08C0000E94A307DF91CF911F910F91089521 |
|
144 |
:1008CE000F931F93CF93DF93082FD62F142FC22F82 |
|
145 |
:1008DE0083E00E94880584E190E00E94A30763E014 |
|
146 |
:1008EE0080E80E94700684E190E00E94A30761E018 |
|
147 |
:1008FE0080E00E94700684E190E00E94A30760E011 |
|
148 |
:10090E00802F0E94700684E190E00E94A30783E08E |
|
149 |
:10091E000E9488058F77CC0FCC0F110F110F110F7E |
|
150 |
:10092E00C12B8D2B63E08C2B0E94700684E190E02E |
|
151 |
:10093E000E94A30762E081E00E94700684E190E0CD |
|
152 |
:0E094E000E94A307DF91CF911F910F91089592 |
|
153 |
:10095C000F931F93CF93DF93082FD62F142FC22FF3 |
|
154 |
:10096C0083E00E94B80584E190E00E94A30763E055 |
|
155 |
:10097C0080E80E949D0684E190E00E94A30761E05C |
|
156 |
:10098C0080E00E949D0684E190E00E94A30760E055 |
|
157 |
:10099C00802F0E949D0684E190E00E94A30783E0D3 |
|
158 |
:1009AC000E94B8058F77CC0FCC0F110F110F110FC0 |
|
159 |
:1009BC00C12B8D2B63E08C2B0E949D0684E190E073 |
|
160 |
:1009CC000E94A30762E081E00E949D0684E190E012 |
|
161 |
:0E09DC000E94A307DF91CF911F910F91089504 |
|
162 |
:1009EA00EF92FF920F931F93CF93DF937C01162F01 |
|
163 |
:1009FA00C42F82E00E94830781E48C0F0E94830740 |
|
164 |
:100A0A0084E20E94830784E20E948307112371F023 |
|
165 |
:100A1A00E7011150012F10E00F5F1F4F0E0D1F1D30 |
|
166 |
:100A2A0089910E948307C017D107D1F78AE00E94F3 |
|
167 |
:100A3A0083078DE00E948307DF91CF911F910F9169 |
|
168 |
:060A4A00FF90EF900895FB |
|
169 |
:100A50000F931F93CF93DF9300E614E0F801108209 |
|
170 |
:100A600080938404C0E2D4E08C818E7F8C8383E009 |
|
171 |
:100A700090E00E94A3078C818F7D8C8383E090E0BF |
|
172 |
:100A80000E94A307F801108583E090E00E94A3076D |
|
173 |
:100A90008C8180628C8383E090E00E94A3078C812C |
|
174 |
:100AA00081608C83812FDF91CF911F910F910895E9 |
|
175 |
:100AB0000F931F93CF93DF9300E614E0F8011082A9 |
|
176 |
:100AC00080938404C0E2D4E08C818D7F8C8383E0AA |
|
177 |
:100AD00090E00E94A3078C818F7D8C8383E090E05F |
|
178 |
:100AE0000E94A307F801108583E090E00E94A3070D |
|
179 |
:100AF0008C8180628C8383E090E00E94A3078C81CC |
|
180 |
:100B000082608C83812FDF91CF911F910F91089587 |
|
181 |
:100B10000F931F93CF93DF9300E614E0F801108248 |
|
182 |
:100B200080938404C0E2D4E08C818B7F8C8383E04B |
|
183 |
:100B300090E00E94A3078C818F7D8C8383E090E0FE |
|
184 |
:100B40000E94A307F801108583E090E00E94A307AC |
|
185 |
:100B50008C8180628C8383E090E00E94A3078C816B |
|
186 |
:100B600084608C83812FDF91CF911F910F91089525 |
|
187 |
:100B70000F931F93CF93DF9300E614E0F8011082E8 |
|
188 |
:100B800080938404C0E2D4E08C81877F8C8383E0EF |
|
189 |
:100B900090E00E94A3078C818F7D8C8383E090E09E |
|
190 |
:100BA0000E94A307F801108583E090E00E94A3074C |
|
191 |
:100BB0008C8180628C8383E090E00E94A3078C810B |
|
192 |
:100BC00088608C83812FDF91CF911F910F910895C1 |
|
193 |
:100BD000442331F1FB012FEF240F30E02F5F3F4F13 |
|
194 |
:100BE000260F371F90819F5F9193E217F307D1F78C |
|
195 |
:100BF000FB01E80FF11D1082423080F0FB013196BD |
|
196 |
:100C000091E080E03191DB01A80FB11D2C912317F9 |
|
197 |
:100C100008F4892F9F5F4913F5CF089580E0089568 |
|
198 |
:0C0C2000FB01E80FF11D108280E0089538 |
|
199 |
:100C2C000F931F93CF93DF9300E614E09FEFF8012F |
|
200 |
:100C3C009083609384048483C0E2D4E08C818E7FA3 |
|
201 |
:100C4C008C8383E090E00E94A3078C818F7E8C8341 |
|
202 |
:100C5C0083E090E00E94A3078C8180618C8383E009 |
|
203 |
:100C6C0090E00E94A3078C8181608C83F801108234 |
|
204 |
:0A0C7C00DF91CF911F910F910895B1 |
|
205 |
:100C86000F931F93CF93DF9300E614E09FEFF801D5 |
|
206 |
:100C96009083609384048483C0E2D4E08C818D7F4A |
|
207 |
:100CA6008C8383E090E00E94A3078C818F7E8C83E7 |
|
208 |
:100CB60083E090E00E94A3078C8180618C8383E0AF |
|
209 |
:100CC60090E00E94A3078C8182608C83F8011082D9 |
|
210 |
:0A0CD600DF91CF911F910F91089557 |
|
211 |
:100CE0000F931F93CF93DF9300E614E09FEFF8017B |
|
212 |
:100CF0009083609384048483C0E2D4E08C818B7FF2 |
|
213 |
:100D00008C8383E090E00E94A3078C818F7E8C838C |
|
214 |
:100D100083E090E00E94A3078C8180618C8383E054 |
|
215 |
:100D200090E00E94A3078C8184608C83F80110827C |
|
216 |
:0A0D3000DF91CF911F910F910895FC |
|
217 |
:100D3A000F931F93CF93DF9300E614E09FEFF80120 |
|
218 |
:100D4A009083609384048483C0E2D4E08C81877F9B |
|
219 |
:100D5A008C8383E090E00E94A3078C818F7E8C8332 |
|
220 |
:100D6A0083E090E00E94A3078C8180618C8383E0FA |
|
221 |
:100D7A0090E00E94A3078C8188608C83F80110821E |
|
222 |
:0A0D8A00DF91CF911F910F910895A2 |
|
223 |
:100D94008F938FB78F93AF93BF93EF93FF93ADE090 |
|
224 |
:100DA400B5E7EC91F0E080910008E45FFB488183B3 |
|
225 |
:100DB4008C918F3F21F0FD0180818F5F8083FF91B3 |
|
226 |
:0E0DC400EF91BF91AF918F918FBF8F911895D6 |
|
227 |
:100DD2008F938FB78F93AF93BF93EF93FF93AAE055 |
|
228 |
:100DE200B4E7EC91F0E080916008E75FFC48818312 |
|
229 |
:100DF2008C918F3F21F0FD0180818F5F8083FF9175 |
|
230 |
:0E0E0200EF91BF91AF918F918FBF8F91189597 |
|
231 |
:100E10008F938FB78F93AF93BF93EF93FF93A7E019 |
|
232 |
:100E2000B3E7EC91F0E080912008EA5FFD48818310 |
|
233 |
:100E30008C918F3F21F0FD0180818F5F8083FF9136 |
|
234 |
:0E0E4000EF91BF91AF918F918FBF8F91189559 |
|
235 |
:100E4E008F938FB78F93AF93BF93EF93FF93A4E0DE |
Formats disponibles : Unified diff