pouët.net

Go to bottom

SDCC

category: code [glöplog]
 
Anyone else use the Small Device C Compiler (SDCC) ?
added on the 2019-01-30 22:37:10 by sigflup sigflup
Did some stuff with it for ZX Spectrum and classic Gameboy.
added on the 2019-01-31 01:23:50 by Shiru Shiru
Yes, I use it. It's a great - if not the best - C compiler for the Z80.

I admit I use none of the standard C library (so I don't use multiplications, float, and the likes).

Demos should avoid C but for games, especially game-logic, I think C is a must.
added on the 2019-01-31 02:17:21 by norecess norecess
yes!! I've used it for the z80 too, mainly sound programs for the sega megadrive. I think it's pretty neat
added on the 2019-01-31 02:35:10 by sigflup sigflup
all i made is windows toolchain. But who needs this stupid shit?
added on the 2019-01-31 03:44:31 by g0blinish g0blinish
I've used it for programming PIC microcontrollers. It sucks, but hey, it's there, and at least it's not PIC assembler.
added on the 2019-01-31 14:23:03 by Radiant Radiant

login

Go to top