1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-19 10:26:43 +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

@@ -13,9 +13,6 @@
; PRINTSTR routine. Accumulator stores the low byte of the address,
; X register stores the high byte.
.scope
.data zp
.space _ptr 2
.text
printstr:
sta _ptr
sty _ptr+1