home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / OS / LONG.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  406 b   |  19 lines

  1. #ifndef OS_LONG_OPH
  2. #define OS_LONG_OPH
  3.  
  4. #define IntToFloat        $CB
  5. #define UnsignedIntToFloat    $CC
  6. #define UnsignedLongToFloat    $CE
  7.  
  8. #define LongIntCompare        $BB
  9. #define LongIntDivide        $BD
  10. #define LongIntMultiply        $BC
  11. #define LongToFloat        $CD
  12. #define LongUnsignedIntCompare    $BE
  13. #define LongUnsignedIntDivide    $C0
  14. #define LongUnsignedIntMultiply    $BF
  15.  
  16. #define LongUnsignedIntRandom    $0400
  17.  
  18. #endif
  19.