Home » Archimedes archive » Acorn Computing » 1993 09 Mega Disk.adf » 93_09 » Imagery/!Install/Loader

Imagery/!Install/Loader

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 » 1993 09 Mega Disk.adf » 93_09
Filename: Imagery/!Install/Loader
Read OK:
File size: 079B bytes
Load address: 0000
Exec address: 0000
File contents
   10REM ><Imagery$Dir>.Loader
   20DIM IMG% 32*1024,SCALE% 16,COLS% 16,TAS% 8,DAT% 72
   30F%=OPENUP("<Imagery$Dir>.Inst_dat"):IF F%=0 THEN END ELSE CLOSE#F%
   40OSCLI("LOAD <Imagery$Dir>.Inst_dat "+STR$~DAT%)
   50$TAS%="TASK":SYS "Wimp_Initialise",200,!TAS%,"Iload" TO ,HAND%
   60!IMG%=32*1024
   70SYS&2E,266,IMG%,"<Imagery$Dir>.Title"
   80SYS "OS_ReadModeVariable",-1,4  TO ,,XEIG%
   90SYS "OS_ReadModeVariable",-1,5  TO ,,YEIG%
  100SYS "OS_ReadModeVariable",-1,11  TO ,,XSIZE%
  110SYS "OS_ReadModeVariable",-1,12  TO ,,YSIZE%
  120
  130XEIG%=1<<XEIG%
  140YEIG%=1<<YEIG%
  150XSIZE% = XSIZE%*XEIG%
  160YSIZE% = YSIZE%*YEIG%
  170
  180XCEN%=XSIZE%DIV2
  190YCEN%=(YSIZE%DIV2)+80
  200
  210X%=XCEN%-416:Y%=YCEN%-316
  220W%=832:H%=632:FORL%=7 TO 0 STEP -1
  230SYS "Wimp_SetColour",L%
  240RECTANGLE FILL X%,Y%,W%,H%
  250W%-=4:H%-=4:X%+=2:Y%+=2:NEXT
  260
  270SYS "Wimp_ReadPixTrans",&100,IMG%,"TITLE",,,,SCALE%,COLS%
  280
  290SYS "OS_SpriteOp",256+52,IMG%,"Title",XCEN%-394,YCEN%-300,0,SCALE%,COLS%
  300SYS "OS_SpriteOp",256+52,IMG%,"Horse",XCEN%-124,YCEN%-300,0,SCALE%,COLS%
  310
  320SYS "Wimp_SetColour",7
  330RECTANGLE FILL XCEN%-124,YCEN%-304,4,608
  340
  350PROCps(XCEN%-40,440,YCEN%+40, "This copy of Imagery",7,0)
  360PROCps(XCEN%-40,440,YCEN%, "belongs to",7,0)
  370PROCps(XCEN%-40,440,YCEN%-60, $DAT%,7,0)
  380PROCps(XCEN%-40,440,YCEN%-108, $(DAT%+28),7,0)
  390PROCps(XCEN%-40,440,YCEN%-194,"Installed on "+$(DAT%+44),7,0)
  400PROCps(XCEN%-40,440,YCEN%-274,"ID: "+$(DAT%+60),7,0)
  410
  420SYS "Wimp_CloseDown",HAND%,!TAS%
  430REM REPEAT UNTIL INKEY(-99)
  440END
  450
  460DEFPROCps(XB%,XL%,YP%, A$, C1%,C2%)
  470SYS "Wimp_SetColour",C1%
  480YO%=0:FOR XO%=-4 TO 4 STEP 8
  490XP%=XB%+((XL%-(LEN(A$)*16))DIV2)+XO%
  500FORL%=1 TO LEN(A$)
  510SYS "OS_SpriteOp",51,ASC(MID$(A$,L%,1)),,XP%,YP%+YO%,,SCALE%
  520XP%+=16:NEXT
  530NEXT
  540
  550XO%=0:FOR YO%=-4 TO 4 STEP 8
  560XP%=XB%+((XL%-(LEN(A$)*16))DIV2)+XO%
  570FORL%=1 TO LEN(A$)
  580SYS "OS_SpriteOp",51,ASC(MID$(A$,L%,1)),,XP%,YP%+YO%,,SCALE%
  590XP%+=16:NEXT
  600NEXT
  610
  620SYS "Wimp_SetColour",C2%
  630XP%=XB%+((XL%-(LEN(A$)*16))DIV2)
  640FORL%=1 TO LEN(A$)
  650SYS "OS_SpriteOp",51,ASC(MID$(A$,L%,1)),,XP%,YP%,,SCALE%
  660XP%+=16:NEXT
  670ENDPROC

