[Sdcc-user] HC08/S08 with ELF output

2016-05-15 Thread Philipp Klaus Krause
In revision #9599, support for outputting the symbol table for ELF was added. To the S08/HC08 ELF users: Is this change useful for you? Does it break anything for you? Philipp signature.asc Description: OpenPGP digital signature --

Re: [Sdcc-user] Using registers in C functions which are unused

2016-05-15 Thread php mania
Thanks for the reply On Sat, May 14, 2016 at 9:21 PM, Maarten Brock wrote: > Hello, > > The caller will normally save all registers before making the call and > restore after the callee returns. In other words: all registers are free > for you to use. > > > I know I can create a parameter in the