Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_38.ADF » P/ShellData

P/ShellData

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_User_Group » EUG_38.ADF
Filename: P/ShellData
Read OK:
File size: 0769 bytes
Load address: FFFFFD47
Exec address: DAA1A7B4
Duplicates

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

File contents
AMX Clipart converter
!amxconvrt
***
0
1
6
Turn clipart into sprites
�1997 SPROW
0.95 (17-Oct-1997)
0
***
***
***
***
***
***

iconmenu%
AMXConvert
...Info!
...Last file#TimeTaken%
...Invert input&inverter
...Quit&CLOSEDOWN
�

TimeTaken%
Timing
*..Nothing done yet&ww_poll
�
@

file_dropped
file$,type%
5
 IFtype%>&FFF THENPROCerror("One at a time please"):ENDPROC
 IFtype%=&FF9 THENPROCerror("Already a sprite file"):ENDPROC
 in%=OPENIN file$
 :
 cando%=FALSE:input$=file$
 IFEXT#in%=38400 THENtemplate$="640x480":cando%=TRUE
 IFEXT#in%=20480 THENtemplate$="640x256":cando%=TRUE
 IFEXT#in%=19840 THENtemplate$="640x248":cando%=TRUE
 IFcando%=FALSE THENPROCerror("This size of clipart is not yet supported"):ENDPROC
 CLOSE#in%
 SETSAVE("SpriteFile","file_ff9"):OPENDIALOGUE(saveas%,0,0)
ENDPROC
�

error
mssg$
0
  CLOSE#0
  SYS "Hourglass_Smash"
  title$="Message from AMXConverter"
  button$="Understood"
  flags%=256+2048+8+16
  P%=wimperror%
  [OPT2:EQUD0:EQUSmssg$+CHR$0:]
  SYS "Wimp_ReportError",wimperror%,flags%,title$,,,button$
ENDPROC
�

define_variables
***
1
  REM Reserve some room for error blocks
  DIMwimperror% 128
  invert%=FALSE
ENDPROC
�

