ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/mon.1
Revision: 1.4
Committed: 2000-10-15T15:07:10Z (23 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
Log Message:
- extended to 8080 disassembler to a Z80 disassembler
- program renamed to "cxmon"

File Contents

# User Rev Content
1 cebix 1.2 .TH mon 1 "September, 2000"
2 cebix 1.1 .SH NAME
3     mon \- a command-driven file monitor
4     .SH SYNOPSIS
5     .B mon
6 cebix 1.3 [\-m] [\-r]
7 cebix 1.1 .RI [ commands\&... ]
8     .SH DESCRIPTION
9     .B mon
10 cebix 1.3 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 8080 disassemblers. By default, mon operates on a
15     fixed-size (but adjustable) memory buffer with adresses starting at 0.
16 cebix 1.1 .PP
17     Type "h" to get a list of supported commands.
18     .PP
19 cebix 1.3 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 mon operate in real (virtual) memory space instead of an allocated
28     buffer
29 cebix 1.1 .PP
30 cebix 1.3 If no additional command line arguments are given, mon enters interactive
31     mode. Otherwise, all remaining arguments are interpreted and executed as mon
32     commands.
33 cebix 1.1 .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 cebix 1.3 .br
40     GNU binutils disassemblers Copyright \(co 1988, 89, 91, 93, 94, 95, 96, 97, 1998
41     Free Software Foundation, Inc.
42 cebix 1.1
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.