-
I am trying to compile it under FreeBSD but it seems impossible:
```
pkg install gcc gmake sdcc doxygen
wget https://github.com/gbdk-2020/gbdk-2020/archive/refs/tags/4.0.6.tar.gz
mkdir gbdk-202…
-
Upstream SDCC is working on the 4.2.0 release, aiming for a release in Feburary. sdcc trunk is soft-frozen as of today.
Since SDCC releases tend to be relatively stable, it might make sense for z88…
-
From the SDCC mailing list announcement for 4.2.0:
> * The gbz80 port was renamed to sm83.
-
This bug was found on the latest version of WLA-DX (Mar 25, 2022).
The following Memory Map and ROM Bank Map cause WLA-GB to reference garbage memory in Bank 1, sometimes crashing:
```
.MEMORYMAP
…
-
What kind of issue is this?
- [X ] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issu…
-
SDCC is considering changing the calling convention for the next major release.
C code should just continue to work. However, asm code will have to be rewritten, or marked as continuing to use the …
-
I was just looking at the OP code reference and the wordings are, let's say, quite interesting. Someone changed the documentation to include meme references (see screenshot below). I searched for some…
-
I've been trying to trace some compile errors from a list of issues reported to me over the past six months and have noticed that the latest version of zsdcc has more errors than 1.99C zsdcc. This in…
-
For the Intel / GBZ80 newlib/classic implementations the implementation of copy / set loops could be improved.
eg. [asm_memcpy](https://github.com/z88dk/z88dk/blob/master/libsrc/_DEVELOPMENT/string…
-
Can anyone help with this. What am I missing here?
make -C lib
sdcc -mmcs51 -I../include -c serial.c -o serial.rel
../include/fx2regs.h:43: syntax error: token -> 'at' ; column 8
make[1]: **\* [seri…