]> git.sur5r.net Git - cc65/blob - libsrc/geos/disk/getdirhead.s
all functions returning char in A now have X cleared
[cc65] / libsrc / geos / disk / getdirhead.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 21.12.1999, 2.1.2003
6
7 ; char GetDirHead (void);
8
9             .import setoserror
10             .export _GetDirHead
11
12             .include "../inc/jumptab.inc"
13
14 _GetDirHead:
15         jsr GetDirHead
16         jmp setoserror