[Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread Ardillas del Monte
Hi, I'm trying to find some way of compiling C code for the Z380, with 32bit linear addressing. The Z380 is compatible with the Z80, so any Z80 compiler could be a good start point. Unfortunately, LLVM backends for the Z80 haven't reached production status. And SDCC seems focused in 8bit CPUs. B

[Sdcc-user] 答复: Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread feqin fan
the frontend of sdcc has lots of features of mcs-51, so, in my opinion, 32bit addressing should a hard work. -原始邮件- 发件人: "Ardillas del Monte" 发送时间: ‎2014/‎5/‎31 19:39 收件人: "sdcc-user@lists.sourceforge.net" 主题: [Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing? Hi, I

Re: [Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread Ardillas del Monte
On Sat, May 31, 2014 at 3:10 PM, Alan Cox wrote: > On Sat, 31 May 2014 13:38:55 +0200 > > Ardillas del Monte wrote: > > > > Hi, > > I'm trying to find some way of compiling C code for the Z380, with 32bit > > linear addressing. The Z380 is compatible with the Z80, so any Z80 compiler > > could be

Re: [Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread Alan Cox
On Sat, 31 May 2014 13:38:55 +0200 Ardillas del Monte wrote: > Hi, > > I'm trying to find some way of compiling C code for the Z380, with 32bit > linear addressing. The Z380 is compatible with the Z80, so any Z80 compiler > could be a good start point. I think not. The Z80 is a horrible process

Re: [Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31.05.2014 15:10, Alan Cox wrote: > On Sat, 31 May 2014 13:38:55 +0200 Ardillas del Monte > wrote: > >> Hi, >> >> I'm trying to find some way of compiling C code for the Z380, >> with 32bit linear addressing. The Z380 is compatible with the >> Z8

Re: [Sdcc-user] Could SDCC support the Zilog Z380 with 32bit addressing?

2014-05-31 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31.05.2014 13:38, Ardillas del Monte wrote: > Hi, > > I'm trying to find some way of compiling C code for the Z380, with > 32bit linear addressing. The Z380 is compatible with the Z80, so > any Z80 compiler could be a good start point. > > Unfortu