Re: [Sdcc-user] PIC banking problems...

2008-09-08 Thread Ov3rM1nd
Ive looked on the .map file and found that cod3 is about 2kb... The problem is that __code char cod3[]={0x1, 0x2, 0x3... is translated in: retlw 0x1 retlw 0x2 retlw 0x3 which occupies 2 bytes each. So, an array that has 1kb, actually has 2kb. Its what i think. Is there a way to do something lik

Re: [Sdcc-user] documentation & open source generally

2008-09-08 Thread Richard Gray
On Monday 08 September 2008 08:10:24 Dave McGuire wrote: > >Good lord, a single source file of four thousand lines? > > -Dave My sentiments precisely. -- Richard. PGP Key-id: 0x5AB3D350 "A raccoon tangled with a 23,000 volt line today. The results blacked out 1400 homes and, of

Re: [Sdcc-user] documentation & open source generally

2008-09-08 Thread Richard Erlacher
see below, please. regards, Richard Erlacher - Original Message - From: "Richard Gray" <[EMAIL PROTECTED]> To: Sent: Sunday, September 07, 2008 11:46 PM Subject: Re: [Sdcc-user] documentation & open source generally > On Monday 08 September 2008 06:32:51 Richard Erlacher wrote: > >>

Re: [Sdcc-user] documentation & open source generally

2008-09-08 Thread Richard Erlacher
See below, please. regards, Richard Erlacher - Original Message - From: "Dave McGuire" <[EMAIL PROTECTED]> To: Sent: Monday, September 08, 2008 1:10 AM Subject: Re: [Sdcc-user] documentation & open source generally > On Sep 8, 2008, at 12:46 AM, Richard Erlacher wrote: >> Actually I

Re: [Sdcc-user] Sdcc-user Digest, Vol 28, Issue 24

2008-09-08 Thread Peter
G'day Raphael > > > Subject: > Re: [Sdcc-user] pic14 port alternative name > From: > Raphael Neider <[EMAIL PROTECTED]> > Date: > Sun, 07 Sep 2008 21:13:04 +0200 > To: > sdcc-user@lists.sourceforge.net > > To: > sdcc-user@list

Re: [Sdcc-user] documentation & open source generally

2008-09-08 Thread Dave McGuire
On Sep 8, 2008, at 12:46 AM, Richard Erlacher wrote: > Actually I haven't used it myself at all. I've used ASEM-51 which > is a > macro assembler, and on my 'XP box it assembles a >4000-line block > of ASM > code into a .HEX file in the time it takes me to remove my finger > from the > key.