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

  1.  
  2. {s Resident
  3.     WORD  rt_MatchWord
  4.     APTR  rt_MatchTag
  5.     APTR  rt_EndSkip
  6.     BYTE  rt_Flags
  7.     BYTE  rt_Version
  8.     BYTE  rt_Type
  9.     BYTE  rt_Pri
  10.     APTR  rt_Name
  11.     APTR  rt_IdString
  12.     APTR  rt_Init
  13.    s}
  14.  
  15.  
  16. EQU RTC_MATCHWORD   $4AFC
  17.  
  18. EQU RTF_AUTOINIT    (1<<7)
  19. EQU RTF_COLDSTART   (1<<0)
  20.  
  21. EQU RTM_WHEN        3
  22. EQU RTW_NEVER       0
  23. EQU RTW_COLDSTART   1
  24.  
  25. >Exec ^ -096 (r A1 r)    FindResident (s name -- resident )
  26. >Exec   -072 (r D1 D0 r) InitCode     (s version startclass -- )
  27. >Exec   -102 (r A1 D1 r) InitResident (s resident segList -- )
  28. >Exec   -612 (r  r)      SumKickData  (s  )
  29.  
  30.  
  31.