home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / amos136.dms / amos136.adf / Extensions_Sources / Read_Me < prev   
Text File  |  1993-03-15  |  990b  |  28 lines

  1.  
  2. Programming your own extension.
  3. -------------------------------
  4.  
  5. All the necessary informations can be found in the _MUSIC.S file. All 
  6. other extensions are here to show you how to create an extension.
  7. I suggest you copy the code from a small extension (like COMPACT) and
  8. remove all unwanted part, then type your code. This way you will not
  9. forget one crucial part.
  10.  
  11. About the extension number:
  12.  
  13. All official AMOS extension will go upward. You should choose a number
  14. from 26 downward. By doing this you'll be sure to be abble to use at
  15. the same time YOUR extension and OURS!
  16.  
  17. About the names of your new instructions:
  18.  
  19. The best way to avoid name conflict with AMOS instruction set and any
  20. other extensions instruction set, is to begin all instruction names by
  21. the same letters, specific to your extension. Example, all AMOS 3D
  22. extension instructions begin with TD.
  23.  
  24. Have fun adding you own instructions. If you program something really
  25. special, remember to send it to Europres!
  26.  
  27. Francois.
  28.