Re: "pagesel $" dup error

"Scott Dattalo" <[email protected]> Sat, 16 Dec 2006 10:47:14 -0800 (PST)
Newsgroups gmane.comp.hardware.microcontrollers.gnupic
Message-ID <[email protected]>
On Fri, 2006-12-15 at 13:51 -0600, David Barnett wrote:
> Scott,
>
> MPASM uses the name of the code section in the relocatable label.  It
> generated '_sec1_0000' and '_sec2_0000' for the problem code I attached
> previously.  I patched gpasm to do exactly that (except gpasm still uses 6
> digits instead of 4).  I tested it and it seems to work great, so here's
> the
> patch.

Applied. Thanks David. I tried the test suite and all tests continue to
pass. (I wonder if we should add your example to the suite?).

Scott