1 |
.TH cxmon 1 "January, 2007" |
2 |
.SH NAME |
3 |
cxmon \- a command-line file manipulation tool and disassembler |
4 |
.SH SYNOPSIS |
5 |
.B cxmon |
6 |
[\-m] [\-r] |
7 |
.RI [ commands\&... ] |
8 |
.SH DESCRIPTION |
9 |
.B cxmon |
10 |
is an interactive command-driven file manipulation tool that is inspired by |
11 |
the "Amiga Monitor" by Timo Rossi. It has commands and features similar to a |
12 |
machine code monitor/debugger, but it lacks any functions for running/tracing |
13 |
code. There are, however, built-in PowerPC, 680x0, 80x86, 6502 and Z80 |
14 |
disassemblers and special support for disassembling MacOS code. By default, |
15 |
cxmon operates on a fixed-size (but adjustable) memory buffer with adresses |
16 |
starting at 0. |
17 |
.PP |
18 |
Type "h" to get a list of supported commands. |
19 |
.PP |
20 |
For more information, see the included "README" file. |
21 |
.SH OPTIONS |
22 |
.TP |
23 |
.B \-m |
24 |
enables symbolic MacOS A-Trap and low memory globals display in the 680x0 |
25 |
disassembler |
26 |
.TP |
27 |
.B \-r |
28 |
makes cxmon operate in real (virtual) memory space instead of an allocated |
29 |
buffer |
30 |
.PP |
31 |
If no additional command line arguments are given, cxmon enters interactive |
32 |
mode. Otherwise, all remaining arguments are interpreted and executed as cxmon |
33 |
commands. |
34 |
.SH AUTHORS |
35 |
Christian Bauer <www.cebix.net> |
36 |
.br |
37 |
Marc Hellwig <Marc.Hellwig@uni-mainz.de> |
38 |
.SH COPYRIGHT |
39 |
Copyright \(co 1997-2007 Christian Bauer, Marc Hellwig |
40 |
.br |
41 |
GNU binutils disassemblers Copyright \(co 1988, 89, 91, 93, 94, 95, 96, 97, 1998 |
42 |
Free Software Foundation, Inc. |
43 |
|
44 |
This program is free software; you can redistribute it and/or modify |
45 |
it under the terms of the GNU General Public License as published by |
46 |
the Free Software Foundation; either version 2 of the License, or |
47 |
(at your option) any later version. |
48 |
|
49 |
This program is distributed in the hope that it will be useful, |
50 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
51 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
52 |
GNU General Public License for more details. |
53 |
|
54 |
You should have received a copy of the GNU General Public License |
55 |
along with this program; if not, write to the Free Software |
56 |
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |