home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / asm / extmath / file_id.diz < prev    next >
Encoding:
Text File  |  1995-07-30  |  524 b   |  11 lines

  1. EXTMATH
  2.  
  3. This is a library of C-callable assembler subroutines to do 64-bit
  4. unsigned math. The header file, extmath.h, typedef's an 8-byte data
  5. type, "extnum_t", which the functions all use. All the functions are
  6. two-operand operations, leaving the result in the second ("dest")
  7. argument, excepting ExtNeg(), which is a unary operation; ExtCmp(),
  8. which returns a signed integer as its result; and the two divide
  9. routines, ExtDiv() and ExtDivB(), which take four arguments (divisor,
  10. dividend, quotient, remainder).
  11.