Search results
SDCC 4.1.12, a Game changer for C programming?
Score: 179.23 %,
Type: Forum topic , Comments: 33 comments
and/or set the return value in assembler. To do this, just add the __sdcccall(0) directive ... pure C functions.
You can then gradually remove the __sdcccall(0) after adapting your assembly ...
__sdcccall(0) is the old calling convention (default until SDCC 4.1.11).
__sdcccall(1) is the new ...
