home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / source / dcassem.lha / No.1 < prev    next >
Text File  |  1988-05-14  |  909b  |  29 lines

  1.             NOTES ON THE ASSEMBLER EXAMPLES
  2.             ===============================
  3.  
  4. Nearly all of the assembler subroutines assume that you have a5 pointing to
  5.  
  6. a block of global data as described in the DevCon assembler notes.  If you
  7.  
  8. don't wish to use this kind of data organisation, then the examples will
  9.  
  10. have to be modified accordingly.  The directories called subroutines, debug
  11.  
  12. and blitter are not complete examples.  These are just pieces of code you may
  13.  
  14. find useful in your own programs.  Intserver is the same as used in the
  15.  
  16. DevCon notes and is a full working example (albeit not too useful).
  17.  
  18.  
  19.  
  20. The directory called "example" pulls together all of the things mentioned
  21.  
  22. in the conference and shows how to interface to exec, intuition, graphics
  23.  
  24. and DOS using the Amiga libraries.  Once again, this is not a particularly
  25.  
  26. useful program, but it does demonstrate the use of the various system calls.
  27.  
  28.  
  29.