mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-06 01:00:27 +08:00
7 lines
132 B
NASM
7 lines
132 B
NASM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; move 根据d中的值实现蛇的移动
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
move:
|
|
.scope
|
|
rts
|
|
.scend |