Short: create an object file from a text file. Author: mluger@bio.vu.nl Uploader: mluger bio vu nl Type: dev/misc Architecture: m68k-amigaos 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.