Re: [Sdcc-user] SDCC for 80C85

2012-07-02 Thread Philipp Klaus Krause
On 01.07.2012 22:16, Indy Sams wrote: > On 01.07.2012 16:12, Michael Hawkins wrote: >> Can >> anyone point me a general direction to begin? > > You could take the Z80 target and strip out anything that wasn't in the > 8080. > From there you would have an 8080 target and could add the

Re: [Sdcc-user] SDCC for 80C85

2012-07-02 Thread Philipp Klaus Krause
On 01.07.2012 22:16, Indy Sams wrote: > On 01.07.2012 16:12, Michael Hawkins wrote: >> Can >> anyone point me a general direction to begin? > > You could take the Z80 target and strip out anything that wasn't in the > 8080. > From there you would have an 8080 target and could add the

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Indy Sams
On 01.07.2012 16:12, Michael Hawkins wrote: > Can > anyone point me a general direction to begin? You could take the Z80 target and strip out anything that wasn't in the 8080. From there you would have an 8080 target and could add the extra 8085 instructions. According to

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Dave McGuire
On 07/01/2012 04:05 PM, Philipp Klaus Krause wrote: >> Can >> anyone point me a general direction to begin? > > Look at the structure of the existing ports: Is the 8085 similar enough > to one so th eports can share a lot of code (hc08 and s08 similar enough > to each other; z80, z180, gbz80, r2k

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Borut Ražem
On Sun, Jul 1, 2012 at 10:05 PM, Philipp Klaus Krause wrote: > On 01.07.2012 16:12, Michael Hawkins wrote: > > Can > > anyone point me a general direction to begin? > > Look at the structure of the existing ports: Is the 8085 similar enough > to one so th eports can share a lot of code (hc08 and

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Philipp Klaus Krause
On 01.07.2012 16:12, Michael Hawkins wrote: > Can > anyone point me a general direction to begin? Look at the structure of the existing ports: Is the 8085 similar enough to one so th eports can share a lot of code (hc08 and s08 similar enough to each other; z80, z180, gbz80, r2k and r3ka are simil

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Dave McGuire
On 07/01/2012 02:50 PM, Andy Peters wrote: >> I've this once before but got no response. I would like to see if anyone is >> interested in helping me develop SDCC for the 80C85. Anyone? Can anyone >> point me a general direction to begin? > > Serious questions: > > Does anyone still use the 80C

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Andy Peters
On Jul 1, 2012, at 10:12 AM, Michael Hawkins wrote: > I've this once before but got no response. I would like to see if anyone is > interested in helping me develop SDCC for the 80C85. Anyone? Can anyone point > me a general direction to begin? Serious questions: Does anyone still use the 80C8

[Sdcc-user] SDCC for 80C85

2012-07-01 Thread Michael Hawkins
I've this once before but got no response. I would like to see if anyone is interested in helping me develop SDCC for the 80C85. Anyone? Can anyone point me a general direction to begin? Mike From: "sdcc-user-requ...@lists.sourceforge.net" To: sdcc-user@lis