home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
disks
/
disk393.lzh
/
LibTool
/
AsmComplex
/
Complex.fd
< prev
next >
Wrap
Text File
|
1990-10-28
|
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