home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / DevCon88.1 / Assembler / ReadMe < prev   
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  39 lines

  1.  
  2.   Copyright (c) 1988 Commodore-Amiga, Inc.
  3.  
  4.   Executables based on this information may be used in software
  5.   for Commodore Amiga computers.  All other rights reserved.
  6.  
  7.   This information is provided "as is"; no warranties are made.
  8.   All use is at your own risk, and no liability or responsibility is assumed.
  9.  
  10.  
  11.             NOTES ON THE ASSEMBLER EXAMPLES
  12.             ===============================
  13.  
  14. Nearly all of the assembler subroutines assume that you have a5 pointing to
  15.  
  16. a block of global data as described in the DevCon assembler notes.  If you
  17.  
  18. don't wish to use this kind of data organisation, then the examples will
  19.  
  20. have to be modified accordingly.  The directories called subroutines, debug
  21.  
  22. and blitter are not complete examples.  These are just pieces of code you may
  23.  
  24. find useful in your own programs.  Intserver is the same as used in the
  25.  
  26. DevCon notes and is a full working example (albeit not too useful).
  27.  
  28.  
  29.  
  30. The directory called "example" pulls together all of the things mentioned
  31.  
  32. in the conference and shows how to interface to exec, intuition, graphics
  33.  
  34. and DOS using the Amiga libraries.  Once again, this is not a particularly
  35.  
  36. useful program, but it does demonstrate the use of the various system calls.
  37.  
  38.  
  39.