1GPVC(1) Linux user's manual GPVC(1)
2
3
4
6 gpvc - GNU PIC COD file viewer
7
9 gpvc [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 gpvc is an COD file viewer for Microchip (TM) PIC (TM) micro-con‐
19 trollers. COD files are and output from gpasm. They contain informa‐
20 tion used for simulation. gpvc is part of gputils. Check the
21 gputils(1) manpage for details on other GNU PIC utilities.
22
24 -a,--all
25 Display all information in the COD file.
26
27 -d,--directory
28 Display directory header.
29
30 -l,--listing
31 Display source listing.
32
33 -m,--message
34 Display debug message area.
35
36 -h, --help
37 Show the usage message and exit.
38
39 -r,--rom
40 Display ROM.
41
42 -s,--symbols
43 Display symbols.
44
45 -v,--version
46 Show the version information and exit.
47
48 -w, --wide
49 Show code table in wider view.
50
52 gputils(1)
53
55 Craig Franklin <craigfranklin@users.sourceforge.net>
56
58 Copyright (C) 2002, 2003, 2004, 2005 Scott Dattalo
59
60 This program is free software; you can redistribute it and/or modify it
61 under the terms of the GNU General Public License as published by the
62 Free Software Foundation; either version 2 of the License, or (at your
63 option) any later version.
64
65 This program is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
67 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
68 Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this program; if not, write to the Free Software Foundation, Inc.,
72 675 Mass Ave, Cambridge, MA 02139, USA.
73
74
75
76gputils-1.5.0 2016-08-07 GPVC(1)