home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 303.lha / AssemTools / Asm65 / README < prev    next >
Text File  |  1980-12-03  |  3KB  |  79 lines

  1.  
  2.  
  3.  
  4.                    *         ****    *     *    ***    ****
  5.                   * *       *    *   **   **   *   *   *
  6.                  *   *      *        * * * *   *       *
  7.                 *******      ****    *  *  *   ****    ****
  8.                *       *         *   *     *   *   *       *
  9.               *         *   *    *   *     *   *   *   *   *
  10.              *           *   ****    *     *    ***     ***
  11.  
  12.  
  13.  
  14. *****************************************************************************
  15. This program may be freely distributed as long as this file AND the documents
  16. are kept together with the executables.
  17. *****************************************************************************
  18.  
  19.  
  20. Asm65 is a cross-macroassembler for Amiga - exclusively written for
  21. Amiga in assembly language.  The development started in April, 1988
  22. and is still in progress although I only edit the source file when
  23. new bugs are found.
  24. I wrote this compiler because I designed a small controller board
  25. using the Rockwell 65c02 CMOS processor and I didn't want to compile
  26. the programs on a C-64...  I also wanted to be able to use macros
  27. which weren't available on my old SAKU assembler on C-64 (SAKU was
  28. also written by me - in 6502 assembly language, of course!).
  29.  
  30. My 65c02 board supports limited multitasking (max. 16 tasks can run
  31. simultaneously).  Each task has it's own private zero page and stack
  32. which are swapped by hardware to allow fast task-switching.
  33. My software currently supports inter-task messages and dynamic memory
  34. allocation (allocated in blocks of 256 bytes).
  35. The board contains a 65c02, two 65c22's, 32KB RAM, and 32KB EPROM.
  36. It runs reliably at 2,45MHz (using 2Meg chips).  The current consump-
  37. tion is about 20mA at 5V.
  38.  
  39. If you are interested in the 65c02 board OR want to get the latest
  40. version of Asm65 OR want to send your contribution you can contact
  41. me using the addresses below:
  42.  
  43.  
  44. MAIL:    Jukka Marin
  45.     Ruskeisentie 24
  46.     70900 Toivala
  47.     FINLAND
  48.  
  49. E-MAIL:    jmarin@finkuo.bitnet
  50.  
  51.  
  52. P.S.    If you like this program I would  appreciate a small
  53.     donation from you!  You know,  it takes some time to
  54.     write a macro assembler...  You may also ask for the
  55.     latest  version of the Asm65 (or the  source code if
  56.     you  especially want  to get it - but the  source is
  57.     *terrible* :-o ).
  58.  
  59.     Thanks for your contribution!
  60.  
  61.     -jm
  62.  
  63.  
  64.  
  65. 9-Mar-89:
  66.  
  67. P.P.S.    The sources are now included.  But - you shouldn't
  68.     read them unless it is absolutely necessary.
  69.     Bug reports etc. are welcome.  I'm trying to update
  70.     Asm65 whenever it is needed...     ~~~~~~
  71.     However, I've got my job...
  72.  
  73. 12-Mar-89:
  74.  
  75.     Re-compiled using A68k...  Several branches converted to
  76.     short using a special utility.  Executable now smaller
  77.     and faster (well, at least a bit...).
  78.  
  79.