<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Wed, 24 Mar 2010 22:35:48 +0100
From   : eelco@... (Eelco Huininga)
Subject: 32016 disassembler

You can also download objdump (part of binutils) for Linux at http://www.gnu.org/software/binutils/
Don't know if there's a Windows version available.
It took me a while to work out the command line to use for disassembling
32016 code. This is what I used:

$ ./objdump -b binary -D -m ns32k ./Pandora-v0.61.rom > ./Pandora-v0.61.asm

Looking at the disassembled code I think it's a bit buggy since it uses unsigned
integers as pointers e.g., but this might also be a 32016 'feature' :-)
Hope this is of use.

Cheers,
Eelco



Op 23-3-2010 16:40, Tom Walker wrote:
> I'm looking for a 32016 disassembler. Does anyone have such a thing? Preferably
that could run under Windows.
>
> Tom
>
>
>
>
>
> _______________________________________________
> bbc-micro mailing list
> bbc-micro@...
> http://lists.cloud9.co.uk/mailman/listinfo/bbc-micro
>
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>