changes: document bigendian UTF-16/UTF-32 support
[nasm/nasm.git] / rdoff / test / rdfseg2.asm
blob2b9e4fd0992eac3a17cc963765c122fe878897e9
1 ;; library function for rdfseg - this file is linked as a far segment
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!
10 retf