Subversion Repositories SvarDOS

Rev

Rev 517 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 517 Rev 527
Line 226... Line 226...
226
        int 0x21
226
        int 0x21
227
        mov curdrive, al /* cur drive (0=A, 1=B, etc) */
227
        mov curdrive, al /* cur drive (0=A, 1=B, etc) */
228
        pop dx
228
        pop dx
229
        pop ax
229
        pop ax
230
      }
230
      }
231
      if (curdrive != drive) puts(doserr(0x0f));
231
      if (curdrive != drive) outputnl(doserr(0x0f));
232
      return(-1);
232
      return(-1);
233
    }
233
    }
234
  }
234
  }
235
 
235
 
236
  /* try matching an internal command */
236
  /* try matching an internal command */