-
-
So I added seemingly fine code that suddenly turned into a weird bug, or I am really confused.
[snake_bug.zip](https://github.com/CE-Programming/toolchain/files/7069906/snake_bug.zip)
-
Hello, and thanks for your amazing work.
Could you please add a feature so that when the dialog which says "parsed directory doesn't contain the executable" could possibly tell us the name of the mis…
-
Compilation failed in Ubuntu20.04 with sdcc 4.1.0, what could be the problem?
```bash
$ sdcc --version
SDCC : mcs51/z80/z180/r2k/r2ka/r3ka/gbz80/tlcs90/ez80_z80/z80n/ds390/pic16/pic14/TININative/ds…
-
When I compile the program, I need the c99 flag to solve the problem of the exception of // annotations.
You can specify in the README file that you want to use the c99 flag to compile the code
-
If you have a label to which an expression is assigned, like `label = $+2`, it won't get added to the lab file using `symbol_table.inc`. "normal" labels, like `label:` are just fine.
Test code:
``…
-
I am trying to compile the basic example, but I get:
`[compiling] src/main.c`
`/bin/sh: line 1: /home/user/.clibs/bin/ez80-clang: Permission denied`
`make: *** [/home/user/.clibs/meta/makefile.mk:2…
-
Hi. When I compiled a C file it was all file. No issues.
But days later it now says the help message of SDCC
```
SDCC : mcs51/z80/z180/r2k/r2ka/r3ka/gbz80/tlcs90/ez80_z80/z80n/ds390/pic16/pic14/TIN…
-
```
.inst z80
ld hl, 0x1234
.inst ez80
ld hl, 0x123456
```
-
Might get y'all to stop complaining about everyone else's attempts at writing one :p
More seriously, there's obviously a demand for such a function given that there are multiple people writing thei…