1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +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 bne loop
done: done:
sta (tmp2),y sta _cwd,y
rts rts