home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
dev
/
misc
/
data2object
/
readme.txt
< prev
next >
Wrap
Text File
|
1994-02-21
|
830b
|
28 lines
Short: create an object file from a text file.
Type: dev/misc
Uploader: mluger@bio.vu.nl
Author: mluger@bio.vu.nl
With this program you can create an object file ready for linking from a textfile.
v1.3 (18.2.94) 2076 bytes
-------------------------
o Added ReadArgs() for argument parsing. From now on d2o is a
2.04+ only program.
o Added FAST switch.
o Added return codes when something goes wrong. d2o returns 10 in
case of any error. (file not found, wrong arguments, not enough
memory or no arguments)
o Optimized some routines, removed sprintf() function, removed
startup module and recompiled with other switches. The
executable is now four times smaller then v1.2.
o Added examples in assembler and C.