home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d463
/
libtool.lha
/
LibTool
/
LibTool.lzh
/
AsmSimple
/
Simple.fd
< prev
next >
Wrap
Text File
|
1990-06-27
|
502b
|
14 lines
##base SimpleBase *the name of our base used by C glue code and C PRAGMAS
##name simple *the name of our library (i.e. simple.library)
##vers 1 *version #
##revs 0 *revision #
##libid simple 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
*These 3 return ULONG
##ret ULONG
Add2Numbers(num1,num2)(D0,D1)
Sub2Numbers(num1,num2)(D0,D1)
Mult2Numbers(num1,num2)(D0,D1)
##end