Page 5 of 5

Re: Format string with some values like sprintf (C) - Update

Posted: Thu Jul 20, 2023 2:43 pm
by AZJIO

Re: Format string with some values like sprintf (C) - Update

Posted: Thu Aug 15, 2024 12:59 pm
by mk-soft
C-Backend and format string

Format string also works under C-backend because, like the ASM compiler from Fred, the GCC compiler also places all parameters on the stack. :wink:

Re: Format string with some values like sprintf (C)

Posted: Fri Aug 16, 2024 9:48 am
by mk-soft
Update v2.10
- Description and example