1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-08 20:10:36 +08:00

怪,还没搞定,不过方向没问题,明天再看看

This commit is contained in:
fumiama
2021-04-03 01:08:30 +08:00
parent 78f9c020d5
commit 1bf85109ea
3 changed files with 102 additions and 39 deletions

View File

@@ -2,6 +2,7 @@
.space _na 1 ; a的临时存放处
.text
printbyte:
php
pha
sta _na
txa
@@ -18,4 +19,5 @@ printbyte:
pla
tax
pla
plp
rts