Re: [Sdcc-user] Sdcc-user Digest, Vol 21, Issue 9

2008-02-20 Thread plaunay1
[EMAIL PROTECTED] a écrit : > Message: 2 > Date: Mon, 18 Feb 2008 16:59:06 -0500 > From: "Adam Gregory" <[EMAIL PROTECTED]> > Subject: [Sdcc-user] New User > To: Sdcc-user@lists.sourceforge.net > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hello,

Re: [Sdcc-user] Sdcc-user Digest, Vol 21, Issue 1

2008-02-05 Thread plaunay1
Message: 3 Date: Fri, 01 Feb 2008 17:00:27 +0100 From: Raphael Neider <[EMAIL PROTECTED]> Subject: Re: [Sdcc-user] Some small updates requested To: sdcc-user@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Robert, > > I actuall

Re: [Sdcc-user] Sdcc-user Digest, Vol 19, Issue 2

2007-12-06 Thread plaunay1
> > Message: 7 > Date: Tue, 4 Dec 2007 13:56:04 +0100 > From: [EMAIL PROTECTED] > Subject: Re: [Sdcc-user] PORTA and PORTB bit structures missing for > pic16f88 > To: [EMAIL PROTECTED], sdcc-user@lists.sourceforge.net > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO

[Sdcc-user] Constant with SDCC 2.7.0 on PIC16F877

2007-10-28 Thread plaunay1
Hello Thanks Raphael for your help I can put directly print("bonjour"); I give this very simple example, but I work with the I2c with the timer DS1307. I want to give the day and the month with const char semaine[7][9] ={ "lundi","mardi","mercredi","jeudi","vendredi","samedi","dimanche"}; con

[Sdcc-user] Constant with SDCC 2.7.0 on PIC16F877

2007-10-25 Thread plaunay1
I was working with sdcc 2.6.0 and i try to work with sdcc 2.7.0 The same program #define __16f877 #include #include "../lib/projet877.h" const char essai[8] = "bonjour" ; void main(void) { init_serie(); print (essai); } it work with sdcc 2.6.0 on usr/bin/ with Debian Etch SDCC : mcs51/