Skip to content

Commit 47b40ec

Browse files
authored
ret to check workflow
1 parent 8077c0c commit 47b40ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snake.asm

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ start: ; reset game
3939
pop bx ; no food was consumed so pop tail position into BX
4040
mov [bx], dh ; clear old tail position on screen
4141
jns .input ; loop to keyboard input, SF=0 from SUB
42+
ret

0 commit comments

Comments
 (0)