]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/disk/getdirhead.s
Dropped VER_PATCH (and VER_RC) and added build date.
[cc65] / libsrc / geos-common / disk / getdirhead.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 21.12.1999, 2.1.2003
5
6 ; char GetDirHead (void);
7
8             .import setoserror
9             .export _GetDirHead
10
11             .include "jumptab.inc"
12             .include "diskdrv.inc"
13
14 _GetDirHead:
15         jsr GetDirHead
16         jmp setoserror