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