Split libref.s into multiple files to prevent inclusion of unnecessary code.

This commit is contained in:
Christian Groessler
2014-04-22 12:48:36 +02:00
parent cbc2179887
commit eefd33d309
3 changed files with 27 additions and 14 deletions

View File

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