--- mon/mon.1 2000/04/24 13:15:32 1.1 +++ mon/mon.1 2000/09/25 17:52:30 1.3 @@ -1,43 +1,44 @@ -.TH mon 1 "October, 1999" +.TH mon 1 "September, 2000" .SH NAME mon \- a command-driven file monitor .SH SYNOPSIS .B mon -.RI [ commands\&... ] -.br -.B rmon +[\-m] [\-r] .RI [ commands\&... ] .SH DESCRIPTION .B mon -is an interactive command-driven file manipulation tool that is inspired -by the "Amiga Monitor" by Timo Rossi . It has commands and -features similar to a machine code monitor/debugger, but it is not intended -to be used for debugging. It doesn't operate on physical or virtual RAM -locations of a process but rather on a fixed-size (but adjustable) buffer with -adresses starting at 0. Also, there are no commands to trace code, set -breakpoints etc. There are, however, built-in PowerPC, 680x0, 6502 and 8080 -disassemblers. -.PP -If you give no command line arguments, mon enters interactive mode. -Otherwise, all arguments are interpreted and executed as mon commands. +is an interactive command-driven file manipulation tool that is inspired by +the "Amiga Monitor" by Timo Rossi . It has commands and +features similar to a machine code monitor/debugger, but it lacks any +functions for running/tracing code. There are, however, built-in PowerPC, +680x0, 80x86, 6502 and 8080 disassemblers. By default, mon operates on a +fixed-size (but adjustable) memory buffer with adresses starting at 0. .PP Type "h" to get a list of supported commands. .PP -When mon is started as -.BR rmon , -it enters "real mode". That is, all memory related functions no longer -operate on the buffer but on "real" (virtual) memory. This is probably -of not much use. -.PP For more information, see the included "README" file. -.SH BUGS -Some 680x0 instructions (especially FPU and MMU) are not disassembled. +.SH OPTIONS +.TP +.B \-m +enables symbolic MacOS A-Trap and low memory globals display in the 680x0 +disassembler +.TP +.B \-r +makes mon operate in real (virtual) memory space instead of an allocated +buffer +.PP +If no additional command line arguments are given, mon enters interactive +mode. Otherwise, all remaining arguments are interpreted and executed as mon +commands. .SH AUTHOR Christian Bauer .br Marc Hellwig .SH COPYRIGHT Copyright \(co 1997-2000 Christian Bauer, Marc Hellwig +.br +GNU binutils disassemblers Copyright \(co 1988, 89, 91, 93, 94, 95, 96, 97, 1998 +Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by