mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-08 20:10:36 +08:00
怪,还没搞定,不过方向没问题,明天再看看
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user