Try older releases from here http://justanotherlanguage.org/
On Tue, Aug 30, 2022 at 1:27 PM 'Mike' via jallib <[email protected]> wrote: > Hi, > > This was pointed out to me so I'm passing it along... > > In compiling the blink example for the 12F508 it appears to be generating > unnecessary code: > > - There are "bank select" macros (datahi_xxx, datalo_xxx), but this chip > has only one bank of memory. > > - There also macros (branchhi_xxx) that are just nop instructions. > > The 12F508 has only 512 words of program memory so this seems not good. > In a final program size of 47 instructions, 12 of the instructions are > unnecessary. > > Regards, > Mike > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jallib/8a7d6f1e-c527-402c-bb52-025003a9a00en%40googlegroups.com > <https://groups.google.com/d/msgid/jallib/8a7d6f1e-c527-402c-bb52-025003a9a00en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vasi -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/CABsDq%3D_P5QJ6JpUVDj2vkbeOkTW7HZsqV-cTQ3J6Tv31ZQJzQg%40mail.gmail.com.
