1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-23 04:30:41 +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

@@ -4,7 +4,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
print16:
.scope
.data zp
.data
.space _num 4
.space _num_dec 6
.text