Epson S5U1C17001C Manual page 647

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

11 OTHEr TOOlS
-s (Hexadecimal dump display)
Displays the raw data of each section in the following display format:
Contents of section <section name>
<address> <raw data> <raw data> <raw data> <raw data> < ASCII characters>
. . . . .
<address> <raw data> <raw data> <raw data> <raw data> < ASCII characters>
Contents of section <section name>
<address> <raw data> <raw data> <raw data> <raw data> < ASCII characters>
. . . . .
C:\EPSON\gnu17\>objdump -s sample.elf
sample.elf:
file format elf32-c17
Contents of section .data:
Contents of section .rodata:
4000 90400000 88400000 80400000 80400000
4010 80400000 80400000 80400000 80400000
4020 80400000 80400000 80400000 80400000
. . . . .
Contents of section .text:
4080 00000000 0000fc13 00000000 00002801
4090 7e4000bc 0040b918 00400218 00402010
40a0 5c3e0099 00400040 00d9122a 14280040
. . . . .
-D (Disassembled display for all sections)
This option expands the display area by the -d option into all sections. The display format is the same as the
-d option.
-G (Display raw data of debugging information)
Displays the raw data of the debugging information. Normally, this information is not used. Refer to the gnu
documents or source codes for the display contents.
C:\EPSON\gnu17\>objdump -G sample.elf
sample.elf:
file format elf32-c17
Contents of .stab section:
Symnum n_type n_othr n_desc n_value
-1
HdrSym 0
0
SO
0
1
SLINE
0
2
SLINE
0
3
SLINE
0
4
SLINE
0
. . . . .
-S (Mixed source and disassembled code display)
Displays the disassembled information of all the executable sections and the corresponding source codes
together.
C:\EPSON\gnu17\>objdump -S sample.elf
sample.elf:
file format elf32-c17
Disassembly of section .text:
00004080 <__START_text>:
.text
11-20
n_strx String
249
000008b3 1
0
00004080 1
47
00004080 0
48
00004082 0
49
00004084 0
50
00004086 0
EPSOn
.@...@...@...@..
.@...@...@...@..
.@...@...@...@..
..............(.
~@...@...@...@ .
\>...@.@...*.(.@
boot.s
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
S5U1C17001C ManUal

Advertisement

Table of Contents
loading

Table of Contents