Re: [cc65] DA65 GEOS Disassembly?

Date view Thread view Subject view

From: Marko Mäkelä (marko.makela_at_hut.fi)
Date: 2003-10-29 18:00:58


On Thu, Oct 30, 2003 at 12:48:03AM +1030, Todd Elliott wrote:
> Secondly, is there a good freeware file compare utility for Windows or
> LINUX?  I'm using HexCmp 2.0.0.3, a windows utility

I assume that you are looking for a tool that compares hexdumps.  I use
separate tools for producing hexdumps
od -Ax -t x1 file.bin > file.hex
or
hexdump -e '"%05.5_ax: " 16/1 "%02x "' -e '" : " 16/1 "%_p" "\n"' f.bin>f.hex
and for viewing the differences, e.g., ediff-buffers in GNU Emacs, or
GNU diff.

	Marko
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-10-29 18:04:04 CET