]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/previousrecord.s
Started to add text output functions
[cc65] / libsrc / geos / file / previousrecord.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 25.12.99
6
7 ; char PreviousRecord  (void);
8
9             .import __oserror
10             .export _PreviousRecord
11
12             .include "../inc/jumptab.inc"
13             .include "../inc/geossym.inc"
14
15 _PreviousRecord:
16         jsr PreviousRecord
17         stx __oserror
18         txa
19         rts