1GPDASM(1) Linux user's manual GPDASM(1)
2
3
4
6 gpdasm - GNU PIC disassembler
7
9 gpdasm [options] file
10
12 The information in this man page is an extract from the full documenta‐
13 tion of gputils and is limited to the meaning of the options. For com‐
14 plete and current documentation, refer to "gputils.ps" located in the
15 gputils docs directory.
16
18 gpdasm is an disassembler for Microchip (TM) PIC (TM) micro-con‐
19 trollers. gpdasm is part of gputils. Check the gputils(1) manpage for
20 details on other GNU PIC utilities.
21
23 -c, --mnemonics
24 Decode special mnemonics.
25
26 -h, --help
27 Show the usage message.
28
29 -i, --hex-info
30 Report extra information about input hex file. This information
31 includes file size and hex format.
32
33 -l, --list-chips
34 List the supported processors.
35
36 -m, --dump
37 Display the contents of instruction memory.
38
39 -p PROC, --processor PROC
40 Select the processor.
41
42 -s, --short
43 Output the short format. This format can be reassembled by
44 gpasm.
45
46 -v, --version
47 Show the version.
48
49 -y, --extended
50 Enable 18xx extended mode.
51
53 gputils(1)
54
56 Craig Franklin <craigfranklin@users.sourceforge.net>
57
59 Copyright (C) 2002, 2003, 2004, 2005 Craig Franklin
60
61 This program is free software; you can redistribute it and/or modify it
62 under the terms of the GNU General Public License as published by the
63 Free Software Foundation; either version 2 of the License, or (at your
64 option) any later version.
65
66 This program is distributed in the hope that it will be useful, but
67 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
68 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
69 Public License for more details.
70
71 You should have received a copy of the GNU General Public License along
72 with this program; if not, write to the Free Software Foundation, Inc.,
73 675 Mass Ave, Cambridge, MA 02139, USA.
74
75
76
77gputils-0.13.7 2007-10-27 GPDASM(1)