]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/sysremove.s
Introduced internal gotoxy that pops both parameters.
[cc65] / libsrc / cbm / sysremove.s
index ddd90009750c033d44eb6e390261359b4ff7e3ec..51a3d430532da9900e6c94b745f9b706f210f264 100644 (file)
@@ -14,7 +14,6 @@
 .proc   __sysremove
 
         jsr     fnparse         ; Parse the given file name
-        cmp     #0              ; Do we have an error?
         bne     err             ; Jump if yes
         jmp     scratch         ; Scratch the file, return an error code
 err:    rts