|
From: Philipp K. K. <pk...@sp...> - 2016-06-26 19:29:32
|
On 18.06.2016 13:56, Maarten Brock wrote: >> Some vendors (Atmel, Infineon, Axsem) of 8051-based hardware ship their >> version of SDCC . Are these true forks or just old SDCC source releases? >> >> Philipp > > AFAIK, Infineon and/or Hitex made a fork for the XC800. I had a quick look at the SDCC 2.5.4 source of the fork (I wasn't yet able to get the newer version in DAvE bench - found neither source nor binary). There I see: * Header files for XC886, XC866, XC856. * Run-time library to use support routines in BOOT ROM of the XC88x for lower code size. * Code generation modified to use the XC800 movc @dptr++,a instruction. Philipp |