6 |
|
Freely distributable |
7 |
|
|
8 |
|
|
9 |
+ |
License |
10 |
+ |
------- |
11 |
+ |
|
12 |
+ |
mon is available under the terms of the GNU General Public License. See the |
13 |
+ |
file "COPYING" that is included in the distribution for details. |
14 |
+ |
|
15 |
+ |
|
16 |
|
Overview |
17 |
|
-------- |
18 |
|
|
29 |
|
Installation |
30 |
|
------------ |
31 |
|
|
32 |
< |
There are precompiled binaries for BeOS included in the archive. mon doesn't |
26 |
< |
need any auxiliary files. |
27 |
< |
|
28 |
< |
To compile under Unix, cd to "src", edit "Makefile" and type "make". |
32 |
> |
Please consult the file "INSTALL" for installation instructions. |
33 |
|
|
34 |
|
|
35 |
|
Usage |
166 |
|
of "." is set to the address after the last address displayed. |
167 |
|
|
168 |
|
|
169 |
+ |
b [start [end]] Binary memory dump |
170 |
+ |
|
171 |
+ |
displays the buffer contents from address "start" to address "end" in a binary |
172 |
+ |
format. Entering "b" without arguments is equivalent to "b .". The value of |
173 |
+ |
"." is set to the address after the last address displayed. |
174 |
+ |
|
175 |
+ |
|
176 |
|
m [start [end]] Hex/ASCII memory dump |
177 |
|
|
178 |
|
displays the buffer contents from address "start" to address "end" as hex |
381 |
|
d 100 |
382 |
|
|
383 |
|
|
373 |
– |
Legal stuff |
374 |
– |
----------- |
375 |
– |
|
376 |
– |
Copyright 1997-1999 Christian Bauer. This program is freeware. You may do |
377 |
– |
whatever you want with it for personal use. Permission is granted to |
378 |
– |
redistribute this program free of charge, provided it is distributed in the |
379 |
– |
full archive with unmodified contents and no profit beyond the price of the |
380 |
– |
media on which it is distributed is made. Exception to the last rule: It may |
381 |
– |
be included on freeware/shareware collections on CD-ROM. There are no |
382 |
– |
warranties of any kind for this program. If you use this program, you do so |
383 |
– |
at your own risk. The authors are not responsible for any damages that might |
384 |
– |
result from using this program. |
385 |
– |
|
386 |
– |
|
384 |
|
History |
385 |
|
------- |
386 |
|
|
387 |
< |
V1.0 - Initial release |
391 |
< |
V1.3 - Now uses libreadline |
392 |
< |
Disassembler: prints SPR names instead of numbers, fixed bugs |
393 |
< |
V1.4 - Implemented 6502 and 680x0 disassemblers |
394 |
< |
V1.5 - Non-interactive mode, real mode |
395 |
< |
V2.0 - Unified PPC and x86 release |
396 |
< |
V2.1 - Compiled for BeOS R4, opens Terminal window when started from Tracker, |
397 |
< |
implemented 8080 disassembler, included Unix makefile |
398 |
< |
V2.2 - Switched from project files to makefiles on BeOS, fixed some minor |
399 |
< |
bugs in the PPC disassembler, commands made modular |
387 |
> |
Please consult the file "ChangeLog" for the release history. |
388 |
|
|
389 |
|
|
390 |
|
Christian Bauer |
391 |
< |
<cbauer@iphcip1.physik.uni-mainz.de> |
391 |
> |
<Christian.Bauer@uni-mainz.de> |
392 |
|
|
393 |
|
Marc Hellwig |
394 |
< |
<hellwig@iphcip1.physik.uni-mainz.de> |
394 |
> |
<Marc.Hellwig@uni-mainz.de> |