home *** CD-ROM | disk | FTP | other *** search
-
- Copyright (c) 1988 Commodore-Amiga, Inc.
-
- Executables based on this information may be used in software
- for Commodore Amiga computers. All other rights reserved.
-
- This information is provided "as is"; no warranties are made.
- All use is at your own risk, and no liability or responsibility is assumed.
-
-
- NOTES ON THE ASSEMBLER EXAMPLES
- ===============================
-
- Nearly all of the assembler subroutines assume that you have a5 pointing to
-
- a block of global data as described in the DevCon assembler notes. If you
-
- don't wish to use this kind of data organisation, then the examples will
-
- have to be modified accordingly. The directories called subroutines, debug
-
- and blitter are not complete examples. These are just pieces of code you may
-
- find useful in your own programs. Intserver is the same as used in the
-
- DevCon notes and is a full working example (albeit not too useful).
-
-
-
- The directory called "example" pulls together all of the things mentioned
-
- in the conference and shows how to interface to exec, intuition, graphics
-
- and DOS using the Amiga libraries. Once again, this is not a particularly
-
- useful program, but it does demonstrate the use of the various system calls.
-
-
-