ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/ChangeLog
Revision: 1.10
Committed: 2007-06-07T09:51:56Z (16 years, 9 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -0 lines
Log Message:
Add MIPS disassembler invoked as "dm" and "dmel" (little-endian) for now.

File Contents

# Content
1 V3.X - Added MIPS disassembler with "dm" and "dmel" commands
2 V3.2 - 64-bit fixes to 680x0 disassembler, added AltiVec instructions to PPC
3 disassembler, fixes to Z80 disassembler (hl->ix/iy and relative jumps)
4 V3.1 - Make LowMem globals as predefined variables, fix 64-bit support, enable
5 x86-64 disassembler with "d8664" command, removed input line length
6 restrictions
7 V3.0 - Replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils,
8 added symbolic display of MacOS low memory globals to PPC disassembler,
9 MacOS features in PPC disassembler are controlled by "-m" argument,
10 real memory mode is entered by "-r" argument, extended 8080 disassembler
11 to Z80, name changed from "mon" to "cxmon"
12 V2.2 - Switched to autoconf/automake, fixed some minor bugs in the PPC
13 disassembler, commands made modular, added binary dump (b) command
14 V2.1 - Compiled for BeOS R4, opens Terminal window when started from Tracker,
15 implemented 8080 disassembler, included Unix makefile
16 V2.0 - Unified PPC and x86 release
17 V1.5 - Non-interactive mode, real mode
18 V1.4 - Implemented 6502 and 680x0 disassemblers
19 V1.3 - Now uses libreadline
20 Disassembler: prints SPR names instead of numbers, fixed bugs
21 V1.0 - Initial release