Home » Archimedes archive » Acorn User » AU 1994-04.adf » !StarInfo_StarInfo » Nancekiev/!Speedup/!Runimage

Nancekiev/!Speedup/!Runimage

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 User » AU 1994-04.adf » !StarInfo_StarInfo
Filename: Nancekiev/!Speedup/!Runimage
Read OK:
File size: 052B bytes
Load address: 0000
Exec address: 0000
File contents
   10REM     >!SpeedUp.!Runimage
   20REM by  Dominic Nancekievill
   30REM (c) AU April 1994
   40:
   50Task = &4B534154
   60Wimp_Version = 2
   70SYS "Wimp_Initialise",Wimp_Version*100,Task,"!Speedup" TO ,Task_Handle
   80DIM buffer% 2000
   90DIM winspace% &800
  100
  110PROCtemplate
  120
  130:
  140ON ERROR PROCsilly : SYS "Wimp_CloseDown" : END
  150DIM name% 8
  160$(name%)="Slow!"
  170SYS "OS_Module",18,name%
  180ON ERROR REPORT
  190:
  200PROCopenwindow
  210:
  220REPEAT
  230SYS "Wimp_Poll",,buffer% TO action%
  240CASE action% OF
  250WHEN 6 : PROCcheck
  260ENDCASE
  270UNTIL FALSE
  280:
  290DEF PROCsilly
  300message_silly$="!Slowdown has not been initiated yet!"
  310title_silly$="!Speedup"
  320 DIM wimpsilly% 50
  330 $(wimpsilly%+4)=message_silly$
  340 response_silly%=14
  350 SYS "Wimp_ReportError",wimpsilly%,response_silly%,title_silly$ TO ,response_silly%
  360ENDPROC
  370
  380DEFPROCtemplate
  390SYS "Wimp_OpenTemplate",,"<Speedup$Dir>.Templates"
  400SYS "Wimp_LoadTemplate",,buffer%,winspace%,winspace%+&800,-1,"message",0 TO,,winspace%
  410SYS "Wimp_CreateWindow",,buffer% TO message%
  420SYS "Wimp_CloseTemplate"
  430ENDPROC
  440:
  450DEFPROCopenwindow
  460!buffer%=message%
  470buffer%!4=300
  480:
  490buffer%!8=300
  500buffer%!12=1036
  510buffer%!16=732
  520buffer%!28=-1
  530:
  540SYS "Wimp_OpenWindow",,buffer%
  550:
  560ENDPROC
  570DEF PROCcheck
  580IF buffer%!16=0 THEN PROCkill : SYS "Wimp_CloseDown"
  590IF buffer%!16=1 THEN SYS "Wimp_CloseDown"
  600ENDPROC
  610:
  620DEF PROCkill
  630*RMKILL Slow!
  640ENDPROC
  650:

