home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / achlib / readme.ach < prev   
Encoding:
Text File  |  1988-03-22  |  1.4 KB  |  47 lines

  1. Anthony's Personal Favorites
  2.  
  3. Release 1    88.03.022
  4.  
  5. Well, here is my personal library of routines that I have written
  6. to use for projects.
  7.  
  8. ACHACC.S        cleaned up start-up code for an accessory, includes two 
  9.                 routines MENUSAV () and MENURES () which are handy
  10.                 for saving and restoring the menu line (just remember
  11.                 to handle the rest of the GEM/mouse stuff too).
  12.  
  13. ACHAPP.S        cleaned up version of GEMSTART.S with a minor mods
  14.  
  15. ACHSLIB.H       C bindings for all my assembler stuff.
  16.  
  17. ACHSLIB.S        my assembler routines I like to have on call
  18.  
  19. **NOTE**
  20.  
  21. I now use the MADMAC assembler with ALN provided by Atari Canada
  22. for all my development. The above sources may have to be messaged
  23. for your particlar assembler.
  24.  
  25. Also I tend to use tabstop set to 4 (5 on WWRITER) just so you know.
  26.  
  27. I like to write assembly 68000 and Z80. Since I taught myself on
  28. Z80 systems I tend to go for small first and fast second. Even though
  29. I have a Mega 2 now, I still like small tight fast code. There are
  30. many other ways to do speed up code if you don't mind size. However
  31. I prefer size as a primary factor. If you have a smaller and faster
  32. routine I might like please let me know (or anything else).
  33.  
  34. For more info, bug reports, requests....
  35.  
  36. UUCP:    achowe@watmsg.waterloo.edu
  37.  
  38. CDN:    Anthony C. Howe
  39.         c/o A.C.A Howe International
  40.         #400 / 199 Bay Street
  41.         Toronto, Ontario
  42.         CANADA   M5J 1L4
  43.  
  44. TLX:    06218288   attn: Anthony Howe
  45.  
  46.  
  47.