-
Syntax highlighting is provided by Prism. [Here](https://github.com/PrismJS/prism/blob/master/components/prism-asm6502.js)'s an example of language definition (6502 Assembly) for it.
It should be t…
-
I compiled sdcc, and i have the binaries however compiling gbtk-2020 is failing with this error. Where do i find sdcc-lib.h?
```
Building lib
for i in gbz80; do make port THIS=$i PORT=$i; done
rm …
-
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…
-
Not sure if this has been reported but I built SDCC Version 4.0 from the sources and FUZIX build fails with this error:
sdcc -c --std-sdcc99 --no-std-crt0 -mz80 -I/home/john/Desktop/fuzix/FUZIX-maste…
-
Examples:
`LDH [C], A`
`LD [HL], r8`
The documentation includes symbols that aren't explained. For example, it's assumed that the reader will know what square brackets indicate. This knowledge sh…
-
Hi! I'm trying to compile the NC200 version of FUZIX. I'm using SDCC v3.5.0, patched as per the instructions.
When compiling the Kernel, it fails:
```
cc -g -O2 -Wall -Wno-parentheses -DINDEXLI…
-
I was on 2020.2 and rom compilation was working fine, but today I installed 2021.0 and compilation doesn't work.
>C:\Users\censored\Downloads\ZGB-template-master\ZGB-template-master>cd src
>
>C:\Us…
-
In a conversation with @zemikele, he raised the issue of the DAI machine, and whether it could be supported by z88dk?
- [Description of the DAI](https://fjkraan.home.xs4all.nl/comp/dai/).
- [Sca…
-
SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO C11) compiler suite that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS…
ghost updated
3 years ago
-
The following need to be completed for a full target:
- [x] Basic gencon (tile)
- [x] "Native" terminal output
- [x] `joystick()` maps into GBDK joypad code
- [x] Selection of font at compile ti…