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

  1.  
  2.  
  3.  
  4.     MC68000 ASSEMBLY TOOLBOX by Supervisor Software
  5.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.  
  8.  
  9.  
  10. This is a collection of files which should be of great interest to
  11. Amiga assembly language programmers.  The collection includes about
  12. 140 macro routines which make assembly language programming a lot
  13. easier.
  14. For example, there is a routine to build the menu structures using
  15. simple instructions given in an (almost) ASCII string.  Also, there
  16. is a routine to create any type of gadgets.
  17.  
  18. There is also a library of routines called sslib.lib to be used with
  19. ALink/BLink.  The library contains buffered C-like file handling
  20. routines (fopen, fclose, fgets, fputs etc) and a file name requester.
  21. All routines are re-entrant (they can be called by several processes
  22. simultaneously).
  23.  
  24. And finally, there are several example programs which use the macros
  25. defined in the include files.  The best way to learn to use all these
  26. routines is to examine the source codes and include files.
  27.  
  28. I'm sorry but I haven't got enough time to write full documentation
  29. for all routines just now.  I may do that in the future but I make
  30. no promises.  However, the macro libraries will be updated from time
  31. to time (mainly because we are using them ourselves).
  32.  
  33. If you have any suggestions or bug reports or extra dollars I would
  34. like to hear from you!  A small donation ($20...$50) would be greatly
  35. appreciated.  It has taken a long time to write all these routines...
  36.  
  37. Note:  Not all the example programs use the latest macros.  For
  38. example, the Asm65 65c02 cross assembler was written a long time
  39. before I wrote the buffered file handling routines (in sslib.lib).
  40. I just wanted to include it because I know there are people out there
  41. trying to develop programs for 6502/65c02 on the Amiga.
  42.  
  43. Please excuse my bad English.  I know assembly language much better
  44. than I know English, I think...  :-)
  45.  
  46.  
  47.  
  48. Donations, suggestions, bug reports etc. to:
  49.  
  50.         Jukka Marin
  51.         Ruskeisentie 24
  52.         70900 Toivala
  53.         FINLAND
  54.  
  55.         (North Europe)
  56.  
  57. Bitnet:        jmarin@finkuo
  58. Internet:    jmarin@uku.fi
  59.  
  60.  
  61.  
  62. Thank you very much for your interest!
  63.  
  64.  
  65. P.S.  Thank you Fred for collecting so many interesting programs!
  66.  
  67. P.S.2  Coming from Supervisor Software: The best Amiga utility
  68.        of them all!!!
  69.