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
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
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
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
-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
-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