�     >!SpeedUp.!Runimage
� by  Dominic Nancekievill
� (c) AU April 1994
(:
2Task = &4B534154
<Wimp_Version = 2
FHș "Wimp_Initialise",Wimp_Version*100,Task,"!Speedup" � ,Task_Handle
P� buffer% 2000
Z� winspace% &800
d
n
�template
x
�:
�(� � �silly : ș "Wimp_CloseDown" : �
�
� name% 8
�$(name%)="Slow!"
�ș "OS_Module",18,name%
�	� � �
�:
��openwindow
�:
��
�%ș "Wimp_Poll",,buffer% � action%
�Ȏ action% �
�� 6 : �check
�
� �
:
"� �silly
,:message_silly$="!Slowdown has not been initiated yet!"
6title_silly$="!Speedup"
@ � wimpsilly% 50
J# $(wimpsilly%+4)=message_silly$
T response_silly%=14
^U ș "Wimp_ReportError",wimpsilly%,response_silly%,title_silly$ � ,response_silly%
h�
r
|��template
�5ș "Wimp_OpenTemplate",,"<Speedup$Dir>.Templates"
�Xș "Wimp_LoadTemplate",,buffer%,winspace%,winspace%+&800,-1,"message",0 �,,winspace%
�.ș "Wimp_CreateWindow",,buffer% � message%
�ș "Wimp_CloseTemplate"
��
�:
���openwindow
�!buffer%=message%
�buffer%!4=300
�:
�buffer%!8=300
�buffer%!12=1036
�buffer%!16=732
buffer%!28=-1
:
!ș "Wimp_OpenWindow",,buffer%
&:
0�
:� �check
D0� buffer%!16=0 � �kill : ș "Wimp_CloseDown"
N(� buffer%!16=1 � ș "Wimp_CloseDown"
X�
b:
l� �kill
v*RMKILL Slow!
��
�:
�
00000000  0d 00 0a 1d f4 20 20 20  20 20 3e 21 53 70 65 65  |.....     >!Spee|
00000010  64 55 70 2e 21 52 75 6e  69 6d 61 67 65 0d 00 14  |dUp.!Runimage...|
00000020  1e f4 20 62 79 20 20 44  6f 6d 69 6e 69 63 20 4e  |.. by  Dominic N|
00000030  61 6e 63 65 6b 69 65 76  69 6c 6c 0d 00 1e 17 f4  |ancekievill.....|
00000040  20 28 63 29 20 41 55 20  41 70 72 69 6c 20 31 39  | (c) AU April 19|
00000050  39 34 0d 00 28 05 3a 0d  00 32 14 54 61 73 6b 20  |94..(.:..2.Task |
00000060  3d 20 26 34 42 35 33 34  31 35 34 0d 00 3c 14 57  |= &4B534154..<.W|
00000070  69 6d 70 5f 56 65 72 73  69 6f 6e 20 3d 20 32 0d  |imp_Version = 2.|
00000080  00 46 48 c8 99 20 22 57  69 6d 70 5f 49 6e 69 74  |.FH.. "Wimp_Init|
00000090  69 61 6c 69 73 65 22 2c  57 69 6d 70 5f 56 65 72  |ialise",Wimp_Ver|
000000a0  73 69 6f 6e 2a 31 30 30  2c 54 61 73 6b 2c 22 21  |sion*100,Task,"!|
000000b0  53 70 65 65 64 75 70 22  20 b8 20 2c 54 61 73 6b  |Speedup" . ,Task|
000000c0  5f 48 61 6e 64 6c 65 0d  00 50 12 de 20 62 75 66  |_Handle..P.. buf|
000000d0  66 65 72 25 20 32 30 30  30 0d 00 5a 14 de 20 77  |fer% 2000..Z.. w|
000000e0  69 6e 73 70 61 63 65 25  20 26 38 30 30 0d 00 64  |inspace% &800..d|
000000f0  04 0d 00 6e 0d f2 74 65  6d 70 6c 61 74 65 0d 00  |...n..template..|
00000100  78 04 0d 00 82 05 3a 0d  00 8c 28 ee 20 85 20 f2  |x.....:...(. . .|
00000110  73 69 6c 6c 79 20 3a 20  c8 99 20 22 57 69 6d 70  |silly : .. "Wimp|
00000120  5f 43 6c 6f 73 65 44 6f  77 6e 22 20 3a 20 e0 0d  |_CloseDown" : ..|
00000130  00 96 0d de 20 6e 61 6d  65 25 20 38 0d 00 a0 14  |.... name% 8....|
00000140  24 28 6e 61 6d 65 25 29  3d 22 53 6c 6f 77 21 22  |$(name%)="Slow!"|
00000150  0d 00 aa 1b c8 99 20 22  4f 53 5f 4d 6f 64 75 6c  |...... "OS_Modul|
00000160  65 22 2c 31 38 2c 6e 61  6d 65 25 0d 00 b4 09 ee  |e",18,name%.....|
00000170  20 85 20 f6 0d 00 be 05  3a 0d 00 c8 0f f2 6f 70  | . .....:.....op|
00000180  65 6e 77 69 6e 64 6f 77  0d 00 d2 05 3a 0d 00 dc  |enwindow....:...|
00000190  05 f5 0d 00 e6 25 c8 99  20 22 57 69 6d 70 5f 50  |.....%.. "Wimp_P|
000001a0  6f 6c 6c 22 2c 2c 62 75  66 66 65 72 25 20 b8 20  |oll",,buffer% . |
000001b0  61 63 74 69 6f 6e 25 0d  00 f0 10 c8 8e 20 61 63  |action%...... ac|
000001c0  74 69 6f 6e 25 20 ca 0d  00 fa 10 c9 20 36 20 3a  |tion% ...... 6 :|
000001d0  20 f2 63 68 65 63 6b 0d  01 04 05 cb 0d 01 0e 07  | .check.........|
000001e0  fd 20 a3 0d 01 18 05 3a  0d 01 22 0c dd 20 f2 73  |. .....:..".. .s|
000001f0  69 6c 6c 79 0d 01 2c 3a  6d 65 73 73 61 67 65 5f  |illy..,:message_|
00000200  73 69 6c 6c 79 24 3d 22  21 53 6c 6f 77 64 6f 77  |silly$="!Slowdow|
00000210  6e 20 68 61 73 20 6e 6f  74 20 62 65 65 6e 20 69  |n has not been i|
00000220  6e 69 74 69 61 74 65 64  20 79 65 74 21 22 0d 01  |nitiated yet!"..|
00000230  36 1b 74 69 74 6c 65 5f  73 69 6c 6c 79 24 3d 22  |6.title_silly$="|
00000240  21 53 70 65 65 64 75 70  22 0d 01 40 14 20 de 20  |!Speedup"..@. . |
00000250  77 69 6d 70 73 69 6c 6c  79 25 20 35 30 0d 01 4a  |wimpsilly% 50..J|
00000260  23 20 24 28 77 69 6d 70  73 69 6c 6c 79 25 2b 34  |# $(wimpsilly%+4|
00000270  29 3d 6d 65 73 73 61 67  65 5f 73 69 6c 6c 79 24  |)=message_silly$|
00000280  0d 01 54 17 20 72 65 73  70 6f 6e 73 65 5f 73 69  |..T. response_si|
00000290  6c 6c 79 25 3d 31 34 0d  01 5e 55 20 c8 99 20 22  |lly%=14..^U .. "|
000002a0  57 69 6d 70 5f 52 65 70  6f 72 74 45 72 72 6f 72  |Wimp_ReportError|
000002b0  22 2c 77 69 6d 70 73 69  6c 6c 79 25 2c 72 65 73  |",wimpsilly%,res|
000002c0  70 6f 6e 73 65 5f 73 69  6c 6c 79 25 2c 74 69 74  |ponse_silly%,tit|
000002d0  6c 65 5f 73 69 6c 6c 79  24 20 b8 20 2c 72 65 73  |le_silly$ . ,res|
000002e0  70 6f 6e 73 65 5f 73 69  6c 6c 79 25 0d 01 68 05  |ponse_silly%..h.|
000002f0  e1 0d 01 72 04 0d 01 7c  0e dd f2 74 65 6d 70 6c  |...r...|...templ|
00000300  61 74 65 0d 01 86 35 c8  99 20 22 57 69 6d 70 5f  |ate...5.. "Wimp_|
00000310  4f 70 65 6e 54 65 6d 70  6c 61 74 65 22 2c 2c 22  |OpenTemplate",,"|
00000320  3c 53 70 65 65 64 75 70  24 44 69 72 3e 2e 54 65  |<Speedup$Dir>.Te|
00000330  6d 70 6c 61 74 65 73 22  0d 01 90 58 c8 99 20 22  |mplates"...X.. "|
00000340  57 69 6d 70 5f 4c 6f 61  64 54 65 6d 70 6c 61 74  |Wimp_LoadTemplat|
00000350  65 22 2c 2c 62 75 66 66  65 72 25 2c 77 69 6e 73  |e",,buffer%,wins|
00000360  70 61 63 65 25 2c 77 69  6e 73 70 61 63 65 25 2b  |pace%,winspace%+|
00000370  26 38 30 30 2c 2d 31 2c  22 6d 65 73 73 61 67 65  |&800,-1,"message|
00000380  22 2c 30 20 b8 2c 2c 77  69 6e 73 70 61 63 65 25  |",0 .,,winspace%|
00000390  0d 01 9a 2e c8 99 20 22  57 69 6d 70 5f 43 72 65  |...... "Wimp_Cre|
000003a0  61 74 65 57 69 6e 64 6f  77 22 2c 2c 62 75 66 66  |ateWindow",,buff|
000003b0  65 72 25 20 b8 20 6d 65  73 73 61 67 65 25 0d 01  |er% . message%..|
000003c0  a4 1b c8 99 20 22 57 69  6d 70 5f 43 6c 6f 73 65  |.... "Wimp_Close|
000003d0  54 65 6d 70 6c 61 74 65  22 0d 01 ae 05 e1 0d 01  |Template".......|
000003e0  b8 05 3a 0d 01 c2 10 dd  f2 6f 70 65 6e 77 69 6e  |..:......openwin|
000003f0  64 6f 77 0d 01 cc 15 21  62 75 66 66 65 72 25 3d  |dow....!buffer%=|
00000400  6d 65 73 73 61 67 65 25  0d 01 d6 11 62 75 66 66  |message%....buff|
00000410  65 72 25 21 34 3d 33 30  30 0d 01 e0 05 3a 0d 01  |er%!4=300....:..|
00000420  ea 11 62 75 66 66 65 72  25 21 38 3d 33 30 30 0d  |..buffer%!8=300.|
00000430  01 f4 13 62 75 66 66 65  72 25 21 31 32 3d 31 30  |...buffer%!12=10|
00000440  33 36 0d 01 fe 12 62 75  66 66 65 72 25 21 31 36  |36....buffer%!16|
00000450  3d 37 33 32 0d 02 08 11  62 75 66 66 65 72 25 21  |=732....buffer%!|
00000460  32 38 3d 2d 31 0d 02 12  05 3a 0d 02 1c 21 c8 99  |28=-1....:...!..|
00000470  20 22 57 69 6d 70 5f 4f  70 65 6e 57 69 6e 64 6f  | "Wimp_OpenWindo|
00000480  77 22 2c 2c 62 75 66 66  65 72 25 0d 02 26 05 3a  |w",,buffer%..&.:|
00000490  0d 02 30 05 e1 0d 02 3a  0c dd 20 f2 63 68 65 63  |..0....:.. .chec|
000004a0  6b 0d 02 44 30 e7 20 62  75 66 66 65 72 25 21 31  |k..D0. buffer%!1|
000004b0  36 3d 30 20 8c 20 f2 6b  69 6c 6c 20 3a 20 c8 99  |6=0 . .kill : ..|
000004c0  20 22 57 69 6d 70 5f 43  6c 6f 73 65 44 6f 77 6e  | "Wimp_CloseDown|
000004d0  22 0d 02 4e 28 e7 20 62  75 66 66 65 72 25 21 31  |"..N(. buffer%!1|
000004e0  36 3d 31 20 8c 20 c8 99  20 22 57 69 6d 70 5f 43  |6=1 . .. "Wimp_C|
000004f0  6c 6f 73 65 44 6f 77 6e  22 0d 02 58 05 e1 0d 02  |loseDown"..X....|
00000500  62 05 3a 0d 02 6c 0b dd  20 f2 6b 69 6c 6c 0d 02  |b.:..l.. .kill..|
00000510  76 11 2a 52 4d 4b 49 4c  4c 20 53 6c 6f 77 21 0d  |v.*RMKILL Slow!.|
00000520  02 80 05 e1 0d 02 8a 05  3a 0d ff                 |........:..|
0000052b