SDCC
category: code [glöplog]
Anyone else use the Small Device C Compiler (SDCC) ?
Did some stuff with it for ZX Spectrum and classic Gameboy.
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.
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.
yes!! I've used it for the z80 too, mainly sound programs for the sega megadrive. I think it's pretty neat
all i made is windows toolchain. But who needs this stupid shit?
I've used it for programming PIC microcontrollers. It sucks, but hey, it's there, and at least it's not PIC assembler.