Home » Archimedes archive » Acorn Computing » 1994 08 subscription disc.adf » 9408s » Shareware/Event/Documents/!EShellDoc/TextHelp/Sprites
Shareware/Event/Documents/!EShellDoc/TextHelp/Sprites
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 » 1994 08 subscription disc.adf » 9408s |
Filename: | Shareware/Event/Documents/!EShellDoc/TextHelp/Sprites |
Read OK: | ✔ |
File size: | 0401 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn Computing » 1994 08 subscription disc.adf » 9408s » Shareware/Event/Documents/!EShellDoc/TextHelp/Sprites
- Archimedes archive » Archimedes World » AW-1995-01-Disc2.adf » Disk2Jan95 » !AWJan95/Goodies/Event/Docs/Sprites
File contents
-------------------------------------------------------- FNshell_SpriteAreaLoad() Params => str file name of sprite file <= int address of loaded file -------------------------------------------------------- PROCshell_SpriteAreaSave() Params => int address of spritearea (as returned by FNshell_SpriteAreaLoad> str file name -------------------------------------------------------- FNshell_SpriteGetPtr() Params => int address of spritearea (as returned by FNshell_SpriteAreaLoad> str name of sprite <= int pointer to sprite This call is used to get a pointer to a sprite that can be passed to other routines. -------------------------------------------------------- PROCshell_SpriteRename() Params => int address of spritearea (as returned by FNshell_SpriteAreaLoad str old name of sprite str new name of sprite --------------------------------------------------------
00000000 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000030 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 46 4e 73 68 65 6c |--------..FNshel| 00000040 6c 5f 53 70 72 69 74 65 41 72 65 61 4c 6f 61 64 |l_SpriteAreaLoad| 00000050 28 29 0a 50 61 72 61 6d 73 20 3d 3e 0a 20 20 20 |().Params =>. | 00000060 20 20 20 20 20 20 73 74 72 20 66 69 6c 65 20 6e | str file n| 00000070 61 6d 65 20 6f 66 20 73 70 72 69 74 65 20 66 69 |ame of sprite fi| 00000080 6c 65 0a 20 20 20 20 20 20 20 3c 3d 0a 20 20 20 |le. <=. | 00000090 20 20 20 20 20 20 69 6e 74 20 61 64 64 72 65 73 | int addres| 000000a0 73 20 6f 66 20 6c 6f 61 64 65 64 20 66 69 6c 65 |s of loaded file| 000000b0 20 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d | ..-------------| 000000c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000000e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 50 52 4f |-----------..PRO| 000000f0 43 73 68 65 6c 6c 5f 53 70 72 69 74 65 41 72 65 |Cshell_SpriteAre| 00000100 61 53 61 76 65 28 29 0a 50 61 72 61 6d 73 20 3d |aSave().Params =| 00000110 3e 0a 20 20 20 20 20 20 20 20 20 69 6e 74 20 61 |>. int a| 00000120 64 64 72 65 73 73 20 6f 66 20 73 70 72 69 74 65 |ddress of sprite| 00000130 61 72 65 61 20 28 61 73 20 72 65 74 75 72 6e 65 |area (as returne| 00000140 64 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 62 |d. b| 00000150 79 20 46 4e 73 68 65 6c 6c 5f 53 70 72 69 74 65 |y FNshell_Sprite| 00000160 41 72 65 61 4c 6f 61 64 3e 0a 20 20 20 20 20 20 |AreaLoad>. | 00000170 20 20 20 73 74 72 20 66 69 6c 65 20 6e 61 6d 65 | str file name| 00000180 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |..--------------| 00000190 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000001b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 46 4e 73 68 |----------..FNsh| 000001c0 65 6c 6c 5f 53 70 72 69 74 65 47 65 74 50 74 72 |ell_SpriteGetPtr| 000001d0 28 29 0a 50 61 72 61 6d 73 20 3d 3e 0a 20 20 20 |().Params =>. | 000001e0 20 20 20 20 20 20 69 6e 74 20 61 64 64 72 65 73 | int addres| 000001f0 73 20 6f 66 20 73 70 72 69 74 65 61 72 65 61 20 |s of spritearea | 00000200 28 61 73 20 72 65 74 75 72 6e 65 64 0a 20 20 20 |(as returned. | 00000210 20 20 20 20 20 20 20 20 20 20 62 79 20 46 4e 73 | by FNs| 00000220 68 65 6c 6c 5f 53 70 72 69 74 65 41 72 65 61 4c |hell_SpriteAreaL| 00000230 6f 61 64 3e 0a 20 20 20 20 20 20 20 20 20 73 74 |oad>. st| 00000240 72 20 6e 61 6d 65 20 6f 66 20 73 70 72 69 74 65 |r name of sprite| 00000250 0a 20 20 20 20 20 20 20 3c 3d 0a 20 20 20 20 20 |. <=. | 00000260 20 20 20 20 69 6e 74 20 70 6f 69 6e 74 65 72 20 | int pointer | 00000270 74 6f 20 73 70 72 69 74 65 0a 0a 54 68 69 73 20 |to sprite..This | 00000280 63 61 6c 6c 20 69 73 20 75 73 65 64 20 74 6f 20 |call is used to | 00000290 67 65 74 20 61 20 70 6f 69 6e 74 65 72 20 74 6f |get a pointer to| 000002a0 20 61 20 73 70 72 69 74 65 0a 74 68 61 74 20 63 | a sprite.that c| 000002b0 61 6e 20 62 65 20 70 61 73 73 65 64 20 74 6f 20 |an be passed to | 000002c0 6f 74 68 65 72 20 72 6f 75 74 69 6e 65 73 2e 20 |other routines. | 000002d0 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |..--------------| 000002e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000300 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 50 52 4f 43 |----------..PROC| 00000310 73 68 65 6c 6c 5f 53 70 72 69 74 65 52 65 6e 61 |shell_SpriteRena| 00000320 6d 65 28 29 0a 50 61 72 61 6d 73 20 3d 3e 0a 20 |me().Params =>. | 00000330 20 20 20 20 20 20 20 20 69 6e 74 20 61 64 64 72 | int addr| 00000340 65 73 73 20 6f 66 20 73 70 72 69 74 65 61 72 65 |ess of spriteare| 00000350 61 20 28 61 73 20 72 65 74 75 72 6e 65 64 0a 20 |a (as returned. | 00000360 20 20 20 20 20 20 20 20 20 20 20 20 62 79 20 46 | by F| 00000370 4e 73 68 65 6c 6c 5f 53 70 72 69 74 65 41 72 65 |Nshell_SpriteAre| 00000380 61 4c 6f 61 64 0a 20 20 20 20 20 20 20 20 20 73 |aLoad. s| 00000390 74 72 20 6f 6c 64 20 6e 61 6d 65 20 6f 66 20 73 |tr old name of s| 000003a0 70 72 69 74 65 0a 20 20 20 20 20 20 20 20 20 73 |prite. s| 000003b0 74 72 20 6e 65 77 20 6e 61 6d 65 20 6f 66 20 73 |tr new name of s| 000003c0 70 72 69 74 65 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |prite..---------| 000003d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000003f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000400 0a |.| 00000401