Re: [Sdcc-user] Anyone using --portmode=z180?

2011-09-04 Thread peter townson
On 9/3/11, Philipp Klaus Krause wrote: > And if yes, why? > > As far as I can see this just ensures that the upper 8 bits of the > address bus are 0 whenever doing I/O, instead of undefined as in the > default --portmode=z80. Is there a use case for this? > > Philipp Phillipp, I'm the loon that

Re: [Sdcc-user] Which Z80-based processor do you use?

2011-08-31 Thread peter townson
Phillip, My primary interest is in the 'bog' standard Z80 and the Z180 (HD64180/HD647180). I am also intrigued by the possibilities of the T80 but haven't gotten there yet. PeterT :-> On 8/31/11, Philipp Klaus Krause wrote: > Dear users of sdcc, > > there are many Z80-based architectures out t

Re: [Sdcc-user] Simple question for someone

2009-05-04 Thread Peter Townson
Kevin, My best guess is that your local variable definitions are VERY wrong - you might want to try: void putchar( char ch ) { unsinged char *pScreen; unsinged char *pX; unsinged char *pY; char x; char y; pScreen = (unsigned char *)video; pX

Re: [Sdcc-user] May I offer a suggestion about the documentation?

2009-03-06 Thread Peter Townson
ocument those techniques that are working for us The collection/collation of results such as these should represent a valuable reference for all SDCC users. Peter Townson From: Lucas Tanure [mailto:ltan...@gmail.com] Sent: Thursday, 5 March 2009 9:28 PM To: sd

Re: [Sdcc-user] Z80/Z180 MMU question(s)

2008-09-04 Thread Peter Townson
that the addressable (static) data be in the same logical address space as the code; but I don't know really. I must confess, I don't really understand what I've done; but it does work. I would be happy to have any further light shed upon this...? On Thursday 04 September

Re: [Sdcc-user] Z80/Z180 MMU question(s)

2008-09-04 Thread Peter Townson
Richard, Glad to hear that you solved your problem. I was literally composing a response for you when your message arrived a few minutes ago - good timing. (I'm no expert but no one else seemed to be jumping in so I was going to have a go based on faded memories of a much earlier project :->) C

Re: [Sdcc-user] Z80 / Z180 / eZ80 support

2008-02-14 Thread Peter Townson
use Windows here. I don't suppose it would run under X/WINE ?? (Linux IS a wonderful thing - most of the time :->) Peter Townson ## CONFIDENTIALITY NOTE: Please consider our environment before printing this

[Sdcc-user] Z80 / Z180 / eZ80 support

2008-02-13 Thread Peter Townson
Guys, On the general topic of Z80 development/support: Is anyone out there targeting the eZ80 with SDCC ? Peter Townson ## CONFIDENTIALITY NOTE: Please consider our environment before printing this email.This email and

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

2008-02-13 Thread Peter Townson
particular interest was in the HD647180 - the embedded microcontroller version of the HD64180/Z180. He spoke at the time of doing a Z180 specific port of SDCC. He may have some help to offer... Peter Townson ## CONFIDENT

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

2008-02-13 Thread Peter Townson
will likely take a LONG time... So, it certainly aint dead as far as I'm concerned. Peter Townson :-> ## CONFIDENTIALITY NOTE: Please consider our environment before printing this email.This email and any attachm

Re: [Sdcc-user] Z180

2008-02-13 Thread Peter Townson
(I am happy to be corrected), the SDCC builds are limited to the normal Z80 64K linear address space. This is not to say that you cannot implement your own methods to make it work for you - it will simply take more work. Peter Townson From: [EMAIL PROTECTED] [m