mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-22 04:03:01 +08:00
框架构建完成
This commit is contained in:
9
append.asm
Normal file
9
append.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; append 增加蛇长
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
append:
|
||||
.scope
|
||||
inc c ; 蛇长加一
|
||||
; 其他代码
|
||||
rts
|
||||
.scend
|
||||
Reference in New Issue
Block a user