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 and exit.
35
36 -n, --no-names
37 Suppress filenames.
38
39 -s, --section
40 Display sections.
41
42 --strict-options
43 If this is set, then an option may not be parameter of an an‐
44 other option. For example: -x --symbol
45
46 -t, --symbol
47 Display symbol table.
48
49 -v, --version
50 Show the version information and exit.
51
52 -x FILE, --export FILE
53 Export the external symbols.
54
55 -y, --extended
56 Enable 18xx extended mode.
57
59 gputils(1)
60
62 Craig Franklin <craigfranklin@users.sourceforge.net>
63
65 Copyright (C) 2002, 2003, 2004, 2005 Craig Franklin
66
67 This program is free software; you can redistribute it and/or modify it
68 under the terms of the GNU General Public License as published by the
69 Free Software Foundation; either version 2 of the License, or (at your
70 option) any later version.
71
72 This program is distributed in the hope that it will be useful, but
73 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
74 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
75 Public License for more details.
76
77 You should have received a copy of the GNU General Public License along
78 with this program; if not, write to the Free Software Foundation, Inc.,
79 675 Mass Ave, Cambridge, MA 02139, USA.
80
81
82
83gputils-1.5.2 2016-02-28 GPVO(1)