Georg-Johann Lay wrote: > I found that too painful, and on devices with >= 8k flash the > self-tail-call will just save 4 bytes.
That' not correct: even on devices >= 8k an rcall will always reach the destination, so that the self tail-call always saves 6 bytes. Johann