]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/appendrecord.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / file / appendrecord.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 25.12.99
6
7 ; char AppendRecord  (void);
8
9             .export _AppendRecord
10
11             .include "../inc/jumptab.inc"
12             .include "../inc/geossym.inc"
13         
14 _AppendRecord:
15
16         jsr AppendRecord
17         stx errno
18         txa
19         rts