Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredkrinke committed Nov 25, 2024
1 parent 66096a3 commit dd32de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p97.asm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main:
sbi 0
sta counter+3

# Loop if needed
; Loop if needed
lda counter
adi 0
jnz main
Expand Down

0 comments on commit dd32de2

Please sign in to comment.