]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/file/nextrecord.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / file / nextrecord.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 25.12.1999, 2.1.2003
6
7 ; char NextRecord  (void);
8
9             .import setoserror
10             .export _NextRecord
11
12             .include "jumptab.inc"
13
14 _NextRecord:
15         jsr NextRecord
16         jmp setoserror