home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 493.lha / LibTool / AsmSimple / Simple.fd < prev    next >
Encoding:
Text File  |  1991-04-06  |  502 b   |  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.