-
Was Pokemon Red originally written in Assmbly?
Why not C? Was it because of some hardware limitations? Was it to optimize it as much as possible in terms of performance and required space?
-
gcc -lm -o maccer maccer.o
maccer.o: In function 'output_float':
maccer.c:(.text+0x95): undefined reference to 'log'
maccer.c:(.text+0xa2): undefined reference to 'floor'
maccer.c:(.text+0xc3): undefi…
gheja updated
8 years ago
-
Hi, I stumbled onto your project while looking for an updated GBDK using the latest SDCC.
I've built with SDCC HEAD (3.5.4 #9304 as of Aug 24 2015) and cannot get a binary created with `makebin`, get…
-
The gbz80 runtime (crt0) included in sdcc is currently disabled and replaced with the old runtime shipped with the original gbdk. This is probably bad.
Most (all) modules depend heavily on the old ru…