rename ser_libref.s to serref.s in order to be consistent with other targets
This commit is contained in:
33
libsrc/atari/serref.s
Normal file
33
libsrc/atari/serref.s
Normal 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
|
||||
Reference in New Issue
Block a user