• Description has changed:

Diff:

--- old
+++ new
@@ -22,10 +22,10 @@
 #!/bin/sh
 CFLAGS="--debug --nolospre --no-peep --nogcse"
 CC="${SDCCBIN}sdcc -mgbz80 --fsigned-char -c ${CFLAGS}"
-LD="${SDCCBIN}sdldgb -y"
+LD="${SDCCBIN}sdldgb"
 mkdir -p build
 ${CC} -o build/main.rel main.c
-${LD} -nmjwxi build/main.ihx build/main.rel
+${LD} -nmyjwxi build/main.ihx build/main.rel
 ```

 There are a couple of things going wrong with this `main.c`