Skip to content

Commit

Permalink
(opt rules) Save another couple of bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Apr 20, 2019
1 parent 5684392 commit 50b3c21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/z80rules.1
Original file line number Diff line number Diff line change
Expand Up @@ -2817,6 +2817,15 @@
ld h,0
srl l

ld h,0
srl l
srl h
rr l
=
ld h,0
srl l
srl l

ld hl,(_%1)
inc hl
ld (_%1),hl
Expand Down

0 comments on commit 50b3c21

Please sign in to comment.