Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !TemplEd/Extras/SaveWimpSp

!TemplEd/Extras/SaveWimpSp

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 » Acorn User - Updated Shareware Collection (1994).adf » Programs
Filename: !TemplEd/Extras/SaveWimpSp
Read OK:
File size: 01A9 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
    1REM >SaveWimpSp
    2
    3REM Program to save the sprites in the Wimp sprite area to disc
    4REM ROM and RAM area are saved separately
    5
    6SYS "Wimp_BaseOfSprites" TO romsprites%,ramsprites%
    7INPUT "Save ROM sprites to: (no name = don't save) "F$
    8IF LEN(F$)>0 THEN
    9  SYS "OS_SpriteOp",&10C,romsprites%,F$
   10ENDIF
   11INPUT "Save RAM sprites to: (no name = don't save) "F$
   12IF LEN(F$)>0 THEN
   13  SYS "OS_SpriteOp",&10C,ramsprites%,F$
   14ENDIF
   15END
� >SaveWimpSp

A� Program to save the sprites in the Wimp sprite area to disc
+� ROM and RAM area are saved separately

5ș "Wimp_BaseOfSprites" � romsprites%,ramsprites%
6� "Save ROM sprites to: (no name = don't save) "F$
� �(F$)>0 �
	*  ș "OS_SpriteOp",&10C,romsprites%,F$

�
6� "Save RAM sprites to: (no name = don't save) "F$
� �(F$)>0 �

*  ș "OS_SpriteOp",&10C,ramsprites%,F$
�
�
�
00000000  0d 00 01 11 f4 20 3e 53  61 76 65 57 69 6d 70 53  |..... >SaveWimpS|
00000010  70 0d 00 02 04 0d 00 03  41 f4 20 50 72 6f 67 72  |p.......A. Progr|
00000020  61 6d 20 74 6f 20 73 61  76 65 20 74 68 65 20 73  |am to save the s|
00000030  70 72 69 74 65 73 20 69  6e 20 74 68 65 20 57 69  |prites in the Wi|
00000040  6d 70 20 73 70 72 69 74  65 20 61 72 65 61 20 74  |mp sprite area t|
00000050  6f 20 64 69 73 63 0d 00  04 2b f4 20 52 4f 4d 20  |o disc...+. ROM |
00000060  61 6e 64 20 52 41 4d 20  61 72 65 61 20 61 72 65  |and RAM area are|
00000070  20 73 61 76 65 64 20 73  65 70 61 72 61 74 65 6c  | saved separatel|
00000080  79 0d 00 05 04 0d 00 06  35 c8 99 20 22 57 69 6d  |y.......5.. "Wim|
00000090  70 5f 42 61 73 65 4f 66  53 70 72 69 74 65 73 22  |p_BaseOfSprites"|
000000a0  20 b8 20 72 6f 6d 73 70  72 69 74 65 73 25 2c 72  | . romsprites%,r|
000000b0  61 6d 73 70 72 69 74 65  73 25 0d 00 07 36 e8 20  |amsprites%...6. |
000000c0  22 53 61 76 65 20 52 4f  4d 20 73 70 72 69 74 65  |"Save ROM sprite|
000000d0  73 20 74 6f 3a 20 28 6e  6f 20 6e 61 6d 65 20 3d  |s to: (no name =|
000000e0  20 64 6f 6e 27 74 20 73  61 76 65 29 20 22 46 24  | don't save) "F$|
000000f0  0d 00 08 0f e7 20 a9 28  46 24 29 3e 30 20 8c 0d  |..... .(F$)>0 ..|
00000100  00 09 2a 20 20 c8 99 20  22 4f 53 5f 53 70 72 69  |..*  .. "OS_Spri|
00000110  74 65 4f 70 22 2c 26 31  30 43 2c 72 6f 6d 73 70  |teOp",&10C,romsp|
00000120  72 69 74 65 73 25 2c 46  24 0d 00 0a 05 cd 0d 00  |rites%,F$.......|
00000130  0b 36 e8 20 22 53 61 76  65 20 52 41 4d 20 73 70  |.6. "Save RAM sp|
00000140  72 69 74 65 73 20 74 6f  3a 20 28 6e 6f 20 6e 61  |rites to: (no na|
00000150  6d 65 20 3d 20 64 6f 6e  27 74 20 73 61 76 65 29  |me = don't save)|
00000160  20 22 46 24 0d 00 0c 0f  e7 20 a9 28 46 24 29 3e  | "F$..... .(F$)>|
00000170  30 20 8c 0d 00 0d 2a 20  20 c8 99 20 22 4f 53 5f  |0 ....*  .. "OS_|
00000180  53 70 72 69 74 65 4f 70  22 2c 26 31 30 43 2c 72  |SpriteOp",&10C,r|
00000190  61 6d 73 70 72 69 74 65  73 25 2c 46 24 0d 00 0e  |amsprites%,F$...|
000001a0  05 cd 0d 00 0f 05 e0 0d  ff                       |.........|
000001a9