home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog-asm / ncode.lzh / ReadMe < prev    next >
Text File  |  1992-02-01  |  3KB  |  71 lines

  1.  
  2.  
  3.    NCode: The conditional macro assembler for MC68000/10/20/30
  4.    -----------------------------------------------------------
  5.  
  6. NCode is a conditional macro assembler for the Motorola MC68000,
  7. MC68010, MC68020 and MC68030 that produces object code for the
  8. Commodore AMIGA. The assembler offers the possibility to put
  9. your standard assembler options (for example the target CPU and
  10. the page length) in an argument file.
  11.  
  12. NCode is a two pass assembler that never rereads the source file
  13. in the second pass. Instead, it keeps the file in memory (also
  14. needed to produce the listing) and only rescans the forward
  15. references. This can speed up the assembly time significantly,
  16. especially when you're using slow floppy drives or lots of
  17. include files. In fact the gain of speed is most noticeable at
  18. large source files with many include files. Unfortunately,
  19. sending the listing file to the screen is slow, because of the
  20. use of standard I/O routines. If you want your listings to go to
  21. the screen, you might want to turn off the listing (the assembler
  22. will still produce error messages). This can be done by the
  23. "NOLIST"-directive. To further speed up the process of writing
  24. assembly language programs, NCode will produce executable code
  25. whenever possible. So, if your source contains no external
  26. references or definitions, you won't need the linker.
  27.  
  28. NCode is compatible with most assemblers for the AMIGA and uses
  29. the standard Motorola syntax for both instructions and operands.
  30.  
  31. See the manual for further details on the supported assembler
  32. directives, conditional assembly and macro's. There is an English
  33. and Dutch manual included (files Manual.English and
  34. Manual.Dutch).
  35.  
  36.  
  37.      -------------------------------------------------------
  38.  
  39.      THE AUTHOR MAKES NO WARRANTY OF ANY KIND WITH RESPECT
  40.      TO THE DOCUMENTATION OR THE SOFTWARE DESCRIBED THEREIN,
  41.      ITS QUALITY, PERFORMANCE, MERCHANTABILITY, OR FITNESS
  42.      FOR A PARTICULAR APPLICATION. THE AUTHOR SHALL NOT BE
  43.      LIABLE FOR ERRORS CONTAINED HEREIN OR FOR INCIDENTAL OR
  44.      CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE USE OF
  45.      THIS PRODUCT.
  46.  
  47.      -------------------------------------------------------
  48.  
  49.  
  50. This software is not public domain, but it is freely
  51. distributable in public domain series, BBSs etc., on condition
  52. that this file and the manuals are included and remain unchanged.
  53. This version is NOT FOR COMMERCIAL USE.
  54. Copyright (c) Edgar Visser.
  55.  
  56. I am not requesting any money for the use of this product but
  57. should you feel the urge to reward the author, his address is
  58. listed below. If you find any bugs or have questions or
  59. suggestions on improving NCode, please write to:
  60.  
  61.           Edgar Visser
  62.           Kalverstraat 54
  63.           5642 CJ  Eindhoven
  64.           The Netherlands
  65.           Europe
  66.           ph: 31-40-816782
  67.  
  68. I hope you enjoy using my assembler!
  69.  
  70. Edgar Visser.
  71.