1	;; library function for rdfseg - this file is linked as a far segment
2
3[BITS 16]
4[GLOBAL _puts]
5_puts:
6	;; can't remember how to print a string in DOS, but if anyone wants
7	;; to actually test this program, it should be fairly easy to put
8	;; in here!
9
10	retf
11
12