]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.asm
ALU8IMM
[fpgaboy.git] / rom.asm
diff --git a/rom.asm b/rom.asm
index 0c25faba8bed2c5e703cf912f20a5781e64c65fd..cf8fd603c2fbfeebf5c65d591c7eec4788dcb396 100644 (file)
--- a/rom.asm
+++ b/rom.asm
@@ -44,8 +44,7 @@ irqhand:
        
        ld hl, $DF81
        ld a, [hl]
        
        ld hl, $DF81
        ld a, [hl]
-       ld b, 1
-       add b
+       add 1
        ld c, $51
        ld [c], a
        ld [hl], a
        ld c, $51
        ld [c], a
        ld [hl], a
This page took 0.023007 seconds and 4 git commands to generate.