� ><Imagery$Dir>.Loader
4� IMG% 32*1024,SCALE% 16,COLS% 16,TAS% 8,DAT% 72
4F%=�("<Imagery$Dir>.Inst_dat"):� F%=0 � � � �#F%
(,�("LOAD <Imagery$Dir>.Inst_dat "+�~DAT%)
2@$TAS%="TASK":ș "Wimp_Initialise",200,!TAS%,"Iload" � ,HAND%
<!IMG%=32*1024
F(ș&2E,266,IMG%,"<Imagery$Dir>.Title"
P,ș "OS_ReadModeVariable",-1,4  � ,,XEIG%
Z,ș "OS_ReadModeVariable",-1,5  � ,,YEIG%
d.ș "OS_ReadModeVariable",-1,11  � ,,XSIZE%
n.ș "OS_ReadModeVariable",-1,12  � ,,YSIZE%
x
�XEIG%=1<<XEIG%
�YEIG%=1<<YEIG%
�XSIZE% = XSIZE%*XEIG%
�YSIZE% = YSIZE%*YEIG%
�
�XCEN%=XSIZE%�2
�YCEN%=(YSIZE%�2)+80
�
�X%=XCEN%-416:Y%=YCEN%-316
� W%=832:H%=632:�L%=7 � 0 � -1
�ș "Wimp_SetColour",L%
�ȓ Ȑ X%,Y%,W%,H%
�W%-=4:H%-=4:X%+=2:Y%+=2:�

<ș "Wimp_ReadPixTrans",&100,IMG%,"TITLE",,,,SCALE%,COLS%

"Kș "OS_SpriteOp",256+52,IMG%,"Title",XCEN%-394,YCEN%-300,0,SCALE%,COLS%
,Kș "OS_SpriteOp",256+52,IMG%,"Horse",XCEN%-124,YCEN%-300,0,SCALE%,COLS%
6
@ș "Wimp_SetColour",7
J#ȓ Ȑ XCEN%-124,YCEN%-304,4,608
T
^:�ps(XCEN%-40,440,YCEN%+40, "This copy of Imagery",7,0)
h-�ps(XCEN%-40,440,YCEN%, "belongs to",7,0)
r)�ps(XCEN%-40,440,YCEN%-60, $DAT%,7,0)
|/�ps(XCEN%-40,440,YCEN%-108, $(DAT%+28),7,0)
�>�ps(XCEN%-40,440,YCEN%-194,"Installed on "+$(DAT%+44),7,0)
�5�ps(XCEN%-40,440,YCEN%-274,"ID: "+$(DAT%+60),7,0)
�
�#ș "Wimp_CloseDown",HAND%,!TAS%
�� REPEAT UNTIL INKEY(-99)
��
�
�"��ps(XB%,XL%,YP%, A$, C1%,C2%)
�ș "Wimp_SetColour",C1%
�YO%=0:� XO%=-4 � 4 � 8
�$XP%=XB%+((XL%-(�(A$)*16))�2)+XO%
��L%=1 � �(A$)
�9ș "OS_SpriteOp",51,�(�A$,L%,1)),,XP%,YP%+YO%,,SCALE%

XP%+=16:�
�

