Hi all,
since adding sprintf to my project, it crashed. I tried to debug it and located a stack problem inside sprintf - it uses > 400 words ("ADD @SP,#422" in _printfi) of stack.
That's more stack than I have.
So I will have to use my own hand-written sprintf functions.
I am using cgtools 5.2.4 with large memory model.
Where can I find how many resources the library functions need?