Hi all,
For the STM8 platform, SDCC adds "clr a", "div x, a" instructions as a
prologue to the start of all interrupt service routines (ISRs) in order
to mitigate the published errata "Unexpected DIV/DIVW instruction result
in ISR". However, as far as I know, this workaround is unnecessary whe
Am 12.08.22 um 21:52 schrieb Basil Hussain:
Hi all,
For the STM8 platform, SDCC adds "clr a", "div x, a" instructions as a
prologue to the start of all interrupt service routines (ISRs) in order
to mitigate the published errata "Unexpected DIV/DIVW instruction result
in ISR". However, as far