-
Noting that SDCC is now differentiating between rabbit 2k and the bugfix revisions of the 2k hardware ([r2ka](https://sourceforge.net/p/sdcc/code/11880/)).
```
2020-09-27 Philipp Klaus Krause
…
-
I am using the template with C code from the Examples section. When using sdcc (v4.0.0) the project builds fine.
Wanted to compare the generated code with z88dk-zsdcc (from the docker image z88dk pro…
-
Sorry for not having a minimal test case, yet. I will try to get one.
All Z88DK targets in Cross-Lib are broken in just one game (Chase). All other games are fine including Shoot, which uses very …
-
Hello,
what is the relation with these FF packages and the sdcard in the std z88dk package? Do I see it properly, that ff is built on diskio and diskio is built on sdcard (in case of scz180)?
I'…
-
I did everything exactly as the instructions said, but the makefile seems to contain an error. I'd like to help investigate this, but that would be tomorrow evening. I will leave information here if s…
-
The enclosed trivial test program works fine with sccz80, but fails to work on zsdcc.
When compiled with sccz80, we see the following (expected) results (when `input.txt` contains the word `Hello`)…
-
Upsteam sdcc has finally started work on ZX Next support in the compiler.
However, with a shortage of developers there, it would be good if the stuff outside the compiler itself could be done by ot…
-
In July 2023 I began to experiment with z88dk to compile C code for a TRS-80 cassette emulation, and for a hardware retrocomputing environment (Z80-MBC2) running CPM/3. The "classic" sccz80 compiler …
-
sorry guys, I must be missing something but I don't seem to be able to build clisp.c and see it run correctly. after the prompt it becomes unstable, it can be a simple low memory problem, can y…
-
SDCC currently uses mappings.i to support dsifferent assembler syntax. This has two problems:
1) When making a change in code generation and forgetting to use the correct macro, the resulting code …