Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Peter Townson
On Feb 14, 2008, at 9:38 AM, Dave McGuire wrote: >I'd love to see that get done; I plan to do some Z180/HD64180 > stuff later this year. Dave When I was playing with the port access stuff I made contact with this gentleman - this is his web-site: home.comcast.net/~mcatudal His particular i

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Dave McGuire
On Feb 13, 2008, at 6:34 PM, Peter Townson wrote: >> There don't seem to be that many people using or working >> on the Z80 port of SDCC. > > I use it (infrequently) :-> > > Some years ago I implemented the SFR port access methods for the Z80 > (others kindly made my initial klunky attempts work pr

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Peter Townson
On Feb 13, 2008, at 6:06 PM, Maarten Brock wrote: > There don't seem to be that many people using or working > on the Z80 port of SDCC. I use it (infrequently) :-> Some years ago I implemented the SFR port access methods for the Z80 (others kindly made my initial klunky attempts work properly) -

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Art
Dave McGuire wrote: > On Feb 13, 2008, at 6:06 PM, Maarten Brock wrote: > >> There don't seem to be that many people using or working >> on the Z80 port of SDCC. >> > >[raises hand] > >I use it periodically, just FYI. > > -Dave > > [ and another hand ] I

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Philipp Klaus Krause
Maarten Brock schrieb: > Ernst, > > See also our oldest still open bug: 817589 > > There don't seem to be that many people using or working > on the Z80 port of SDCC. > > Sorry, > Maarten I use it. I worked on the Z80 peepholes last year and intend to improve dead code elimination this year.

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Dave McGuire
On Feb 13, 2008, at 6:06 PM, Maarten Brock wrote: > There don't seem to be that many people using or working > on the Z80 port of SDCC. [raises hand] I use it periodically, just FYI. -Dave -- Dave McGuire Port Charlotte, FL ---

Re: [Sdcc-user] cdb files for Z80 target

2008-02-13 Thread Maarten Brock
Ernst, See also our oldest still open bug: 817589 There don't seem to be that many people using or working on the Z80 port of SDCC. Sorry, Maarten > Hi! > > I am looking for a possibility to debug SW compiled by SDCC when running on > a Z180. The NoICE debugger seems interesting, also because

[Sdcc-user] cdb files for Z80 target

2008-02-11 Thread Ernst Stippl
Hi! I am looking for a possibility to debug SW compiled by SDCC when running on a Z180. The NoICE debugger seems interesting, also because it has a utility to convert sdcc's .cdb files into ".noi" files which are used by NoICE to know about symbols. I compiled with the --debug option, which cre