Subject: Re: Various question...
To: Remi Zara <remi_zara@mac.com>
From: Nyef <nyef@softhome.net>
List: port-mac68k
Date: 01/17/2001 08:35:06
On Tue, 16 Jan 2001, Remi Zara wrote:

> * is there a tool to get assembly code out of raw data (which I would have
> read from the card ?)

I use "objdump -m 68000 -b binary --disassemble-all file.bin > file.dis".
Feel free to substitute other values for 68000 above.

I typically also use a program that does a hex dump with the ASCII
representation of the printable characters down the right side (for
searching for text strings and other possibly meaningful data).

Hope this helps.

---------------------------
All programming can be viewed as an exercise.
---------------------------
Alastair Bridgewater
e-mail: nyef@softhome.net