save_sprite
file$
9
 HOURON
 then%=TIME:out%=OPENOUTfile$
 in%=OPENIN("<ObeyTask$Dir>.Resources."+template$)
 REPEAT:data%=BGET#in%:BPUT#out%,data%:UNTILEOF#in%
 CLOSE#in%
 in%=OPENINinput$
 FORy%=0TO(VAL(RIGHT$(template$,3))-1)
 FORx%=0TO79
  PTR#in%=((y% DIV8)*80*8)+(y% MOD8)+(x%*8)
  data%=BGET#in% EORinvert%:BPUT#out%,FNflip(data%)
 NEXT:PERCENTAGE(PTR#in%,EXT#in%):NEXT
 CLOSE#in%:CLOSE#out%
 HOUROFF
 : 
 OSCLI"SETTYPE "+file$+" FF9"
 CHANGEMENU(TimeTaken%,"Timing |*"+STR$((TIME-then%)DIV100)+"s|")
 :
ENDPROC
:
DEFFNflip(V%)
R%=0
FORloop%=0TO7:R%=R%+((2^loop%)*SGN(V% AND(2^(7-loop%)))):NEXT
=R%
REM Where V% is value passed and R% is the result
�

inverter
***
0
  invert%=invert% EOR TRUE
  TICKITEM(iconmenu%,3)
ENDPROC
�
@

00000000  41 4d 58 20 43 6c 69 70  61 72 74 20 63 6f 6e 76  |AMX Clipart conv|
00000010  65 72 74 65 72 0a 21 61  6d 78 63 6f 6e 76 72 74  |erter.!amxconvrt|
00000020  0a 2a 2a 2a 0a 30 0a 31  0a 36 0a 54 75 72 6e 20  |.***.0.1.6.Turn |
00000030  63 6c 69 70 61 72 74 20  69 6e 74 6f 20 73 70 72  |clipart into spr|
00000040  69 74 65 73 0a a9 31 39  39 37 20 53 50 52 4f 57  |ites..1997 SPROW|
00000050  0a 30 2e 39 35 20 28 31  37 2d 4f 63 74 2d 31 39  |.0.95 (17-Oct-19|
00000060  39 37 29 0a 30 0a 2a 2a  2a 0a 2a 2a 2a 0a 2a 2a  |97).0.***.***.**|
00000070  2a 0a 2a 2a 2a 0a 2a 2a  2a 0a 2a 2a 2a 0a 0a 69  |*.***.***.***..i|
00000080  63 6f 6e 6d 65 6e 75 25  0a 41 4d 58 43 6f 6e 76  |conmenu%.AMXConv|
00000090  65 72 74 0a 2e 2e 2e 49  6e 66 6f 21 0a 2e 2e 2e  |ert....Info!....|
000000a0  4c 61 73 74 20 66 69 6c  65 23 54 69 6d 65 54 61  |Last file#TimeTa|
000000b0  6b 65 6e 25 0a 2e 2e 2e  49 6e 76 65 72 74 20 69  |ken%....Invert i|
000000c0  6e 70 75 74 26 69 6e 76  65 72 74 65 72 0a 2e 2e  |nput&inverter...|
000000d0  2e 51 75 69 74 26 43 4c  4f 53 45 44 4f 57 4e 0a  |.Quit&CLOSEDOWN.|
000000e0  a4 0a 0a 54 69 6d 65 54  61 6b 65 6e 25 0a 54 69  |...TimeTaken%.Ti|
000000f0  6d 69 6e 67 0a 2a 2e 2e  4e 6f 74 68 69 6e 67 20  |ming.*..Nothing |
00000100  64 6f 6e 65 20 79 65 74  26 77 77 5f 70 6f 6c 6c  |done yet&ww_poll|
00000110  0a a4 0a 40 0a 0a 66 69  6c 65 5f 64 72 6f 70 70  |...@..file_dropp|
00000120  65 64 0a 66 69 6c 65 24  2c 74 79 70 65 25 0a 35  |ed.file$,type%.5|
00000130  0a 20 49 46 74 79 70 65  25 3e 26 46 46 46 20 54  |. IFtype%>&FFF T|
00000140  48 45 4e 50 52 4f 43 65  72 72 6f 72 28 22 4f 6e  |HENPROCerror("On|
00000150  65 20 61 74 20 61 20 74  69 6d 65 20 70 6c 65 61  |e at a time plea|
00000160  73 65 22 29 3a 45 4e 44  50 52 4f 43 0a 20 49 46  |se"):ENDPROC. IF|
00000170  74 79 70 65 25 3d 26 46  46 39 20 54 48 45 4e 50  |type%=&FF9 THENP|
00000180  52 4f 43 65 72 72 6f 72  28 22 41 6c 72 65 61 64  |ROCerror("Alread|
00000190  79 20 61 20 73 70 72 69  74 65 20 66 69 6c 65 22  |y a sprite file"|
000001a0  29 3a 45 4e 44 50 52 4f  43 0a 20 69 6e 25 3d 4f  |):ENDPROC. in%=O|
000001b0  50 45 4e 49 4e 20 66 69  6c 65 24 0a 20 3a 0a 20  |PENIN file$. :. |
000001c0  63 61 6e 64 6f 25 3d 46  41 4c 53 45 3a 69 6e 70  |cando%=FALSE:inp|
000001d0  75 74 24 3d 66 69 6c 65  24 0a 20 49 46 45 58 54  |ut$=file$. IFEXT|
000001e0  23 69 6e 25 3d 33 38 34  30 30 20 54 48 45 4e 74  |#in%=38400 THENt|
000001f0  65 6d 70 6c 61 74 65 24  3d 22 36 34 30 78 34 38  |emplate$="640x48|
00000200  30 22 3a 63 61 6e 64 6f  25 3d 54 52 55 45 0a 20  |0":cando%=TRUE. |
00000210  49 46 45 58 54 23 69 6e  25 3d 32 30 34 38 30 20  |IFEXT#in%=20480 |
00000220  54 48 45 4e 74 65 6d 70  6c 61 74 65 24 3d 22 36  |THENtemplate$="6|
00000230  34 30 78 32 35 36 22 3a  63 61 6e 64 6f 25 3d 54  |40x256":cando%=T|
00000240  52 55 45 0a 20 49 46 45  58 54 23 69 6e 25 3d 31  |RUE. IFEXT#in%=1|
00000250  39 38 34 30 20 54 48 45  4e 74 65 6d 70 6c 61 74  |9840 THENtemplat|
00000260  65 24 3d 22 36 34 30 78  32 34 38 22 3a 63 61 6e  |e$="640x248":can|
00000270  64 6f 25 3d 54 52 55 45  0a 20 49 46 63 61 6e 64  |do%=TRUE. IFcand|
00000280  6f 25 3d 46 41 4c 53 45  20 54 48 45 4e 50 52 4f  |o%=FALSE THENPRO|
00000290  43 65 72 72 6f 72 28 22  54 68 69 73 20 73 69 7a  |Cerror("This siz|
000002a0  65 20 6f 66 20 63 6c 69  70 61 72 74 20 69 73 20  |e of clipart is |
000002b0  6e 6f 74 20 79 65 74 20  73 75 70 70 6f 72 74 65  |not yet supporte|
000002c0  64 22 29 3a 45 4e 44 50  52 4f 43 0a 20 43 4c 4f  |d"):ENDPROC. CLO|
000002d0  53 45 23 69 6e 25 0a 20  53 45 54 53 41 56 45 28  |SE#in%. SETSAVE(|
000002e0  22 53 70 72 69 74 65 46  69 6c 65 22 2c 22 66 69  |"SpriteFile","fi|
000002f0  6c 65 5f 66 66 39 22 29  3a 4f 50 45 4e 44 49 41  |le_ff9"):OPENDIA|
00000300  4c 4f 47 55 45 28 73 61  76 65 61 73 25 2c 30 2c  |LOGUE(saveas%,0,|
00000310  30 29 0a 45 4e 44 50 52  4f 43 0a a4 0a 0a 65 72  |0).ENDPROC....er|
00000320  72 6f 72 0a 6d 73 73 67  24 0a 30 0a 20 20 43 4c  |ror.mssg$.0.  CL|
00000330  4f 53 45 23 30 0a 20 20  53 59 53 20 22 48 6f 75  |OSE#0.  SYS "Hou|
00000340  72 67 6c 61 73 73 5f 53  6d 61 73 68 22 0a 20 20  |rglass_Smash".  |
00000350  74 69 74 6c 65 24 3d 22  4d 65 73 73 61 67 65 20  |title$="Message |
00000360  66 72 6f 6d 20 41 4d 58  43 6f 6e 76 65 72 74 65  |from AMXConverte|
00000370  72 22 0a 20 20 62 75 74  74 6f 6e 24 3d 22 55 6e  |r".  button$="Un|
00000380  64 65 72 73 74 6f 6f 64  22 0a 20 20 66 6c 61 67  |derstood".  flag|
00000390  73 25 3d 32 35 36 2b 32  30 34 38 2b 38 2b 31 36  |s%=256+2048+8+16|
000003a0  0a 20 20 50 25 3d 77 69  6d 70 65 72 72 6f 72 25  |.  P%=wimperror%|
000003b0  0a 20 20 5b 4f 50 54 32  3a 45 51 55 44 30 3a 45  |.  [OPT2:EQUD0:E|
000003c0  51 55 53 6d 73 73 67 24  2b 43 48 52 24 30 3a 5d  |QUSmssg$+CHR$0:]|
000003d0  0a 20 20 53 59 53 20 22  57 69 6d 70 5f 52 65 70  |.  SYS "Wimp_Rep|
000003e0  6f 72 74 45 72 72 6f 72  22 2c 77 69 6d 70 65 72  |ortError",wimper|
000003f0  72 6f 72 25 2c 66 6c 61  67 73 25 2c 74 69 74 6c  |ror%,flags%,titl|
00000400  65 24 2c 2c 2c 62 75 74  74 6f 6e 24 0a 45 4e 44  |e$,,,button$.END|
00000410  50 52 4f 43 0a a4 0a 0a  64 65 66 69 6e 65 5f 76  |PROC....define_v|
00000420  61 72 69 61 62 6c 65 73  0a 2a 2a 2a 0a 31 0a 20  |ariables.***.1. |
00000430  20 52 45 4d 20 52 65 73  65 72 76 65 20 73 6f 6d  | REM Reserve som|
00000440  65 20 72 6f 6f 6d 20 66  6f 72 20 65 72 72 6f 72  |e room for error|
00000450  20 62 6c 6f 63 6b 73 0a  20 20 44 49 4d 77 69 6d  | blocks.  DIMwim|
00000460  70 65 72 72 6f 72 25 20  31 32 38 0a 20 20 69 6e  |perror% 128.  in|
00000470  76 65 72 74 25 3d 46 41  4c 53 45 0a 45 4e 44 50  |vert%=FALSE.ENDP|
00000480  52 4f 43 0a a4 0a 0a 73  61 76 65 5f 73 70 72 69  |ROC....save_spri|
00000490  74 65 0a 66 69 6c 65 24  0a 39 0a 20 48 4f 55 52  |te.file$.9. HOUR|
000004a0  4f 4e 0a 20 74 68 65 6e  25 3d 54 49 4d 45 3a 6f  |ON. then%=TIME:o|
000004b0  75 74 25 3d 4f 50 45 4e  4f 55 54 66 69 6c 65 24  |ut%=OPENOUTfile$|
000004c0  0a 20 69 6e 25 3d 4f 50  45 4e 49 4e 28 22 3c 4f  |. in%=OPENIN("<O|
000004d0  62 65 79 54 61 73 6b 24  44 69 72 3e 2e 52 65 73  |beyTask$Dir>.Res|
000004e0  6f 75 72 63 65 73 2e 22  2b 74 65 6d 70 6c 61 74  |ources."+templat|
000004f0  65 24 29 0a 20 52 45 50  45 41 54 3a 64 61 74 61  |e$). REPEAT:data|
00000500  25 3d 42 47 45 54 23 69  6e 25 3a 42 50 55 54 23  |%=BGET#in%:BPUT#|
00000510  6f 75 74 25 2c 64 61 74  61 25 3a 55 4e 54 49 4c  |out%,data%:UNTIL|
00000520  45 4f 46 23 69 6e 25 0a  20 43 4c 4f 53 45 23 69  |EOF#in%. CLOSE#i|
00000530  6e 25 0a 20 69 6e 25 3d  4f 50 45 4e 49 4e 69 6e  |n%. in%=OPENINin|
00000540  70 75 74 24 0a 20 46 4f  52 79 25 3d 30 54 4f 28  |put$. FORy%=0TO(|
00000550  56 41 4c 28 52 49 47 48  54 24 28 74 65 6d 70 6c  |VAL(RIGHT$(templ|
00000560  61 74 65 24 2c 33 29 29  2d 31 29 0a 20 46 4f 52  |ate$,3))-1). FOR|
00000570  78 25 3d 30 54 4f 37 39  0a 20 20 50 54 52 23 69  |x%=0TO79.  PTR#i|
00000580  6e 25 3d 28 28 79 25 20  44 49 56 38 29 2a 38 30  |n%=((y% DIV8)*80|
00000590  2a 38 29 2b 28 79 25 20  4d 4f 44 38 29 2b 28 78  |*8)+(y% MOD8)+(x|
000005a0  25 2a 38 29 0a 20 20 64  61 74 61 25 3d 42 47 45  |%*8).  data%=BGE|
000005b0  54 23 69 6e 25 20 45 4f  52 69 6e 76 65 72 74 25  |T#in% EORinvert%|
000005c0  3a 42 50 55 54 23 6f 75  74 25 2c 46 4e 66 6c 69  |:BPUT#out%,FNfli|
000005d0  70 28 64 61 74 61 25 29  0a 20 4e 45 58 54 3a 50  |p(data%). NEXT:P|
000005e0  45 52 43 45 4e 54 41 47  45 28 50 54 52 23 69 6e  |ERCENTAGE(PTR#in|
000005f0  25 2c 45 58 54 23 69 6e  25 29 3a 4e 45 58 54 0a  |%,EXT#in%):NEXT.|
00000600  20 43 4c 4f 53 45 23 69  6e 25 3a 43 4c 4f 53 45  | CLOSE#in%:CLOSE|
00000610  23 6f 75 74 25 0a 20 48  4f 55 52 4f 46 46 0a 20  |#out%. HOUROFF. |
00000620  3a 20 0a 20 4f 53 43 4c  49 22 53 45 54 54 59 50  |: . OSCLI"SETTYP|
00000630  45 20 22 2b 66 69 6c 65  24 2b 22 20 46 46 39 22  |E "+file$+" FF9"|
00000640  0a 20 43 48 41 4e 47 45  4d 45 4e 55 28 54 69 6d  |. CHANGEMENU(Tim|
00000650  65 54 61 6b 65 6e 25 2c  22 54 69 6d 69 6e 67 20  |eTaken%,"Timing |
00000660  7c 2a 22 2b 53 54 52 24  28 28 54 49 4d 45 2d 74  ||*"+STR$((TIME-t|
00000670  68 65 6e 25 29 44 49 56  31 30 30 29 2b 22 73 7c  |hen%)DIV100)+"s||
00000680  22 29 0a 20 3a 0a 45 4e  44 50 52 4f 43 0a 3a 0a  |"). :.ENDPROC.:.|
00000690  44 45 46 46 4e 66 6c 69  70 28 56 25 29 0a 52 25  |DEFFNflip(V%).R%|
000006a0  3d 30 0a 46 4f 52 6c 6f  6f 70 25 3d 30 54 4f 37  |=0.FORloop%=0TO7|
000006b0  3a 52 25 3d 52 25 2b 28  28 32 5e 6c 6f 6f 70 25  |:R%=R%+((2^loop%|
000006c0  29 2a 53 47 4e 28 56 25  20 41 4e 44 28 32 5e 28  |)*SGN(V% AND(2^(|
000006d0  37 2d 6c 6f 6f 70 25 29  29 29 29 3a 4e 45 58 54  |7-loop%)))):NEXT|
000006e0  0a 3d 52 25 0a 52 45 4d  20 57 68 65 72 65 20 56  |.=R%.REM Where V|
000006f0  25 20 69 73 20 76 61 6c  75 65 20 70 61 73 73 65  |% is value passe|
00000700  64 20 61 6e 64 20 52 25  20 69 73 20 74 68 65 20  |d and R% is the |
00000710  72 65 73 75 6c 74 0a a4  0a 0a 69 6e 76 65 72 74  |result....invert|
00000720  65 72 0a 2a 2a 2a 0a 30  0a 20 20 69 6e 76 65 72  |er.***.0.  inver|
00000730  74 25 3d 69 6e 76 65 72  74 25 20 45 4f 52 20 54  |t%=invert% EOR T|
00000740  52 55 45 0a 20 20 54 49  43 4b 49 54 45 4d 28 69  |RUE.  TICKITEM(i|
00000750  63 6f 6e 6d 65 6e 75 25  2c 33 29 0a 45 4e 44 50  |conmenu%,3).ENDP|
00000760  52 4f 43 0a a4 0a 40 0a  0a                       |ROC...@..|
00000769
P/ShellData.m0
P/ShellData.m1
P/ShellData.m2
P/ShellData.m4
P/ShellData.m5