home *** CD-ROM | disk | FTP | other *** search
- ; ************ TaskEnsure application wrapper
-
- ; Project title: TaskEnsure
- ; Purpose: Ensure a WIMP task is present
- ; File name: s.app
- ; Last modified: 11/8/93
- ; Author: Ben Summers
- ; Version: 0.00
- ; Dependancies: s.taskensure
-
- ORG &8000
-
- GET "h.regdefs"
-
- OS_GetEnv EQU &10
-
- module EQU 0
-
- SWI OS_GetEnv
- ADR R12,taskensure_end
- GET "s.taskensure"
- taskensure_end
-
- END
-