Re: [jallib] Compiler optimization

2022-09-08 Thread vasi vasi
Try older releases from here http://justanotherlanguage.org/ On Tue, Aug 30, 2022 at 1:27 PM 'Mike' via jallib 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

[jallib] Compiler optimization

2022-08-30 Thread 'Mike' via jallib
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 a