home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dave Lowe: AssemPro For Development Amiga Driver
/
Lowe_AssemProForDevelopmentAmigaDriver.adf
/
Includes
/
AMIGA_SLABEL.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1987-10-07
|
270 b
|
28 lines
;This Program creates the library Amiga.L:
INCLUDE "Includes/Amiga.ASM"
SLABEL ":Includes/Amiga.L"
;Constants:
_LVOFindTask
_LVOWaitPort
_LVOGetMsg
_LVOReplyMsg
_LVOForbid
PR_CLI
PR_MsgPort
;Macros:
CALLSYS
LINKSYS
INIT_AMIGA
EXIT_AMIGA
ENDS
END