Re: [cc65] Atari file i/o functions

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-04-25 07:03:54


On Wed, Apr 24, 2002 at 01:28:29PM -0700, Shawn Jefferson wrote:
> I think I could figure out how to write the assembly for these functions,
> but am at a bit of a loss as to error checking and returning, etc... and will
> probably never be able to compile the atari library as I'm not running linux
> anywhere.  Someone else would have to compile and test it, unfortunately.

You don't need to compile the atari library just to test this module. In
general, you can replace any module from the library by one of the following:

  1. If you call the linker with your lseek module explicitly specified on the
     command line *before* the atari library, the linker will use your module
     instead the one from the library.

  2. You may replace the module in the library itself:

        ar65 d atari.lib lseek.o
        ar65 a atari.lib lseek.o

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-04-25 07:04:19 CEST