Skip to content

Commit

Permalink
updated example to use new opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc committed Aug 23, 2024
1 parent 4679b69 commit 2d16d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asm/timertest.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ld (hl) a
loop:
# check if number is 0
ld a Timer
sub a $01
cp a $01
# if 0 then jump to reset timer
jp c &settimer
# else loop
Expand Down

0 comments on commit 2d16d54

Please sign in to comment.