]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/file/openrecordfile.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / file / openrecordfile.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 25.12.1999, 2.1.2003
5
6 ; char OpenRecordFile  (char *myName);
7
8             .import setoserror
9             .export _OpenRecordFile
10
11             .include "jumptab.inc"
12             .include "diskdrv.inc"
13             .include "geossym.inc"
14         
15 _OpenRecordFile:
16         sta r0L
17         stx r0H
18         jsr OpenRecordFile
19         jmp setoserror