mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-28 16:00:34 +08:00
框架构建完成
This commit is contained in:
8
calcscore.asm
Normal file
8
calcscore.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; calcscore 计算分数,存储到s
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
calcscore:
|
||||
.scope
|
||||
inc s
|
||||
rts
|
||||
.scend
|
||||
Reference in New Issue
Block a user