diff options
Diffstat (limited to 'home/flag.asm')
-rw-r--r-- | home/flag.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/flag.asm b/home/flag.asm index e481cb6f7..372d8107f 100644 --- a/home/flag.asm +++ b/home/flag.asm @@ -45,12 +45,10 @@ FlagAction:: and 7 ; shift de right by three bits (get the index within memory) +rept 3 srl d rr e - srl d - rr e - srl d - rr e +endr add hl, de ; implement a decoder |