Subversion Repositories SvarDOS

Rev

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

Rev 368 Rev 369
Line 77... Line 77...
77
    pop cx
77
    pop cx
78
    pop ax
78
    pop ax
79
  }
79
  }
80
  if (errcode != 0) return(-1);
80
  if (errcode != 0) return(-1);
81
 
81
 
82
  puts(dta->fname);
82
  outputnl(dta->fname);
83
 
83
 
84
  NEXTFILE:
84
  NEXTFILE:
85
 
85
 
86
  _asm {
86
  _asm {
87
    push ax
87
    push ax
Line 96... Line 96...
96
    pop dx
96
    pop dx
97
    pop cx
97
    pop cx
98
    pop ax
98
    pop ax
99
  }
99
  }
100
 
100
 
101
  puts(dta->fname);
101
  outputnl(dta->fname);
102
 
102
 
103
  if (errcode == 0) goto NEXTFILE;
103
  if (errcode == 0) goto NEXTFILE;
104
 
104
 
105
  return(-1);
105
  return(-1);
106
}
106
}