|
|
A simple Python script to calculate the stack usage of a program compiled by sdcc 's pic16 port. It works by looking for stack operations in the generated PIC assembler files. I use it to work out how much stack I'm using in a PIC project and find code likely to be overflowing the stack. Last updated August 31, 2006. Download link: sdcc-stackusage-0.2.tar.gz |