&XO%=0:� YO%=-4 � 4 � 8
0$XP%=XB%+((XL%-(�(A$)*16))�2)+XO%
:�L%=1 � �(A$)
D9ș "OS_SpriteOp",51,�(�A$,L%,1)),,XP%,YP%+YO%,,SCALE%
N
XP%+=16:�
X�
b
lș "Wimp_SetColour",C2%
v XP%=XB%+((XL%-(�(A$)*16))�2)
��L%=1 � �(A$)
�5ș "OS_SpriteOp",51,�(�A$,L%,1)),,XP%,YP%,,SCALE%
�
XP%+=16:�
��
�
00000000  0d 00 0a 1b f4 20 3e 3c  49 6d 61 67 65 72 79 24  |..... ><Imagery$|
00000010  44 69 72 3e 2e 4c 6f 61  64 65 72 0d 00 14 34 de  |Dir>.Loader...4.|
00000020  20 49 4d 47 25 20 33 32  2a 31 30 32 34 2c 53 43  | IMG% 32*1024,SC|
00000030  41 4c 45 25 20 31 36 2c  43 4f 4c 53 25 20 31 36  |ALE% 16,COLS% 16|
00000040  2c 54 41 53 25 20 38 2c  44 41 54 25 20 37 32 0d  |,TAS% 8,DAT% 72.|
00000050  00 1e 34 46 25 3d ad 28  22 3c 49 6d 61 67 65 72  |..4F%=.("<Imager|
00000060  79 24 44 69 72 3e 2e 49  6e 73 74 5f 64 61 74 22  |y$Dir>.Inst_dat"|
00000070  29 3a e7 20 46 25 3d 30  20 8c 20 e0 20 8b 20 d9  |):. F%=0 . . . .|
00000080  23 46 25 0d 00 28 2c ff  28 22 4c 4f 41 44 20 3c  |#F%..(,.("LOAD <|
00000090  49 6d 61 67 65 72 79 24  44 69 72 3e 2e 49 6e 73  |Imagery$Dir>.Ins|
000000a0  74 5f 64 61 74 20 22 2b  c3 7e 44 41 54 25 29 0d  |t_dat "+.~DAT%).|
000000b0  00 32 40 24 54 41 53 25  3d 22 54 41 53 4b 22 3a  |.2@$TAS%="TASK":|
000000c0  c8 99 20 22 57 69 6d 70  5f 49 6e 69 74 69 61 6c  |.. "Wimp_Initial|
000000d0  69 73 65 22 2c 32 30 30  2c 21 54 41 53 25 2c 22  |ise",200,!TAS%,"|
000000e0  49 6c 6f 61 64 22 20 b8  20 2c 48 41 4e 44 25 0d  |Iload" . ,HAND%.|
000000f0  00 3c 11 21 49 4d 47 25  3d 33 32 2a 31 30 32 34  |.<.!IMG%=32*1024|
00000100  0d 00 46 28 c8 99 26 32  45 2c 32 36 36 2c 49 4d  |..F(..&2E,266,IM|
00000110  47 25 2c 22 3c 49 6d 61  67 65 72 79 24 44 69 72  |G%,"<Imagery$Dir|
00000120  3e 2e 54 69 74 6c 65 22  0d 00 50 2c c8 99 20 22  |>.Title"..P,.. "|
00000130  4f 53 5f 52 65 61 64 4d  6f 64 65 56 61 72 69 61  |OS_ReadModeVaria|
00000140  62 6c 65 22 2c 2d 31 2c  34 20 20 b8 20 2c 2c 58  |ble",-1,4  . ,,X|
00000150  45 49 47 25 0d 00 5a 2c  c8 99 20 22 4f 53 5f 52  |EIG%..Z,.. "OS_R|
00000160  65 61 64 4d 6f 64 65 56  61 72 69 61 62 6c 65 22  |eadModeVariable"|
00000170  2c 2d 31 2c 35 20 20 b8  20 2c 2c 59 45 49 47 25  |,-1,5  . ,,YEIG%|
00000180  0d 00 64 2e c8 99 20 22  4f 53 5f 52 65 61 64 4d  |..d... "OS_ReadM|
00000190  6f 64 65 56 61 72 69 61  62 6c 65 22 2c 2d 31 2c  |odeVariable",-1,|
000001a0  31 31 20 20 b8 20 2c 2c  58 53 49 5a 45 25 0d 00  |11  . ,,XSIZE%..|
000001b0  6e 2e c8 99 20 22 4f 53  5f 52 65 61 64 4d 6f 64  |n... "OS_ReadMod|
000001c0  65 56 61 72 69 61 62 6c  65 22 2c 2d 31 2c 31 32  |eVariable",-1,12|
000001d0  20 20 b8 20 2c 2c 59 53  49 5a 45 25 0d 00 78 04  |  . ,,YSIZE%..x.|
000001e0  0d 00 82 12 58 45 49 47  25 3d 31 3c 3c 58 45 49  |....XEIG%=1<<XEI|
000001f0  47 25 0d 00 8c 12 59 45  49 47 25 3d 31 3c 3c 59  |G%....YEIG%=1<<Y|
00000200  45 49 47 25 0d 00 96 19  58 53 49 5a 45 25 20 3d  |EIG%....XSIZE% =|
00000210  20 58 53 49 5a 45 25 2a  58 45 49 47 25 0d 00 a0  | XSIZE%*XEIG%...|
00000220  19 59 53 49 5a 45 25 20  3d 20 59 53 49 5a 45 25  |.YSIZE% = YSIZE%|
00000230  2a 59 45 49 47 25 0d 00  aa 04 0d 00 b4 12 58 43  |*YEIG%........XC|
00000240  45 4e 25 3d 58 53 49 5a  45 25 81 32 0d 00 be 17  |EN%=XSIZE%.2....|
00000250  59 43 45 4e 25 3d 28 59  53 49 5a 45 25 81 32 29  |YCEN%=(YSIZE%.2)|
00000260  2b 38 30 0d 00 c8 04 0d  00 d2 1d 58 25 3d 58 43  |+80........X%=XC|
00000270  45 4e 25 2d 34 31 36 3a  59 25 3d 59 43 45 4e 25  |EN%-416:Y%=YCEN%|
00000280  2d 33 31 36 0d 00 dc 20  57 25 3d 38 33 32 3a 48  |-316... W%=832:H|
00000290  25 3d 36 33 32 3a e3 4c  25 3d 37 20 b8 20 30 20  |%=632:.L%=7 . 0 |
000002a0  88 20 2d 31 0d 00 e6 1a  c8 99 20 22 57 69 6d 70  |. -1...... "Wimp|
000002b0  5f 53 65 74 43 6f 6c 6f  75 72 22 2c 4c 25 0d 00  |_SetColour",L%..|
000002c0  f0 15 c8 93 20 c8 90 20  58 25 2c 59 25 2c 57 25  |.... .. X%,Y%,W%|
000002d0  2c 48 25 0d 00 fa 1d 57  25 2d 3d 34 3a 48 25 2d  |,H%....W%-=4:H%-|
000002e0  3d 34 3a 58 25 2b 3d 32  3a 59 25 2b 3d 32 3a ed  |=4:X%+=2:Y%+=2:.|
000002f0  0d 01 04 04 0d 01 0e 3c  c8 99 20 22 57 69 6d 70  |.......<.. "Wimp|
00000300  5f 52 65 61 64 50 69 78  54 72 61 6e 73 22 2c 26  |_ReadPixTrans",&|
00000310  31 30 30 2c 49 4d 47 25  2c 22 54 49 54 4c 45 22  |100,IMG%,"TITLE"|
00000320  2c 2c 2c 2c 53 43 41 4c  45 25 2c 43 4f 4c 53 25  |,,,,SCALE%,COLS%|
00000330  0d 01 18 04 0d 01 22 4b  c8 99 20 22 4f 53 5f 53  |......"K.. "OS_S|
00000340  70 72 69 74 65 4f 70 22  2c 32 35 36 2b 35 32 2c  |priteOp",256+52,|
00000350  49 4d 47 25 2c 22 54 69  74 6c 65 22 2c 58 43 45  |IMG%,"Title",XCE|
00000360  4e 25 2d 33 39 34 2c 59  43 45 4e 25 2d 33 30 30  |N%-394,YCEN%-300|
00000370  2c 30 2c 53 43 41 4c 45  25 2c 43 4f 4c 53 25 0d  |,0,SCALE%,COLS%.|
00000380  01 2c 4b c8 99 20 22 4f  53 5f 53 70 72 69 74 65  |.,K.. "OS_Sprite|
00000390  4f 70 22 2c 32 35 36 2b  35 32 2c 49 4d 47 25 2c  |Op",256+52,IMG%,|
000003a0  22 48 6f 72 73 65 22 2c  58 43 45 4e 25 2d 31 32  |"Horse",XCEN%-12|
000003b0  34 2c 59 43 45 4e 25 2d  33 30 30 2c 30 2c 53 43  |4,YCEN%-300,0,SC|
000003c0  41 4c 45 25 2c 43 4f 4c  53 25 0d 01 36 04 0d 01  |ALE%,COLS%..6...|
000003d0  40 19 c8 99 20 22 57 69  6d 70 5f 53 65 74 43 6f  |@... "Wimp_SetCo|
000003e0  6c 6f 75 72 22 2c 37 0d  01 4a 23 c8 93 20 c8 90  |lour",7..J#.. ..|
000003f0  20 58 43 45 4e 25 2d 31  32 34 2c 59 43 45 4e 25  | XCEN%-124,YCEN%|
00000400  2d 33 30 34 2c 34 2c 36  30 38 0d 01 54 04 0d 01  |-304,4,608..T...|
00000410  5e 3a f2 70 73 28 58 43  45 4e 25 2d 34 30 2c 34  |^:.ps(XCEN%-40,4|
00000420  34 30 2c 59 43 45 4e 25  2b 34 30 2c 20 22 54 68  |40,YCEN%+40, "Th|
00000430  69 73 20 63 6f 70 79 20  6f 66 20 49 6d 61 67 65  |is copy of Image|
00000440  72 79 22 2c 37 2c 30 29  0d 01 68 2d f2 70 73 28  |ry",7,0)..h-.ps(|
00000450  58 43 45 4e 25 2d 34 30  2c 34 34 30 2c 59 43 45  |XCEN%-40,440,YCE|
00000460  4e 25 2c 20 22 62 65 6c  6f 6e 67 73 20 74 6f 22  |N%, "belongs to"|
00000470  2c 37 2c 30 29 0d 01 72  29 f2 70 73 28 58 43 45  |,7,0)..r).ps(XCE|
00000480  4e 25 2d 34 30 2c 34 34  30 2c 59 43 45 4e 25 2d  |N%-40,440,YCEN%-|
00000490  36 30 2c 20 24 44 41 54  25 2c 37 2c 30 29 0d 01  |60, $DAT%,7,0)..|
000004a0  7c 2f f2 70 73 28 58 43  45 4e 25 2d 34 30 2c 34  ||/.ps(XCEN%-40,4|
000004b0  34 30 2c 59 43 45 4e 25  2d 31 30 38 2c 20 24 28  |40,YCEN%-108, $(|
000004c0  44 41 54 25 2b 32 38 29  2c 37 2c 30 29 0d 01 86  |DAT%+28),7,0)...|
000004d0  3e f2 70 73 28 58 43 45  4e 25 2d 34 30 2c 34 34  |>.ps(XCEN%-40,44|
000004e0  30 2c 59 43 45 4e 25 2d  31 39 34 2c 22 49 6e 73  |0,YCEN%-194,"Ins|
000004f0  74 61 6c 6c 65 64 20 6f  6e 20 22 2b 24 28 44 41  |talled on "+$(DA|
00000500  54 25 2b 34 34 29 2c 37  2c 30 29 0d 01 90 35 f2  |T%+44),7,0)...5.|
00000510  70 73 28 58 43 45 4e 25  2d 34 30 2c 34 34 30 2c  |ps(XCEN%-40,440,|
00000520  59 43 45 4e 25 2d 32 37  34 2c 22 49 44 3a 20 22  |YCEN%-274,"ID: "|
00000530  2b 24 28 44 41 54 25 2b  36 30 29 2c 37 2c 30 29  |+$(DAT%+60),7,0)|
00000540  0d 01 9a 04 0d 01 a4 23  c8 99 20 22 57 69 6d 70  |.......#.. "Wimp|
00000550  5f 43 6c 6f 73 65 44 6f  77 6e 22 2c 48 41 4e 44  |_CloseDown",HAND|
00000560  25 2c 21 54 41 53 25 0d  01 ae 1d f4 20 52 45 50  |%,!TAS%..... REP|
00000570  45 41 54 20 55 4e 54 49  4c 20 49 4e 4b 45 59 28  |EAT UNTIL INKEY(|
00000580  2d 39 39 29 0d 01 b8 05  e0 0d 01 c2 04 0d 01 cc  |-99)............|
00000590  22 dd f2 70 73 28 58 42  25 2c 58 4c 25 2c 59 50  |"..ps(XB%,XL%,YP|
000005a0  25 2c 20 41 24 2c 20 43  31 25 2c 43 32 25 29 0d  |%, A$, C1%,C2%).|
000005b0  01 d6 1b c8 99 20 22 57  69 6d 70 5f 53 65 74 43  |..... "Wimp_SetC|
000005c0  6f 6c 6f 75 72 22 2c 43  31 25 0d 01 e0 1a 59 4f  |olour",C1%....YO|
000005d0  25 3d 30 3a e3 20 58 4f  25 3d 2d 34 20 b8 20 34  |%=0:. XO%=-4 . 4|
000005e0  20 88 20 38 0d 01 ea 24  58 50 25 3d 58 42 25 2b  | . 8...$XP%=XB%+|
000005f0  28 28 58 4c 25 2d 28 a9  28 41 24 29 2a 31 36 29  |((XL%-(.(A$)*16)|
00000600  29 81 32 29 2b 58 4f 25  0d 01 f4 11 e3 4c 25 3d  |).2)+XO%.....L%=|
00000610  31 20 b8 20 a9 28 41 24  29 0d 01 fe 39 c8 99 20  |1 . .(A$)...9.. |
00000620  22 4f 53 5f 53 70 72 69  74 65 4f 70 22 2c 35 31  |"OS_SpriteOp",51|
00000630  2c 97 28 c1 41 24 2c 4c  25 2c 31 29 29 2c 2c 58  |,.(.A$,L%,1)),,X|
00000640  50 25 2c 59 50 25 2b 59  4f 25 2c 2c 53 43 41 4c  |P%,YP%+YO%,,SCAL|
00000650  45 25 0d 02 08 0d 58 50  25 2b 3d 31 36 3a ed 0d  |E%....XP%+=16:..|
00000660  02 12 05 ed 0d 02 1c 04  0d 02 26 1a 58 4f 25 3d  |..........&.XO%=|
00000670  30 3a e3 20 59 4f 25 3d  2d 34 20 b8 20 34 20 88  |0:. YO%=-4 . 4 .|
00000680  20 38 0d 02 30 24 58 50  25 3d 58 42 25 2b 28 28  | 8..0$XP%=XB%+((|
00000690  58 4c 25 2d 28 a9 28 41  24 29 2a 31 36 29 29 81  |XL%-(.(A$)*16)).|
000006a0  32 29 2b 58 4f 25 0d 02  3a 11 e3 4c 25 3d 31 20  |2)+XO%..:..L%=1 |
000006b0  b8 20 a9 28 41 24 29 0d  02 44 39 c8 99 20 22 4f  |. .(A$)..D9.. "O|
000006c0  53 5f 53 70 72 69 74 65  4f 70 22 2c 35 31 2c 97  |S_SpriteOp",51,.|
000006d0  28 c1 41 24 2c 4c 25 2c  31 29 29 2c 2c 58 50 25  |(.A$,L%,1)),,XP%|
000006e0  2c 59 50 25 2b 59 4f 25  2c 2c 53 43 41 4c 45 25  |,YP%+YO%,,SCALE%|
000006f0  0d 02 4e 0d 58 50 25 2b  3d 31 36 3a ed 0d 02 58  |..N.XP%+=16:...X|
00000700  05 ed 0d 02 62 04 0d 02  6c 1b c8 99 20 22 57 69  |....b...l... "Wi|
00000710  6d 70 5f 53 65 74 43 6f  6c 6f 75 72 22 2c 43 32  |mp_SetColour",C2|
00000720  25 0d 02 76 20 58 50 25  3d 58 42 25 2b 28 28 58  |%..v XP%=XB%+((X|
00000730  4c 25 2d 28 a9 28 41 24  29 2a 31 36 29 29 81 32  |L%-(.(A$)*16)).2|
00000740  29 0d 02 80 11 e3 4c 25  3d 31 20 b8 20 a9 28 41  |).....L%=1 . .(A|
00000750  24 29 0d 02 8a 35 c8 99  20 22 4f 53 5f 53 70 72  |$)...5.. "OS_Spr|
00000760  69 74 65 4f 70 22 2c 35  31 2c 97 28 c1 41 24 2c  |iteOp",51,.(.A$,|
00000770  4c 25 2c 31 29 29 2c 2c  58 50 25 2c 59 50 25 2c  |L%,1)),,XP%,YP%,|
00000780  2c 53 43 41 4c 45 25 0d  02 94 0d 58 50 25 2b 3d  |,SCALE%....XP%+=|
00000790  31 36 3a ed 0d 02 9e 05  e1 0d ff                 |16:........|
0000079b