home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 224a.lha / Includes / resources / misc < prev    next >
Encoding:
Text File  |  1989-04-08  |  546 b   |  25 lines

  1.  
  2. EQU  MR_SERIALPORT       0
  3. EQU  MR_SERIALBITS       1
  4. EQU  MR_PARALLELPORT     2
  5. EQU  MR_PARALLELBITS     3
  6.  
  7. EQU  NUMMRTYPES          4
  8.  
  9. {s MiscResource
  10.     struct  34 mr_Library       ( { Library=34;exec/libraries )
  11.     LONGS   4  mr_AllocArray
  12.    s}
  13.  
  14. \\        LIBINIT LIB_BASE
  15. \\        LIBDEF  MR_ALLOCMISCRESOURCE
  16. \\        LIBDEF  MR_FREEMISCRESOURCE
  17.  
  18. : MISCNAME   " misc.resource"  drop  ;
  19.  
  20. libindex: >Misc
  21.  
  22. >Misc ^ -6  (r A1 D0 r)  GetMiscResource  (s name unit# -- CurrentUser )
  23. >Misc   -12 (r D0 r)     FreeMiscResource (s unit# -- )
  24.  
  25.