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