home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d463
/
libtool.lha
/
LibTool
/
LibTool.lzh
/
AsmComplex
/
Complex.fd
< prev
next >
Wrap
Text File
|
1990-06-27
|
619b
|
16 lines
##base ComplexBase *the name of our base used by C glue code and C PRAGMAS
##name complex *the name of our library (i.e. simple.library)
##vers 1 *version #
##revs 0 *revision #
##open OpenUp *to be called for each app that opens the lib
##clos CloseUp *to be called for each app that closes the lib
##libid complex asm lib (ver 1.0)
##bias 30 *first function is always at an offset of -30 from lib base
*Here are all of the lib functions callable by an application
##ret struct Window *
MakeWindow()
##ret void
PrintMsg(x,y,window,msg)(D0,D1,A0,A1)
RemWindow(window)(A0)
##end