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

8 lines
152 B
NASM

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