1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-16 00:16:36 +08:00

更改判断、移动顺序,增加head

This commit is contained in:
fumiama
2021-04-06 23:03:27 +08:00
parent 120b67a7e9
commit e35509d578
5 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
; DELAY routine. Takes values from the Accumulator and pauses
; for that many jiffies (1/60th of a second).
.scope
.data
.data zp
.space _tmp 1
.space _target 1
.text