Re: [Sdcc-user] Script to calculate STM8 stack usage

2020-04-18 Thread Philipp Klaus Krause
Am 17.04.20 um 20:06 schrieb Basil Hussain: > Hi all, > > I recently wrote a simple script to calculate the stack usage of code > written for the STM8 platform and compiled with SDCC. I thought I would > share it here as some may find it useful. > > https://github.com/basilhussain/stm8-stack-usag

[Sdcc-user] Script to calculate STM8 stack usage

2020-04-17 Thread Basil Hussain
Hi all, I recently wrote a simple script to calculate the stack usage of code written for the STM8 platform and compiled with SDCC. I thought I would share it here as some may find it useful. https://github.com/basilhussain/stm8-stack-usage It's an Awk script that parses the .asm intermediat