home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / utility / pack.e < prev    next >
Text File  |  1995-07-05  |  568b  |  24 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST UTILITY_PACK_I=1,
  5.       PSTB_SIGNED=31,
  6.       PSTB_UNPACK=30,
  7.       PSTB_PACK=29,
  8.       PSTB_EXISTS=26,
  9.       PSTF_SIGNED=$80000000,
  10.       PSTF_UNPACK=$40000000,
  11.       PSTF_PACK=$20000000,
  12.       PSTF_EXISTS=$4000000,
  13.       PKCTRL_PACKUNPACK=0,
  14.       PKCTRL_PACKONLY=$40000000,
  15.       PKCTRL_UNPACKONLY=$20000000,
  16.       PKCTRL_BYTE=$80000000,
  17.       PKCTRL_WORD=$88000000,
  18.       PKCTRL_LONG=$90000000,
  19.       PKCTRL_UBYTE=0,
  20.       PKCTRL_UWORD=$8000000,
  21.       PKCTRL_ULONG=$10000000,
  22.       PKCTRL_BIT=$18000000,
  23.       PKCTRL_FLIPBIT=$98000000
  24.