rename ser_libref.s to serref.s in order to be consistent with other targets

This commit is contained in:
Christian Groessler
2014-04-22 13:41:57 +02:00
parent eefd33d309
commit 2059e34114

33
libsrc/atari/serref.s Normal file
View File

@@ -0,0 +1,33 @@
;
; Christian Groessler, 2014-04-22
;
.include "atari.inc"
.export ser_libref
.import _close, pushax, popax
.import findfreeiocb
.import __do_oserror
.import fddecusage
.import fdtoiocb
.import __inviocb
.import clriocb
.import newfd
ser_libref := atari_ser_libref
.rodata
atari_ser_libref:
.word newfd
.word _close
.word pushax
.word popax
.word findfreeiocb
.word __do_oserror
.word fddecusage
.word fdtoiocb
.word __inviocb
.word clriocb
.word CIOV