]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/pointrecord.s
Started to add text output functions
[cc65] / libsrc / geos / file / pointrecord.s
index bfd5b8b4601c4f2ac08a57db788e58375a908599..b7d6d4aa5ea6f01676164a366c757f6c9b81a59b 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char PointRecord  (char recordNum);
 
+           .import __oserror
            .export _PointRecord
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
        
 _PointRecord:
        jsr PointRecord
-       stx errno
+       stx __oserror
        txa
        rts