mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-07 09:40:30 +08:00
8 lines
138 B
NASM
8 lines
138 B
NASM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; move 根据d中的值实现蛇的移动
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
move:
|
|
.scope
|
|
;test
|
|
rts
|
|
.scend |