* src/SDCCpeeph.c: made labelHashEntry global, made pcDistance, FBYNAME static,
[fw/sdcc] / src / z80 / peeph-gbz80.def
index cccda960d297a6b39555d53133627e7b64e5a33b..9341d6b77f0aa28a5ac8152cbca47e1b46c6ce2c 100644 (file)
@@ -1,8 +1,8 @@
 replace {
-       ld      (hl),a
-        dec     hl
+       ld      (hl),a
+       dec     hl
 } by {
-        ld      (hl-),a
+       ld      (hl-),a
 }
 replace {
        ld      (hl),a
@@ -58,8 +58,8 @@ replace {
        ld      (hl),a
        ld      %1,(hl)
 } by {
-        ld      (hl),a
-        ld      %1,a
+       ld      (hl),a
+       ld      %1,a
 }
 replace {
        ld      (hl),a
@@ -70,4 +70,4 @@ replace {
        ld      (hl+),a
        inc     de
        ld      a,(de)
-}
\ No newline at end of file
+}