diff --git a/calcscore.asm b/calcscore.asm index 03c2d0c..883ab42 100644 --- a/calcscore.asm +++ b/calcscore.asm @@ -4,5 +4,7 @@ calcscore: .scope inc s - rts + bne + + inc s+1 +* rts .scend \ No newline at end of file diff --git a/printscore.asm b/printscore.asm index 732ca8b..6c8acba 100644 --- a/printscore.asm +++ b/printscore.asm @@ -21,4 +21,4 @@ printscore: rts .scend -score_str: .byte "SCORE",0 \ No newline at end of file +score_str: .byte "SNAKE",0 \ No newline at end of file