ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/cxmon.1
Revision: 1.1
Committed: 2000-10-15T15:07:10Z (23 years, 6 months ago) by cebix
Branch: MAIN
Log Message:
- extended to 8080 disassembler to a Z80 disassembler
- program renamed to "cxmon"

File Contents

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