-
I'll just copy this out of #894 :
I'm amazed but it looks like zsdcc does named initilaization:
```
#include
struct esx_drvapi
{
union
{
uint16_t bc;
struct
{…
-
If I compile my game Cross Horde(built with Cross-Lib), I get a broken binary (blank screen after pressing a key) with ZSDCC and a working binary with SCCZ80.
@feilipu, I may have a new failing te…
-
Breaking out from #1387 here are the tasks that will be needed:
- [ ] Get zsdcc to generate .adb when in c1mode
- [ ] ~zcc to treat .adb as an output file and concatenate them just before linking~…
-
To keep pace with sccz80.
Complete file level bank assignment is one ingredient in the generation of bankswitched code.
-
The version information that these tools print with, eg, "zcc --version" are showing the build date and do not reflect the version of the software itself.
Some people are trying to use the printed …
-
Am I authorized to build and distribute (freely) a fully set-up Cross-Lib environment including ack?
Cross-Lib is an open source and free (for no commercial use) cross-dev-kit library and tools to bu…
-
The user may want to choose which compiler is used to compile .c source on a per-file basis.
Some reasons:
* One compiler may do a better job in terms of execution speed.
* One compiler may do…
-
```
#include
#define BUFFER_SIZE 16384
#define MAINBANK_ADDR (65536 - BUFFER_SIZE*2)
void main(void)
{
printf("M RAMTOP no good (%u)", MAINBANK_ADDR);
}
```
zcc +zx -vn -a test…
-
If I compile the pv1000 target in Cross Chase with sdcc I get an overflow warning at
```
for(k=0;k
-
Let's contrast zsdcc and sccz80 for code that uses a variable number of arguments. I get:
```
ubuntu@ubuntu:~/spectrum$ z88dk.zcc +cpm -compiler=sdcc vargs.c -O3 -o vargs.com && tnylpo vargs.com
a …