home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / Dopus5 / DC-OP55B.LZX / Opus5 / Goodies / D55_NUSource / To_Assemble.readme
Encoding:
Text File  |  1996-03-31  |  2.0 KB  |  43 lines

  1. The assembled utilities, complete with AmigaGuide documentation should
  2. be available on Aminet in the file biz/dopus/D55_NUtils.lha, or
  3. from the same place you got this archive.
  4.  
  5. Unless I've screwed up, you should find all the files you require to
  6. assemble the programs in this archive, apart from the standard
  7. include files.
  8.  
  9. Things to note:
  10.  
  11. o If you assign ASM: to the directory where you have unpacked the files,
  12.   you should solve most (if not all) of the file path problems. Any remaining
  13.   problems are probably because you have a slightly different setup to me,
  14.   for example some people keep LVO3.0 in include/, while I keep it in its
  15.   own directory. Of course, these problems are easy enough to fix.
  16.  
  17. o The source provided includes a file called "Nudel_Symbols.gs". I didn't
  18.   include this file because it basically contains a bunch of the standard
  19.   include files and is about 150k. I have included the file which I use
  20.   to generate this .gs file as "Include/Nudel_Symbols.s". You can either
  21.   assemble that, or (more easily) comment out the "Include Nudel_Symbols.gs"
  22.   line from all the programs and uncomment all the "include ..." lines above
  23.   that. The only non-standard include file required is the "Nudel_Constants.i"
  24.   file which is in the "include/" directory of this archive.
  25.  
  26. o I use Devpac, so be aware that some of the options and stuff might be
  27.   different for your assembler.
  28.  
  29. o At the very top of the source are some assembly-time switches
  30.   (e.g. "Beta_Version") which are activated when uncommented.
  31.  
  32. o If you don't understand how something works or would like to contact me
  33.   for whatever reason, please feel free to email me
  34.   <leo.davidson@keble.oxford.ac.uk> and I'll do my best to help!
  35.  
  36. The directories:
  37.  
  38. Include/        A required non-system include file.
  39. Source/DOpusFuncs/    The source files for DOpusFuncs.
  40.             "DOpusFuncs.s" is the main file.
  41. Source/Routines/    Various subroutines used by all three programs.
  42. Source/Singles/        The one-file source codes to CDOpus & RexxSend.
  43.