1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fixing bug for cwd

This commit is contained in:
jede 2017-09-24 20:04:50 +02:00
parent fabb6acf3f
commit 5bbb27c8af

View File

@ -24,5 +24,5 @@ loop:
bne loop
done:
sta (tmp2),y
sta _cwd,y
rts