Re: [Sdcc-user] A technique for STM8 to automatically bootstrap assembly functions to RAM

2022-08-04 Thread Basil Hussain
On 04/08/2022 08:07, Philipp Klaus Krause wrote: That technique is likely useful for users who need it for more common reasons (writing to Flash). Can I put the content of your mailing list post on the SDCC wiki? Sure, if you like. But, as-is it's specific to assembly code, and doesn't make a

Re: [Sdcc-user] A technique for STM8 to automatically bootstrap assembly functions to RAM

2022-08-04 Thread Philipp Klaus Krause
That technique is likely useful for users who need it for more common reasons (writing to Flash). Can I put the content of your mailing list post on the SDCC wiki? Philipp ___ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sour

[Sdcc-user] A technique for STM8 to automatically bootstrap assembly functions to RAM

2022-01-18 Thread Basil Hussain
Hi all, I have recently developed a technique for the STM8 platform to have assembly code functions automatically placed in RAM by SDCC's bootstrap process and have this RAM-resident code be callable from C code. I thought I would share this technique on the mailing list in case anyone else f