-
Have you tried the script with openmsx 20 rc1 ?
I can not get it work in my msxgl project.
I have included your macros, and I have included the debug module from msxgl...
What I get is only a small t…
-
```
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…
-
## References
- [z88dk](https://github.com/z88dk/z88dk) [`Calling conventions and Function decorators`](https://github.com/z88dk/z88dk/wiki/CallingConventions)
- MRC development forum entry: [`S…
mvac7 updated
11 months ago
-
To enhance code clarity, I think it will be a good idea to use bitfield structs for the status flag variables (e.g. `global_0x8e`). For example, instead of `if(global_0x8e & (1
-
```
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…
-
Hello Edward,
I stumbed accross your nice STM8 examples on Github and would like to bring a related project to your attention.
Unfortunately SDCC does not provide STM8 device headers, IAR and Co…
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …
-
Nexa devices are using 64-bit codes, but uart TX buffer is too small (48 at the moment) for sending those. Would it be too bad to handle the uart TX in a blocking way? I can make a pull request for th…
-
Hi, and thanks for your work!
I would like to see some SDCC examples using this. I'm currently migrating a project from IAR to SDCC and it's becoming quite difficult to manage the differences without…
cocus updated
3 years ago