Update by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3742 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2006-05-29 16:27:39 +00:00
parent 4b8d90d2de
commit 13e0436336
2 changed files with 21 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
.export __syschdir
.import pushname, popname
.import __cwd
.import initcwd
.include "zeropage.inc"
.include "mli.inc"
@@ -28,12 +28,8 @@ __syschdir:
jsr callmli
bcs cleanup
ldy #$01
: lda (sp),y
sta __cwd-1,y
beq cleanup
iny
bne :- ; Branch always
; Update current working directory
jsr initcwd ; Returns with A = 0
; Cleanup name
cleanup:jsr popname ; Preserves A