move findfreeiocb function into its own object file

This commit is contained in:
Christian Groessler
2013-06-25 01:12:11 +02:00
parent b31e0d3249
commit df1165e0e0
3 changed files with 30 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
;
; Christian Groessler, June-2013
;
.include "atari.inc"
.export findfreeiocb
.include "findfreeiocb.inc"