-
In issue #13 you mentioned using a simulator for automated testing. Back then (and at the time of the SDCC 3.6.0 release) the ucsim simulator in SDCC did not yet have support for the needed timer in…
-
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;
…
-
crt0.s - Generic crt0.s for a Z80
https://sourceforge.net/p/sdcc/code/HEAD/tree/tags/sdcc-4.1.0/sdcc/device/lib/z80/crt0.s
mvac7 updated
2 years ago
-
```
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 …
-
```
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 …
-
```
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…
-
Keil has a header called `intrins.h`. I want to convert this keil file to the format of sdcc, and use the function in it. I tried many ways but none of the worked.
Here's the header:
```
/*--------…
-
在uart1_timer1_tx.c文件中原外部变量引入:
`extern __CODE uint16_t ticks_ms;
extern __CODE uint8_t ticks_us, clkdiv;`
需要如下修改:
`
#if defined (SDCC) || defined (__SDCC)
extern __CODE uint16_t ticks_ms;
e…
-
Now that SDCC generates efficient code for assignment from an address that is just a cast integer literal to a \_\_sfr, IMO the asm macros for factory clibration aren't needed anymore.
Inline asm ten…