home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / t / taskensure / s / app next >
Encoding:
Text File  |  1993-08-11  |  415 b   |  25 lines

  1.   ; ************ TaskEnsure application wrapper
  2.  
  3.   ; Project title: TaskEnsure
  4.   ; Purpose:       Ensure a WIMP task is present
  5.   ; File name:     s.app
  6.   ; Last modified: 11/8/93
  7.   ; Author:        Ben Summers
  8.   ; Version:       0.00
  9.   ; Dependancies:  s.taskensure
  10.  
  11.  ORG &8000
  12.  
  13.  GET "h.regdefs"
  14.  
  15. OS_GetEnv EQU &10
  16.  
  17. module EQU 0
  18.  
  19.  SWI   OS_GetEnv
  20.  ADR   R12,taskensure_end
  21.  GET "s.taskensure"
  22. taskensure_end
  23.  
  24.  END
  25.