home *** CD-ROM | disk | FTP | other *** search
- ##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
-