home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk393.lzh / LibTool / AsmSimple / Simple.fd < prev    next >
Text File  |  1990-10-28  |  502b  |  14 lines

  1. ##base SimpleBase *the name of our base used by C glue code and C PRAGMAS
  2. ##name simple     *the name of our library (i.e. simple.library)
  3. ##vers 1          *version #
  4. ##revs 0          *revision #
  5. ##libid simple asm lib (ver 1.0)
  6. ##bias 30         *first function is always at an offset of -30 from lib base
  7. *Here are all of the lib functions callable by an application
  8. *These 3 return ULONG
  9. ##ret ULONG
  10. Add2Numbers(num1,num2)(D0,D1)
  11. Sub2Numbers(num1,num2)(D0,D1)
  12. Mult2Numbers(num1,num2)(D0,D1)
  13. ##end
  14.