-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
Could someone help me what is wrong?
![1231234](https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/assets/152992688/b5291161-4075-4c80-898d-af1e13bf8010)
-
It is nice to see mipOS appear on GitHub as free software under MIT license; I noticed that the STM8 port also works (at least according to the comments in the source) with Raisonance rather than just…
-
Hi Jbikker
In case you were interested, in sdcc 4.2 you can easily build megaroms where data are stored in pages of 8Kb or 16Kb.
In this way you can increase the playback time up to 2Mb (even 4Mb ar…
-
Hey there! I am on the latest OSX, and I got this error:
```
gcc -ggdb -O2 -pipe -Wall -I. -I../.. -I../../support/Util -c -o makebin.o makebin.c
makebin.c:75:5: warning: implicitly declaring l…
-
Based on https://github.com/stevenhoving/integer_division .
For example, include https://github.com/stevenhoving/integer_division/blob/master/integer_division_uint8.h and check if it's indeed faste…
-
Nice job.
Just wondering what makes this 'Windows Only'?
Aren't VS code, sdcc, stm8flash, stm8-gdb, openocd, etc all multi-platform?
Take care
M
-
I found differences between code generated with GCC and SDCC concerning global variables. Global variables in different modules are not properly initialized. Investigating it a little, I think there a…