Re: [Sdcc-user] New pic14 enhanced core devices

2011-11-10 Thread Raphael Neider
Dear Borut, > all enhanced 14 bit devices should be now supported by gputils svn head > (thanks to Gál Zsolt). Fantastic, great job! I guess now it's up to me to add proper device libraries :-D *hack hack hack* Device libraries for 12f1840, 16f1507, 16f182{3,4,5,8,9} and 16f193{8,9} are in plac

Re: [Sdcc-user] New pic14 enhanced core devices

2011-11-10 Thread Borut Ražem
Hi Raphael, all enhanced 14 bit devices should be now supported by gputils svn head (thanks to Gál Zsolt). I also fixed a nasty bug which made the gputils 0.14.0 unusable :-( . I'm still waiting for reports from Gál and Robert Pearce about the stability. If everything is OK, I'll probably made

Re: [Sdcc-user] [sdcc-devel] Named address spaces

2011-11-10 Thread Philipp Klaus Krause
A very basic version can now be found in the addrqual branch: Declaring a named address space: __adressmod ; where set should be a function taking no arguments and name is the name of the new address space. sdcc will then ensure that set is executed before each access to a variable in the addre