Home » Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF » PixMap/PixMap

PixMap/PixMap

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 » Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF
Filename: PixMap/PixMap
Read OK:
File size: 07F5 bytes
Load address: FFFF1D00
Exec address: FFFF8023
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
   10REM    Electron Pixel Mapper
   20REM Original version by Martin Dawe             (c) Acorn Computing
   30REM Adapted for EUG by M.Ford, 1994
   40OSCLI("LOAD mapcode 2C00")
   50REPEAT:MODE3:HIMEM=&2700
   60PRINTTAB(34,1)"PIXEL MAPPER"
   70buff=&88:size=&89:pos=&79:ylen=&7A:mode=&A00:file=&A0B:mapper=&2C00:half%=FALSE
   80REPEAT:INPUT'"Source mode of picture to be mapped";m$:UNTIL INSTR("01245",m$):IF INSTR("45",m$) PROCdest:IF INSTR("01",m$) half%=TRUE
   90M%=VAL(m$):IF M%>3 ?buff=&30:?size=&28 ELSE ?buff=&27:?size=&5
  100!mode=&27285801:!(mode+4)=&03110288:IF M%<4 !mode=&4F503000
  110IF M%=0 OR M%=4 !(mode+4)=&07010380
  120IF M%=2 !(mode+4)=&015501AA
  130IF M%=0 !(mode+8)=&280 ELSEIF M%=1 OR M%=4 !(mode+8)=&140 ELSE !(mode+8)=&A0
  140IF half% ?(mode+10)=1
  150?pos=?(mode+1)
  160REPEAT:INPUT'"Vertical length of this picture (in pixels : max 256)";y%:UNTIL y%>0 AND y%<257:?ylen=y%-1
  170PRINT:OSCLI"CAT"
  180REPEAT:INPUT'"Filename of this picture";file$:UNTIL LEN(file$)<21:$file=file$+CHR$13
  190Op1$="(1) Shape file, designed using ""Shaper""":Op2$="(2) a Mode "+m$+" screen file":PRINT'"Map on to:   ";Op1$'TAB(10);"or ";Op2$;" ?";
  200REPEAT key$=GET$:UNTIL INSTR("12",key$)<>0:key=VAL(key$)
  210COLOUR0:COLOUR129
  220IF key=1 THEN PRINT TAB(13,VPOS-1) Op1$':st$="shape" ELSE PRINT TAB(13,VPOS) Op2$:st$="screen"
  230COLOUR1:COLOUR128
  240PRINT'"Filename of ";st$;" file to map picture to";:INPUT file$:INPUT'"Filename to save mapped picture as";save$
  250MODEM%:VDU23,1,0;0;0;0;:HIMEM=&2700
  260IF key=1 THEN PROCshape ELSE OSCLI"LOAD "+file$
  270CALLmapper
  280OSCLI("SAVE "+save$+" "+STR$~(?(mode+1)*&100)+" 8000")
  290PRINT"Mapped and saved"
  300INPUT'"Map another";yn$
  310IF INSTR("Yy",LEFT$(yn$,1)) UNTIL0
  320CHAIN"Menu"
  340DEFPROCdest
  350IF m$="4" ch$="(0,4)" ELSE ch$="(1,5)"
  360REPEAT:PRINT'"Mode to map picture to "ch$;:INPUTm$:UNTIL INSTR(ch$,m$) AND NOTINSTR("(),",m$)
  370ENDPROC
  380DEFPROCshape
  390f%=OPENIN(file$):INPUT#f%,num%
  400FOR shape%=0 TO num%:INPUT#f%,sx%,sy%,fx%,fy%,xx%,xy%,type%
  410IF type%>127 GCOL0,0 ELSE GCOL0,1
  420type%=type% AND127
  430IF type%=2 MOVEsx%,sy%:MOVExx%,xy%:PLOT85,fx%,fy%
  440IF type%=3 MOVEsx%,sy%:MOVEsx%,fy%:PLOT85,fx%,fy%:MOVEsx%,sy%:MOVEfx%,sy%:PLOT85,fx%,fy%
  450IF type%=4 PROCcircle
  460NEXT:CLOSE#f%
  470ENDPROC
  480DEFPROCcircle
  490cstep=2*PI/xx%:mult=SQR((fx%-sx%)^2+(fy%-sy%)^2)
  500FORang=0 TO 2*PI STEPcstep
  510MOVEsx%,sy%:MOVEsx%+mult*COS(ang),sy%+mult*SIN(ang):PLOT85,sx%+mult*COS(ang+cstep),sy%+mult*SIN(ang+cstep)
  520NEXT:ENDPROC

