Home » Archimedes archive » Acorn Computing » 1994 02 subscription disc.adf » 9402s » PD/TaskEnsure/s/app
PD/TaskEnsure/s/app
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn Computing » 1994 02 subscription disc.adf » 9402s |
Filename: | PD/TaskEnsure/s/app |
Read OK: | ✔ |
File size: | 019F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
; ************ 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
00000000 20 20 3b 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a | ; ************| 00000010 20 54 61 73 6b 45 6e 73 75 72 65 20 61 70 70 6c | TaskEnsure appl| 00000020 69 63 61 74 69 6f 6e 20 77 72 61 70 70 65 72 0a |ication wrapper.| 00000030 0a 20 20 3b 20 50 72 6f 6a 65 63 74 20 74 69 74 |. ; Project tit| 00000040 6c 65 3a 20 54 61 73 6b 45 6e 73 75 72 65 0a 20 |le: TaskEnsure. | 00000050 20 3b 20 50 75 72 70 6f 73 65 3a 20 20 20 20 20 | ; Purpose: | 00000060 20 20 45 6e 73 75 72 65 20 61 20 57 49 4d 50 20 | Ensure a WIMP | 00000070 74 61 73 6b 20 69 73 20 70 72 65 73 65 6e 74 0a |task is present.| 00000080 20 20 3b 20 46 69 6c 65 20 6e 61 6d 65 3a 20 20 | ; File name: | 00000090 20 20 20 73 2e 61 70 70 0a 20 20 3b 20 4c 61 73 | s.app. ; Las| 000000a0 74 20 6d 6f 64 69 66 69 65 64 3a 20 31 31 2f 38 |t modified: 11/8| 000000b0 2f 39 33 0a 20 20 3b 20 41 75 74 68 6f 72 3a 20 |/93. ; Author: | 000000c0 20 20 20 20 20 20 20 42 65 6e 20 53 75 6d 6d 65 | Ben Summe| 000000d0 72 73 0a 20 20 3b 20 56 65 72 73 69 6f 6e 3a 20 |rs. ; Version: | 000000e0 20 20 20 20 20 20 30 2e 30 30 0a 20 20 3b 20 44 | 0.00. ; D| 000000f0 65 70 65 6e 64 61 6e 63 69 65 73 3a 20 20 73 2e |ependancies: s.| 00000100 74 61 73 6b 65 6e 73 75 72 65 0a 0a 20 4f 52 47 |taskensure.. ORG| 00000110 20 26 38 30 30 30 0a 0a 20 47 45 54 20 22 68 2e | &8000.. GET "h.| 00000120 72 65 67 64 65 66 73 22 0a 0a 4f 53 5f 47 65 74 |regdefs"..OS_Get| 00000130 45 6e 76 20 45 51 55 20 26 31 30 0a 0a 6d 6f 64 |Env EQU &10..mod| 00000140 75 6c 65 20 45 51 55 20 30 0a 0a 20 53 57 49 20 |ule EQU 0.. SWI | 00000150 20 20 4f 53 5f 47 65 74 45 6e 76 0a 20 41 44 52 | OS_GetEnv. ADR| 00000160 20 20 20 52 31 32 2c 74 61 73 6b 65 6e 73 75 72 | R12,taskensur| 00000170 65 5f 65 6e 64 0a 20 47 45 54 20 22 73 2e 74 61 |e_end. GET "s.ta| 00000180 73 6b 65 6e 73 75 72 65 22 0a 74 61 73 6b 65 6e |skensure".tasken| 00000190 73 75 72 65 5f 65 6e 64 0a 0a 20 45 4e 44 0a |sure_end.. END.| 0000019f