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