Home » Archimedes archive » Acorn User » AU 1998-08.adf » Freeware » PD/Xuen11/!Xuen/Resources/GetSprites

PD/Xuen11/!Xuen/Resources/GetSprites

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 » AU 1998-08.adf » Freeware
Filename: PD/Xuen11/!Xuen/Resources/GetSprites
Read OK:
File size: 00E6 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM Save the ROM and RAM sprite pools
   20REM into the current directory
   30
   31SYS "Wimp_BaseOfSprites" TO ROMBase%,RAMBase%
   40SYS "OS_SpriteOp", 12+256, ROMBase%,"ROMSprites"
   50SYS "OS_SpriteOp", 12+256, RAMBase%,"RAMSprites"
   60

'� Save the ROM and RAM sprite pools
 � into the current directory

/ș "Wimp_BaseOfSprites" � ROMBase%,RAMBase%
(3ș "OS_SpriteOp", 12+256, ROMBase%,"ROMSprites"
23ș "OS_SpriteOp", 12+256, RAMBase%,"RAMSprites"
<
�
00000000  0d 00 0a 27 f4 20 53 61  76 65 20 74 68 65 20 52  |...'. Save the R|
00000010  4f 4d 20 61 6e 64 20 52  41 4d 20 73 70 72 69 74  |OM and RAM sprit|
00000020  65 20 70 6f 6f 6c 73 0d  00 14 20 f4 20 69 6e 74  |e pools... . int|
00000030  6f 20 74 68 65 20 63 75  72 72 65 6e 74 20 64 69  |o the current di|
00000040  72 65 63 74 6f 72 79 0d  00 1e 04 0d 00 1f 2f c8  |rectory......./.|
00000050  99 20 22 57 69 6d 70 5f  42 61 73 65 4f 66 53 70  |. "Wimp_BaseOfSp|
00000060  72 69 74 65 73 22 20 b8  20 52 4f 4d 42 61 73 65  |rites" . ROMBase|
00000070  25 2c 52 41 4d 42 61 73  65 25 0d 00 28 33 c8 99  |%,RAMBase%..(3..|
00000080  20 22 4f 53 5f 53 70 72  69 74 65 4f 70 22 2c 20  | "OS_SpriteOp", |
00000090  31 32 2b 32 35 36 2c 20  52 4f 4d 42 61 73 65 25  |12+256, ROMBase%|
000000a0  2c 22 52 4f 4d 53 70 72  69 74 65 73 22 0d 00 32  |,"ROMSprites"..2|
000000b0  33 c8 99 20 22 4f 53 5f  53 70 72 69 74 65 4f 70  |3.. "OS_SpriteOp|
000000c0  22 2c 20 31 32 2b 32 35  36 2c 20 52 41 4d 42 61  |", 12+256, RAMBa|
000000d0  73 65 25 2c 22 52 41 4d  53 70 72 69 74 65 73 22  |se%,"RAMSprites"|
000000e0  0d 00 3c 04 0d ff                                 |..<...|
000000e6