> On 2010-7-15 02:57, Frieder Ferlemann wrote: > > Unfortunately SDCC does not support this, so unfortunately > > there is nothing like callee-clobers-registers R4,R5 or > > callee-saves-registers R0-R3,R7 or inline-asm-clobers R6. > Then, will it be supported in near or future?
I don't think so. Currently SDCC uses caller-saves- registers by default. This means that all registers (in the functions register bank) are free to be used in a __naked function. Maarten ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
