Skip to content

Commit

Permalink
Update snake.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Mar 6, 2021
1 parent 373a122 commit e8fc52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snake.asm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
jnz .next_digit
ret
.text:
db " SCORE: 000000", 0
db 0
update_snake_direction:
mov ah, 1
int 16h
Expand Down

0 comments on commit e8fc52d

Please sign in to comment.