1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-09 17:33:00 +00:00

correcting missing _

This commit is contained in:
jede 2017-09-24 20:07:02 +02:00
parent 5bbb27c8af
commit 86741cb1dd

View File

@ -24,5 +24,5 @@ loop:
bne loop
done:
sta _cwd,y
sta __cwd,y
rts