mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-05 00:32:39 +08:00
7 lines
114 B
NASM
7 lines
114 B
NASM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; addfood 随机生成食物
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
addfood:
|
|
.scope
|
|
rts
|
|
.scend |