mirror of
https://github.com/cc65/cc65.git
synced 2025-02-13 12:30:40 +00:00
correcting missing _
This commit is contained in:
parent
5bbb27c8af
commit
86741cb1dd
@ -24,5 +24,5 @@ loop:
|
|||||||
bne loop
|
bne loop
|
||||||
|
|
||||||
done:
|
done:
|
||||||
sta _cwd,y
|
sta __cwd,y
|
||||||
rts
|
rts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user