* src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
[fw/sdcc] / src / z80 / peeph.def
index 00375bed908c6e805d7da9ff135fa021a033673d..a743e5576ecd8a6bc90134d40554583f673c272b 100644 (file)
@@ -102,3 +102,15 @@ replace restart {
 } by {
         xor     a,a
 }
+replace restart {
+        ld      e,#0x00
+        ld      d,#0x00
+} by {
+        ld      de,#0x0000
+}
+replace restart {
+       ld      %1,a
+       ld      a,%1
+} by {
+        ld     %1,a
+}