�    Electron Pixel Mapper
E� Original version by Martin Dawe             (c) Acorn Computing
%� Adapted for EUG by M.Ford, 1994
(�("LOAD mapcode 2C00")
2�:�3:�=&2700
<�34,1)"PIXEL MAPPER"
FObuff=&88:size=&89:pos=&79:ylen=&7A:mode=&A00:file=&A0B:mapper=&2C00:half%=�
Pe�:�'"Source mode of picture to be mapped";m$:� �"01245",m$):� �"45",m$) �dest:� �"01",m$) half%=�
Z<M%=�(m$):� M%>3 ?buff=&30:?size=&28 � ?buff=&27:?size=&5
d>!mode=&27285801:!(mode+4)=&03110288:� M%<4 !mode=&4F503000
n%� M%=0 � M%=4 !(mode+4)=&07010380
x� M%=2 !(mode+4)=&015501AA
�G� M%=0 !(mode+8)=&280 �� M%=1 � M%=4 !(mode+8)=&140 � !(mode+8)=&A0
�� half% ?(mode+10)=1
�?pos=?(mode+1)
�]�:�'"Vertical length of this picture (in pixels : max 256)";y%:� y%>0 � y%<257:?ylen=y%-1
��:�"CAT"
�F�:�'"Filename of this picture";file$:� �(file$)<21:$file=file$+�13
��Op1$="(1) Shape file, designed using ""Shaper""":Op2$="(2) a Mode "+m$+" screen file":�'"Map on to:   ";Op1$'�10);"or ";Op2$;" ?";
�)� key$=�:� �"12",key$)<>0:key=�(key$)
��0:�129
�G� key=1 � � �13,�-1) Op1$':st$="shape" � � �13,�) Op2$:st$="screen"
��1:�128
�h�'"Filename of ";st$;" file to map picture to";:� file$:�'"Filename to save mapped picture as";save$
��M%:�23,1,0;0;0;0;:�=&2700
%� key=1 � �shape � �"LOAD "+file$
�mapper
3�("SAVE "+save$+" "+�~(?(mode+1)*&100)+" 8000")
"�"Mapped and saved"
,�'"Map another";yn$
6� �"Yy",�yn$,1)) �0
@�"Menu"
T
��dest
^&� m$="4" ch$="(0,4)" � ch$="(1,5)"
hB�:�'"Mode to map picture to "ch$;:�m$:� �ch$,m$) � ��"(),",m$)
r�
|��shape
�f%=�(file$):�#f%,num%
�8� shape%=0 � num%:�#f%,sx%,sy%,fx%,fy%,xx%,xy%,type%
�� type%>127 �0,0 � �0,1
�type%=type% �127
�+� type%=2 �sx%,sy%:�xx%,xy%:�85,fx%,fy%
�I� type%=3 �sx%,sy%:�sx%,fy%:�85,fx%,fy%:�sx%,sy%:�fx%,sy%:�85,fx%,fy%
�� type%=4 �circle
�
�:�#f%
��
���circle
�1cstep=2*�/xx%:mult=�((fx%-sx%)^2+(fy%-sy%)^2)
��ang=0 � 2*� �cstep
�]�sx%,sy%:�sx%+mult*�(ang),sy%+mult*�(ang):�85,sx%+mult*�(ang+cstep),sy%+mult*�(ang+cstep)
�:�
�
00000000  0d 00 0a 1e f4 20 20 20  20 45 6c 65 63 74 72 6f  |.....    Electro|
00000010  6e 20 50 69 78 65 6c 20  4d 61 70 70 65 72 0d 00  |n Pixel Mapper..|
00000020  14 45 f4 20 4f 72 69 67  69 6e 61 6c 20 76 65 72  |.E. Original ver|
00000030  73 69 6f 6e 20 62 79 20  4d 61 72 74 69 6e 20 44  |sion by Martin D|
00000040  61 77 65 20 20 20 20 20  20 20 20 20 20 20 20 20  |awe             |
00000050  28 63 29 20 41 63 6f 72  6e 20 43 6f 6d 70 75 74  |(c) Acorn Comput|
00000060  69 6e 67 0d 00 1e 25 f4  20 41 64 61 70 74 65 64  |ing...%. Adapted|
00000070  20 66 6f 72 20 45 55 47  20 62 79 20 4d 2e 46 6f  | for EUG by M.Fo|
00000080  72 64 2c 20 31 39 39 34  0d 00 28 1a ff 28 22 4c  |rd, 1994..(..("L|
00000090  4f 41 44 20 6d 61 70 63  6f 64 65 20 32 43 30 30  |OAD mapcode 2C00|
000000a0  22 29 0d 00 32 10 f5 3a  eb 33 3a d3 3d 26 32 37  |")..2..:.3:.=&27|
000000b0  30 30 0d 00 3c 19 f1 8a  33 34 2c 31 29 22 50 49  |00..<...34,1)"PI|
000000c0  58 45 4c 20 4d 41 50 50  45 52 22 0d 00 46 4f 62  |XEL MAPPER"..FOb|
000000d0  75 66 66 3d 26 38 38 3a  73 69 7a 65 3d 26 38 39  |uff=&88:size=&89|
000000e0  3a 70 6f 73 3d 26 37 39  3a 79 6c 65 6e 3d 26 37  |:pos=&79:ylen=&7|
000000f0  41 3a 6d 6f 64 65 3d 26  41 30 30 3a 66 69 6c 65  |A:mode=&A00:file|
00000100  3d 26 41 30 42 3a 6d 61  70 70 65 72 3d 26 32 43  |=&A0B:mapper=&2C|
00000110  30 30 3a 68 61 6c 66 25  3d a3 0d 00 50 65 f5 3a  |00:half%=...Pe.:|
00000120  e8 27 22 53 6f 75 72 63  65 20 6d 6f 64 65 20 6f  |.'"Source mode o|
00000130  66 20 70 69 63 74 75 72  65 20 74 6f 20 62 65 20  |f picture to be |
00000140  6d 61 70 70 65 64 22 3b  6d 24 3a fd 20 a7 22 30  |mapped";m$:. ."0|
00000150  31 32 34 35 22 2c 6d 24  29 3a e7 20 a7 22 34 35  |1245",m$):. ."45|
00000160  22 2c 6d 24 29 20 f2 64  65 73 74 3a e7 20 a7 22  |",m$) .dest:. ."|
00000170  30 31 22 2c 6d 24 29 20  68 61 6c 66 25 3d b9 0d  |01",m$) half%=..|
00000180  00 5a 3c 4d 25 3d bb 28  6d 24 29 3a e7 20 4d 25  |.Z<M%=.(m$):. M%|
00000190  3e 33 20 3f 62 75 66 66  3d 26 33 30 3a 3f 73 69  |>3 ?buff=&30:?si|
000001a0  7a 65 3d 26 32 38 20 8b  20 3f 62 75 66 66 3d 26  |ze=&28 . ?buff=&|
000001b0  32 37 3a 3f 73 69 7a 65  3d 26 35 0d 00 64 3e 21  |27:?size=&5..d>!|
000001c0  6d 6f 64 65 3d 26 32 37  32 38 35 38 30 31 3a 21  |mode=&27285801:!|
000001d0  28 6d 6f 64 65 2b 34 29  3d 26 30 33 31 31 30 32  |(mode+4)=&031102|
000001e0  38 38 3a e7 20 4d 25 3c  34 20 21 6d 6f 64 65 3d  |88:. M%<4 !mode=|
000001f0  26 34 46 35 30 33 30 30  30 0d 00 6e 25 e7 20 4d  |&4F503000..n%. M|
00000200  25 3d 30 20 84 20 4d 25  3d 34 20 21 28 6d 6f 64  |%=0 . M%=4 !(mod|
00000210  65 2b 34 29 3d 26 30 37  30 31 30 33 38 30 0d 00  |e+4)=&07010380..|
00000220  78 1e e7 20 4d 25 3d 32  20 21 28 6d 6f 64 65 2b  |x.. M%=2 !(mode+|
00000230  34 29 3d 26 30 31 35 35  30 31 41 41 0d 00 82 47  |4)=&015501AA...G|
00000240  e7 20 4d 25 3d 30 20 21  28 6d 6f 64 65 2b 38 29  |. M%=0 !(mode+8)|
00000250  3d 26 32 38 30 20 8b e7  20 4d 25 3d 31 20 84 20  |=&280 .. M%=1 . |
00000260  4d 25 3d 34 20 21 28 6d  6f 64 65 2b 38 29 3d 26  |M%=4 !(mode+8)=&|
00000270  31 34 30 20 8b 20 21 28  6d 6f 64 65 2b 38 29 3d  |140 . !(mode+8)=|
00000280  26 41 30 0d 00 8c 18 e7  20 68 61 6c 66 25 20 3f  |&A0..... half% ?|
00000290  28 6d 6f 64 65 2b 31 30  29 3d 31 0d 00 96 12 3f  |(mode+10)=1....?|
000002a0  70 6f 73 3d 3f 28 6d 6f  64 65 2b 31 29 0d 00 a0  |pos=?(mode+1)...|
000002b0  5d f5 3a e8 27 22 56 65  72 74 69 63 61 6c 20 6c  |].:.'"Vertical l|
000002c0  65 6e 67 74 68 20 6f 66  20 74 68 69 73 20 70 69  |ength of this pi|
000002d0  63 74 75 72 65 20 28 69  6e 20 70 69 78 65 6c 73  |cture (in pixels|
000002e0  20 3a 20 6d 61 78 20 32  35 36 29 22 3b 79 25 3a  | : max 256)";y%:|
000002f0  fd 20 79 25 3e 30 20 80  20 79 25 3c 32 35 37 3a  |. y%>0 . y%<257:|
00000300  3f 79 6c 65 6e 3d 79 25  2d 31 0d 00 aa 0c f1 3a  |?ylen=y%-1.....:|
00000310  ff 22 43 41 54 22 0d 00  b4 46 f5 3a e8 27 22 46  |."CAT"...F.:.'"F|
00000320  69 6c 65 6e 61 6d 65 20  6f 66 20 74 68 69 73 20  |ilename of this |
00000330  70 69 63 74 75 72 65 22  3b 66 69 6c 65 24 3a fd  |picture";file$:.|
00000340  20 a9 28 66 69 6c 65 24  29 3c 32 31 3a 24 66 69  | .(file$)<21:$fi|
00000350  6c 65 3d 66 69 6c 65 24  2b bd 31 33 0d 00 be 86  |le=file$+.13....|
00000360  4f 70 31 24 3d 22 28 31  29 20 53 68 61 70 65 20  |Op1$="(1) Shape |
00000370  66 69 6c 65 2c 20 64 65  73 69 67 6e 65 64 20 75  |file, designed u|
00000380  73 69 6e 67 20 22 22 53  68 61 70 65 72 22 22 22  |sing ""Shaper"""|
00000390  3a 4f 70 32 24 3d 22 28  32 29 20 61 20 4d 6f 64  |:Op2$="(2) a Mod|
000003a0  65 20 22 2b 6d 24 2b 22  20 73 63 72 65 65 6e 20  |e "+m$+" screen |
000003b0  66 69 6c 65 22 3a f1 27  22 4d 61 70 20 6f 6e 20  |file":.'"Map on |
000003c0  74 6f 3a 20 20 20 22 3b  4f 70 31 24 27 8a 31 30  |to:   ";Op1$'.10|
000003d0  29 3b 22 6f 72 20 22 3b  4f 70 32 24 3b 22 20 3f  |);"or ";Op2$;" ?|
000003e0  22 3b 0d 00 c8 29 f5 20  6b 65 79 24 3d be 3a fd  |";...). key$=.:.|
000003f0  20 a7 22 31 32 22 2c 6b  65 79 24 29 3c 3e 30 3a  | ."12",key$)<>0:|
00000400  6b 65 79 3d bb 28 6b 65  79 24 29 0d 00 d2 0b fb  |key=.(key$).....|
00000410  30 3a fb 31 32 39 0d 00  dc 47 e7 20 6b 65 79 3d  |0:.129...G. key=|
00000420  31 20 8c 20 f1 20 8a 31  33 2c bc 2d 31 29 20 4f  |1 . . .13,.-1) O|
00000430  70 31 24 27 3a 73 74 24  3d 22 73 68 61 70 65 22  |p1$':st$="shape"|
00000440  20 8b 20 f1 20 8a 31 33  2c bc 29 20 4f 70 32 24  | . . .13,.) Op2$|
00000450  3a 73 74 24 3d 22 73 63  72 65 65 6e 22 0d 00 e6  |:st$="screen"...|
00000460  0b fb 31 3a fb 31 32 38  0d 00 f0 68 f1 27 22 46  |..1:.128...h.'"F|
00000470  69 6c 65 6e 61 6d 65 20  6f 66 20 22 3b 73 74 24  |ilename of ";st$|
00000480  3b 22 20 66 69 6c 65 20  74 6f 20 6d 61 70 20 70  |;" file to map p|
00000490  69 63 74 75 72 65 20 74  6f 22 3b 3a e8 20 66 69  |icture to";:. fi|
000004a0  6c 65 24 3a e8 27 22 46  69 6c 65 6e 61 6d 65 20  |le$:.'"Filename |
000004b0  74 6f 20 73 61 76 65 20  6d 61 70 70 65 64 20 70  |to save mapped p|
000004c0  69 63 74 75 72 65 20 61  73 22 3b 73 61 76 65 24  |icture as";save$|
000004d0  0d 00 fa 1e eb 4d 25 3a  ef 32 33 2c 31 2c 30 3b  |.....M%:.23,1,0;|
000004e0  30 3b 30 3b 30 3b 3a d3  3d 26 32 37 30 30 0d 01  |0;0;0;:.=&2700..|
000004f0  04 25 e7 20 6b 65 79 3d  31 20 8c 20 f2 73 68 61  |.%. key=1 . .sha|
00000500  70 65 20 8b 20 ff 22 4c  4f 41 44 20 22 2b 66 69  |pe . ."LOAD "+fi|
00000510  6c 65 24 0d 01 0e 0b d6  6d 61 70 70 65 72 0d 01  |le$.....mapper..|
00000520  18 33 ff 28 22 53 41 56  45 20 22 2b 73 61 76 65  |.3.("SAVE "+save|
00000530  24 2b 22 20 22 2b c3 7e  28 3f 28 6d 6f 64 65 2b  |$+" "+.~(?(mode+|
00000540  31 29 2a 26 31 30 30 29  2b 22 20 38 30 30 30 22  |1)*&100)+" 8000"|
00000550  29 0d 01 22 17 f1 22 4d  61 70 70 65 64 20 61 6e  |)..".."Mapped an|
00000560  64 20 73 61 76 65 64 22  0d 01 2c 17 e8 27 22 4d  |d saved"..,..'"M|
00000570  61 70 20 61 6e 6f 74 68  65 72 22 3b 79 6e 24 0d  |ap another";yn$.|
00000580  01 36 17 e7 20 a7 22 59  79 22 2c c0 79 6e 24 2c  |.6.. ."Yy",.yn$,|
00000590  31 29 29 20 fd 30 0d 01  40 0b d7 22 4d 65 6e 75  |1)) .0..@.."Menu|
000005a0  22 0d 01 54 0a dd f2 64  65 73 74 0d 01 5e 26 e7  |"..T...dest..^&.|
000005b0  20 6d 24 3d 22 34 22 20  63 68 24 3d 22 28 30 2c  | m$="4" ch$="(0,|
000005c0  34 29 22 20 8b 20 63 68  24 3d 22 28 31 2c 35 29  |4)" . ch$="(1,5)|
000005d0  22 0d 01 68 42 f5 3a f1  27 22 4d 6f 64 65 20 74  |"..hB.:.'"Mode t|
000005e0  6f 20 6d 61 70 20 70 69  63 74 75 72 65 20 74 6f  |o map picture to|
000005f0  20 22 63 68 24 3b 3a e8  6d 24 3a fd 20 a7 63 68  | "ch$;:.m$:. .ch|
00000600  24 2c 6d 24 29 20 80 20  ac a7 22 28 29 2c 22 2c  |$,m$) . .."(),",|
00000610  6d 24 29 0d 01 72 05 e1  0d 01 7c 0b dd f2 73 68  |m$)..r....|...sh|
00000620  61 70 65 0d 01 86 19 66  25 3d 8e 28 66 69 6c 65  |ape....f%=.(file|
00000630  24 29 3a e8 23 66 25 2c  6e 75 6d 25 0d 01 90 38  |$):.#f%,num%...8|
00000640  e3 20 73 68 61 70 65 25  3d 30 20 b8 20 6e 75 6d  |. shape%=0 . num|
00000650  25 3a e8 23 66 25 2c 73  78 25 2c 73 79 25 2c 66  |%:.#f%,sx%,sy%,f|
00000660  78 25 2c 66 79 25 2c 78  78 25 2c 78 79 25 2c 74  |x%,fy%,xx%,xy%,t|
00000670  79 70 65 25 0d 01 9a 1b  e7 20 74 79 70 65 25 3e  |ype%..... type%>|
00000680  31 32 37 20 e6 30 2c 30  20 8b 20 e6 30 2c 31 0d  |127 .0,0 . .0,1.|
00000690  01 a4 14 74 79 70 65 25  3d 74 79 70 65 25 20 80  |...type%=type% .|
000006a0  31 32 37 0d 01 ae 2b e7  20 74 79 70 65 25 3d 32  |127...+. type%=2|
000006b0  20 ec 73 78 25 2c 73 79  25 3a ec 78 78 25 2c 78  | .sx%,sy%:.xx%,x|
000006c0  79 25 3a f0 38 35 2c 66  78 25 2c 66 79 25 0d 01  |y%:.85,fx%,fy%..|
000006d0  b8 49 e7 20 74 79 70 65  25 3d 33 20 ec 73 78 25  |.I. type%=3 .sx%|
000006e0  2c 73 79 25 3a ec 73 78  25 2c 66 79 25 3a f0 38  |,sy%:.sx%,fy%:.8|
000006f0  35 2c 66 78 25 2c 66 79  25 3a ec 73 78 25 2c 73  |5,fx%,fy%:.sx%,s|
00000700  79 25 3a ec 66 78 25 2c  73 79 25 3a f0 38 35 2c  |y%:.fx%,sy%:.85,|
00000710  66 78 25 2c 66 79 25 0d  01 c2 15 e7 20 74 79 70  |fx%,fy%..... typ|
00000720  65 25 3d 34 20 f2 63 69  72 63 6c 65 0d 01 cc 0a  |e%=4 .circle....|
00000730  ed 3a d9 23 66 25 0d 01  d6 05 e1 0d 01 e0 0c dd  |.:.#f%..........|
00000740  f2 63 69 72 63 6c 65 0d  01 ea 31 63 73 74 65 70  |.circle...1cstep|
00000750  3d 32 2a af 2f 78 78 25  3a 6d 75 6c 74 3d b6 28  |=2*./xx%:mult=.(|
00000760  28 66 78 25 2d 73 78 25  29 5e 32 2b 28 66 79 25  |(fx%-sx%)^2+(fy%|
00000770  2d 73 79 25 29 5e 32 29  0d 01 f4 17 e3 61 6e 67  |-sy%)^2).....ang|
00000780  3d 30 20 b8 20 32 2a af  20 88 63 73 74 65 70 0d  |=0 . 2*. .cstep.|
00000790  01 fe 5d ec 73 78 25 2c  73 79 25 3a ec 73 78 25  |..].sx%,sy%:.sx%|
000007a0  2b 6d 75 6c 74 2a 9b 28  61 6e 67 29 2c 73 79 25  |+mult*.(ang),sy%|
000007b0  2b 6d 75 6c 74 2a b5 28  61 6e 67 29 3a f0 38 35  |+mult*.(ang):.85|
000007c0  2c 73 78 25 2b 6d 75 6c  74 2a 9b 28 61 6e 67 2b  |,sx%+mult*.(ang+|
000007d0  63 73 74 65 70 29 2c 73  79 25 2b 6d 75 6c 74 2a  |cstep),sy%+mult*|
000007e0  b5 28 61 6e 67 2b 63 73  74 65 70 29 0d 02 08 07  |.(ang+cstep)....|
000007f0  ed 3a e1 0d ff                                    |.:...|
000007f5
PixMap/PixMap.m0
PixMap/PixMap.m1
PixMap/PixMap.m2
PixMap/PixMap.m4
PixMap/PixMap.m5