Blah. Pre 2.92.
[fw/sdcc] / src / z80 / peeph-gbz80.def
1 replace restart {
2         ld      (hl),a
3         inc     hl
4 } by {
5         ld      (hl+),a
6 }
7 replace restart {
8         ld      a,(hl)
9         inc     hl
10 } by {
11         ld      a,(hl+)
12 }