1GPVO(1) Linux user's manual GPVO(1)
2
3
4
6 gpvo - GNU PIC object file viewer
7
9 gpvo [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 gpvo is an COFF object file viewer for Microchip (TM) PIC (TM) micro-
19 controllers. COFF files are relocatable objects output from gpasm.
20 gpvo is part of gputils. Check the gputils(1) manpage for details on
21 other GNU PIC utilities.
22
24 -b, --binary
25 Display binary data.
26
27 -c, --mnemonics
28 Decode special mnemonics.
29
30 -f, --file
31 Display file header.
32
33 -h, --help
34 Show the usage message.
35
36 -o, --optional
37 Display optional header.
38
39 -r, --string
40 Display the string table.
41
42 -s, --section
43 Display sections.
44
45 -t, --symbol
46 Display symbol table.
47
48 -v, --version
49 Show the version.
50
51 -x FILE, --export FILE
52 Export the external symbols.
53
54 -y, --extended
55 Enable 18xx extended mode.
56
58 gputils(1)
59
61 Craig Franklin <craigfranklin@users.sourceforge.net>
62
64 Copyright (C) 2002, 2003, 2004, 2005 Craig Franklin
65
66 This program is free software; you can redistribute it and/or modify it
67 under the terms of the GNU General Public License as published by the
68 Free Software Foundation; either version 2 of the License, or (at your
69 option) any later version.
70
71 This program is distributed in the hope that it will be useful, but
72 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
73 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
74 Public License for more details.
75
76 You should have received a copy of the GNU General Public License along
77 with this program; if not, write to the Free Software Foundation, Inc.,
78 675 Mass Ave, Cambridge, MA 02139, USA.
79
80
81
82gputils-0.13.5 2007-10-27 GPVO(1)