mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-22 20:20:40 +08:00
扩展data段,完成食物生成
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
printfield:
|
||||
.scope
|
||||
.data zp
|
||||
.space _ptr 2
|
||||
.text
|
||||
ldx #23 ; i代表行数,不含边框
|
||||
lda #<field ; 取地址低8位
|
||||
sta _ptr
|
||||
|
||||
Reference in New Issue
Block a user