1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-11 13:40:28 +08:00

扩展data段,完成食物生成

This commit is contained in:
fumiama
2021-04-04 23:05:36 +08:00
parent 743e7c939d
commit 16b49bd98d
8 changed files with 104 additions and 17 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 zp
.data
.space _tmp 1
.space _target 1
.text