-
I try to test samples for zx spectrum in doc with -debug param, but it's not working.
Steps:
create sample source file:
```
#include
int main()
{
zx_border(INK_BLACK);
return 0;
…
-
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…
-
`sdcc -mez80_z80 -O2 -c inet_aton.c`
```
inet_aton.c:134: error 9: FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8374' : Unimplemented
Contact Author with source co…
-
OpenRabbit should support the use of Intel hex (.ihx, .hex) files. It should try to detect if a supplied file is Intel hex vs. binary (maybe just checking the filename like other software does would b…
-
Hey we're having a discussion over at Atariage about the possibility of getting a C compiler to target the "CP1610" CPU. Ref: http://atariage.com/forums/topic/286670-sdcc-pic16-c-compiler/?p=4192163
…
-
Some advance warning: as of current SDCC development version 4.2.10, and for the forthcoming release version 4.3.0, the `_sdcc_external_startup` function has been renamed to `__sdcc_external_startup` …
-
## 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
-
There are various compilers for Intel 8051 like
- [SDCC](http://sdcc.sourceforge.net/)
- [Keil 8051](http://www.keil.com/c51/)
- [Raisonance](http://www.raisonance.com/8051.html)
- [IAR](https:/…
-
I try to list here hardware which could be used for tests, proof of concept, etc.
DIY-Tracker: http://wiki.glidernet.org/ogn-tracker-diy
- 32-bit CPU: STM32F103
- RFM69 or RFM95 RF chip
- almost…
-
Interrupts for Timer3 (see demo program below) appeared not to work (timer 2 is fine).
Applying below makes this work.
```
diff --git a/ch55xduino/ch55x/cores/ch55xduino/main.c b/ch55xduino/ch…
dirkx updated
6 months ago