1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-28 07:50:33 +08:00

框架构建完成

This commit is contained in:
fumiama
2021-04-03 19:34:32 +08:00
parent c21a2a1efb
commit f716081ad7
17 changed files with 241 additions and 109 deletions

View File

@@ -3,13 +3,17 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
printscore:
.scope
clc
ldx #0 ; 光标回到原点
ldy #0
jsr plot
lda #cblk
ldx #15
* jsr chrout
dex
bne -
`print score_str
jsr print16
jsr print16
ldx #15
* jsr chrout
dex