Re: [Sdcc-user] Z80 disassembler...

2013-03-30 Thread Richard Gray
Hi Guys, I did do the google thing, but there's nothing quite like a recommendation from someone that has actually "done it". I'd be disinclined to use something that comes as a binary - I'd rather compile it myself and then I can always figure out what is going on by looking at the source -

Re: [Sdcc-user] Z80 disassembler...

2013-03-29 Thread Philipp Klaus Krause
On 29.03.2013 19:51, Richard Gray wrote: > Hi Folks, > > I have a ROM image from a Z80-based board in Intel HEX format, and I could do > with a disassembler to unravel some of the code, can someone point me at such > a > thing? I've never really needed to use such a thing until lately. > z80d

Re: [Sdcc-user] Z80 disassembler...

2013-03-29 Thread Joel Davidson
A google search for "z-80 disassembler" yields a number of possibilities. You'll have to look through the results to see which ones can take input in intel hex format. Joel On Fri, 29 Mar 2013, it would appear that Richard Gray wrote: > Hi Folks, > > I have a ROM image from a Z80-based board in