18 |
|
-------- |
19 |
|
|
20 |
|
cxmon is an interactive command-driven file manipulation tool that is |
21 |
< |
inspired by the "Amiga Monitor" by Timo Rossi <trossi@jyu.fi>. It has |
22 |
< |
commands and features similar to a machine code monitor/debugger, but it |
23 |
< |
lacks any functions for running/tracing code. There are, however, built-in |
24 |
< |
PowerPC, 680x0, 80x86, 6502 and Z80 disassemblers. By default, cxmon operates |
25 |
< |
on a fixed-size (but adjustable) memory buffer with adresses starting at 0. |
21 |
> |
inspired by the "Amiga Monitor" by Timo Rossi. It has commands and features |
22 |
> |
similar to a machine code monitor/debugger, but it lacks any functions for |
23 |
> |
running/tracing code. There are, however, built-in PowerPC, 680x0, 80x86, |
24 |
> |
6502 and Z80 disassemblers and special support for disassembling MacOS code. |
25 |
> |
By default, cxmon operates on a fixed-size (but adjustable) memory buffer |
26 |
> |
with adresses starting at 0. |
27 |
|
|
28 |
|
|
29 |
|
Installation |