Home » Archimedes archive » Archimedes World » AW-1991-10.adf » October91 » !AWOct91/Goodies/OL_System/Screens/Display

!AWOct91/Goodies/OL_System/Screens/Display

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 » Archimedes World » AW-1991-10.adf » October91
Filename: !AWOct91/Goodies/OL_System/Screens/Display
Read OK:
File size: 0269 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM >Display
   20
   30REM Author   :  Stewart May
   40REM Date     :  3rd July 1991
   50REM Version  :  1.10
   60REM Use      :  Load and display OL_system compressed files
   65REM Copyright : Archimedes World October 1991
   70
   80*MOUNT
   90*RMENSURE ScreenCompUtils 1.00 *RMLOAD $.!OL_SYSTEM.SC
  100*DIR $.SCREENS
  110MODE 12:OFF
  120REPEAT
  130   FOR I=1 TO 5
  140      OSCLI("SCRLOAD OL_Sys"+STR$(I))
  150      TIME=0
  160      REPEAT
  170         PROCColours
  180         MOUSE X,Y,Z
  190      UNTIL INKEY(-99) OR Z<>0 OR TIME>2000
  200   NEXT
  210UNTIL FALSE
  220:
  230DEFPROCColours
  240IF RND(1)>0.9 THEN
  250   C=RND(15)
  260   K1=RND(128)+127
  270   K2=RND(128)+127
  280   K3=RND(128)+127
  290   COLOUR C,K1,K2,K3
  300ENDIF
  310ENDPROC

� >Display

� Author   :  Stewart May
(� Date     :  3rd July 1991
2� Version  :  1.10
<=� Use      :  Load and display OL_system compressed files
A/� Copyright : Archimedes World October 1991
F
P
*MOUNT
Z:*RMENSURE ScreenCompUtils 1.00 *RMLOAD $.!OL_SYSTEM.SC
d*DIR $.SCREENS
n
� 12:�
x�
�   � I=1 � 5
�"      �("SCRLOAD OL_Sys"+�(I))
�
      �=0
�      �
�         �Colours
�         ȗ X,Y,Z
�"      � �(-99) � Z<>0 � �>2000
�   �
�� �
�:
�
��Colours
�� �(1)>0.9 �
�   C=�(15)
   K1=�(128)+127
   K2=�(128)+127
   K3=�(128)+127
"   � C,K1,K2,K3
,�
6�
�
00000000  0d 00 0a 0e f4 20 3e 44  69 73 70 6c 61 79 0d 00  |..... >Display..|
00000010  14 04 0d 00 1e 1d f4 20  41 75 74 68 6f 72 20 20  |....... Author  |
00000020  20 3a 20 20 53 74 65 77  61 72 74 20 4d 61 79 0d  | :  Stewart May.|
00000030  00 28 1f f4 20 44 61 74  65 20 20 20 20 20 3a 20  |.(.. Date     : |
00000040  20 33 72 64 20 4a 75 6c  79 20 31 39 39 31 0d 00  | 3rd July 1991..|
00000050  32 16 f4 20 56 65 72 73  69 6f 6e 20 20 3a 20 20  |2.. Version  :  |
00000060  31 2e 31 30 0d 00 3c 3d  f4 20 55 73 65 20 20 20  |1.10..<=. Use   |
00000070  20 20 20 3a 20 20 4c 6f  61 64 20 61 6e 64 20 64  |   :  Load and d|
00000080  69 73 70 6c 61 79 20 4f  4c 5f 73 79 73 74 65 6d  |isplay OL_system|
00000090  20 63 6f 6d 70 72 65 73  73 65 64 20 66 69 6c 65  | compressed file|
000000a0  73 0d 00 41 2f f4 20 43  6f 70 79 72 69 67 68 74  |s..A/. Copyright|
000000b0  20 3a 20 41 72 63 68 69  6d 65 64 65 73 20 57 6f  | : Archimedes Wo|
000000c0  72 6c 64 20 4f 63 74 6f  62 65 72 20 31 39 39 31  |rld October 1991|
000000d0  0d 00 46 04 0d 00 50 0a  2a 4d 4f 55 4e 54 0d 00  |..F...P.*MOUNT..|
000000e0  5a 3a 2a 52 4d 45 4e 53  55 52 45 20 53 63 72 65  |Z:*RMENSURE Scre|
000000f0  65 6e 43 6f 6d 70 55 74  69 6c 73 20 31 2e 30 30  |enCompUtils 1.00|
00000100  20 2a 52 4d 4c 4f 41 44  20 24 2e 21 4f 4c 5f 53  | *RMLOAD $.!OL_S|
00000110  59 53 54 45 4d 2e 53 43  0d 00 64 12 2a 44 49 52  |YSTEM.SC..d.*DIR|
00000120  20 24 2e 53 43 52 45 45  4e 53 0d 00 6e 0a eb 20  | $.SCREENS..n.. |
00000130  31 32 3a 87 0d 00 78 05  f5 0d 00 82 10 20 20 20  |12:...x......   |
00000140  e3 20 49 3d 31 20 b8 20  35 0d 00 8c 22 20 20 20  |. I=1 . 5..."   |
00000150  20 20 20 ff 28 22 53 43  52 4c 4f 41 44 20 4f 4c  |   .("SCRLOAD OL|
00000160  5f 53 79 73 22 2b c3 28  49 29 29 0d 00 96 0d 20  |_Sys"+.(I)).... |
00000170  20 20 20 20 20 d1 3d 30  0d 00 a0 0b 20 20 20 20  |     .=0....    |
00000180  20 20 f5 0d 00 aa 15 20  20 20 20 20 20 20 20 20  |  .....         |
00000190  f2 43 6f 6c 6f 75 72 73  0d 00 b4 15 20 20 20 20  |.Colours....    |
000001a0  20 20 20 20 20 c8 97 20  58 2c 59 2c 5a 0d 00 be  |     .. X,Y,Z...|
000001b0  22 20 20 20 20 20 20 fd  20 a6 28 2d 39 39 29 20  |"      . .(-99) |
000001c0  84 20 5a 3c 3e 30 20 84  20 91 3e 32 30 30 30 0d  |. Z<>0 . .>2000.|
000001d0  00 c8 08 20 20 20 ed 0d  00 d2 07 fd 20 a3 0d 00  |...   ...... ...|
000001e0  dc 05 3a 0d 00 e6 0d dd  f2 43 6f 6c 6f 75 72 73  |..:......Colours|
000001f0  0d 00 f0 10 e7 20 b3 28  31 29 3e 30 2e 39 20 8c  |..... .(1)>0.9 .|
00000200  0d 00 fa 0e 20 20 20 43  3d b3 28 31 35 29 0d 01  |....   C=.(15)..|
00000210  04 14 20 20 20 4b 31 3d  b3 28 31 32 38 29 2b 31  |..   K1=.(128)+1|
00000220  32 37 0d 01 0e 14 20 20  20 4b 32 3d b3 28 31 32  |27....   K2=.(12|
00000230  38 29 2b 31 32 37 0d 01  18 14 20 20 20 4b 33 3d  |8)+127....   K3=|
00000240  b3 28 31 32 38 29 2b 31  32 37 0d 01 22 13 20 20  |.(128)+127..".  |
00000250  20 fb 20 43 2c 4b 31 2c  4b 32 2c 4b 33 0d 01 2c  | . C,K1,K2,K3..,|
00000260  05 cd 0d 01 36 05 e1 0d  ff                       |....6....|
00000269