1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-07 01:30:30 +08:00
Files
c64-snake/move.asm
2021-04-12 20:21:34 +08:00

8 lines
147 B
NASM

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; move 根据d中的值实现蛇的移动
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
move:
.scope
;testrrr999www
rts
.scend