Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler » !ProFiler/Dox/Sprites
!ProFiler/Dox/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 » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler |
Filename: | !ProFiler/Dox/Sprites |
Read OK: | ✔ |
File size: | 0A86 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html><head><title>Sprites in ProFiler</title></head> <body> <h1><center><u>Sprites used in the viewers</u></center></h1> <p>Much of the sprite info below is plainly wrong if the SC_Filer+ module is loaded. See the docs on <a href="./SC_Filer+">SC_Filer+</a> in this case. <p><h2>Files & Image files (XTypes &0000-&0FFF and &3000-&3FFF)</h2> <pre>Priority Sprite 1 small_ttt (only for small files) 2 file_ttt 3 small_xxx (only for small files) 4 file_xxx <i>Where ttt is 3 digit type in hex.</i> </pre> <p><h2>Untyped files (XType &FFFFFFFF)</h2> <pre>Priority Sprite 1 file_dead (only when load & exec are both &DEADDEAD) 2 small_xxx (only for small files) 3 file_xxx </pre> <p><h2>Applications (XType &1000-&2FFF, excluding &1FFD)</h2> <pre>Priority Sprite 1 sm<name>o (only for small open apps) 2 <name>o (only for open apps) 3 sm<name> (only for small apps) 4 <name> </pre> If none of the above exist, this one is used: <pre> 5 smwait_txxx (only for small apps) 6 wait_txxx <i>Where t is 1 or 2 depending on the name.</i> </pre> <p>The app is then Filer_Booted in the background. After booting, this list is checked: <pre>Priority Sprite 1 sm<name>o (only for small open apps) 2 <name>o (only for open apps) 3 sm<name> (only for small apps) 4 <name> 5 smdiro_tttt (only for small open apps) 6 diro_tttt (only for open apps) 7 smdir_tttt (only for small apps) 8 dir_tttt <i>Where tttt is 4 digit type in hex.</i> </pre> <p>If no sprite has been found yet, the rest depends on bit12-15 of the extended type: <p><u>XTypes 1000-1FFF:</u> <pre>Priority Sprite 9 small_diro (only for small open apps) 10 directoryo (only for open apps) 11 small_dir (only for small apps) 12 directory </pre> <p><u>XTypes 2000-2FFF:</u> <pre>Priority Sprite 9 small_appo (only for small open apps) 10 applicationo (only for open apps) 11 small_app (only for small apps) 12 application </pre> <p><h2>Plain directories (XType &1FFD)</h2> <pre>Priority Sprite 1 small_diro (only for small open dirs) 2 directoryo (only for open dirs) 3 small_dir (only for small dirs) 4 directory </pre> <p><h2>Tiled background</h2> If you are using tiled windows, the sprite used is found like this: <pre>Priority Sprite 1 tile_f-bb 2 tile_f 3 tile_1-bb 4 tile_1 <i>Where bb is bits per pixel in the current mode. The exception is 32 bpp modes, where it will look for the 16 bpp sprite.</i> </pre> <p><h2>Buttons</h2> Buttons on the 'Show size' bar contain a sprite if it can be found: <pre>hotbutnnn <i>Where nnn is the position of the button, i.e. 1 is leftmost, 2 is the next one to the right, and so on.</i> </pre> </body></html>
00000000 3c 68 74 6d 6c 3e 3c 68 65 61 64 3e 3c 74 69 74 |<html><head><tit| 00000010 6c 65 3e 53 70 72 69 74 65 73 20 69 6e 20 50 72 |le>Sprites in Pr| 00000020 6f 46 69 6c 65 72 3c 2f 74 69 74 6c 65 3e 3c 2f |oFiler</title></| 00000030 68 65 61 64 3e 0a 0a 3c 62 6f 64 79 3e 0a 3c 68 |head>..<body>.<h| 00000040 31 3e 3c 63 65 6e 74 65 72 3e 3c 75 3e 53 70 72 |1><center><u>Spr| 00000050 69 74 65 73 20 75 73 65 64 20 69 6e 20 74 68 65 |ites used in the| 00000060 20 76 69 65 77 65 72 73 3c 2f 75 3e 3c 2f 63 65 | viewers</u></ce| 00000070 6e 74 65 72 3e 3c 2f 68 31 3e 0a 0a 3c 70 3e 4d |nter></h1>..<p>M| 00000080 75 63 68 20 6f 66 20 74 68 65 20 73 70 72 69 74 |uch of the sprit| 00000090 65 20 69 6e 66 6f 20 62 65 6c 6f 77 20 69 73 20 |e info below is | 000000a0 70 6c 61 69 6e 6c 79 20 77 72 6f 6e 67 20 69 66 |plainly wrong if| 000000b0 20 74 68 65 20 53 43 5f 46 69 6c 65 72 2b 20 6d | the SC_Filer+ m| 000000c0 6f 64 75 6c 65 20 69 73 20 6c 6f 61 64 65 64 2e |odule is loaded.| 000000d0 20 53 65 65 20 74 68 65 20 64 6f 63 73 20 6f 6e | See the docs on| 000000e0 20 3c 61 20 68 72 65 66 3d 22 2e 2f 53 43 5f 46 | <a href="./SC_F| 000000f0 69 6c 65 72 2b 22 3e 53 43 5f 46 69 6c 65 72 2b |iler+">SC_Filer+| 00000100 3c 2f 61 3e 20 69 6e 20 74 68 69 73 20 63 61 73 |</a> in this cas| 00000110 65 2e 0a 0a 3c 70 3e 3c 68 32 3e 46 69 6c 65 73 |e...<p><h2>Files| 00000120 20 26 20 49 6d 61 67 65 20 66 69 6c 65 73 20 28 | & Image files (| 00000130 58 54 79 70 65 73 20 26 30 30 30 30 2d 26 30 46 |XTypes &0000-&0F| 00000140 46 46 20 61 6e 64 20 26 33 30 30 30 2d 26 33 46 |FF and &3000-&3F| 00000150 46 46 29 3c 2f 68 32 3e 0a 3c 70 72 65 3e 50 72 |FF)</h2>.<pre>Pr| 00000160 69 6f 72 69 74 79 09 53 70 72 69 74 65 0a 31 09 |iority.Sprite.1.| 00000170 09 73 6d 61 6c 6c 5f 74 74 74 09 28 6f 6e 6c 79 |.small_ttt.(only| 00000180 20 66 6f 72 20 73 6d 61 6c 6c 20 66 69 6c 65 73 | for small files| 00000190 29 0a 32 09 09 66 69 6c 65 5f 74 74 74 0a 33 09 |).2..file_ttt.3.| 000001a0 09 73 6d 61 6c 6c 5f 78 78 78 09 28 6f 6e 6c 79 |.small_xxx.(only| 000001b0 20 66 6f 72 20 73 6d 61 6c 6c 20 66 69 6c 65 73 | for small files| 000001c0 29 0a 34 09 09 66 69 6c 65 5f 78 78 78 0a 3c 69 |).4..file_xxx.<i| 000001d0 3e 57 68 65 72 65 20 74 74 74 20 69 73 20 33 20 |>Where ttt is 3 | 000001e0 64 69 67 69 74 20 74 79 70 65 20 69 6e 20 68 65 |digit type in he| 000001f0 78 2e 3c 2f 69 3e 0a 3c 2f 70 72 65 3e 0a 0a 3c |x.</i>.</pre>..<| 00000200 70 3e 3c 68 32 3e 55 6e 74 79 70 65 64 20 66 69 |p><h2>Untyped fi| 00000210 6c 65 73 20 28 58 54 79 70 65 20 26 46 46 46 46 |les (XType &FFFF| 00000220 46 46 46 46 29 3c 2f 68 32 3e 0a 3c 70 72 65 3e |FFFF)</h2>.<pre>| 00000230 50 72 69 6f 72 69 74 79 09 53 70 72 69 74 65 0a |Priority.Sprite.| 00000240 31 09 09 66 69 6c 65 5f 64 65 61 64 09 28 6f 6e |1..file_dead.(on| 00000250 6c 79 20 77 68 65 6e 20 6c 6f 61 64 20 26 20 65 |ly when load & e| 00000260 78 65 63 20 61 72 65 20 62 6f 74 68 20 26 44 45 |xec are both &DE| 00000270 41 44 44 45 41 44 29 0a 32 09 09 73 6d 61 6c 6c |ADDEAD).2..small| 00000280 5f 78 78 78 09 28 6f 6e 6c 79 20 66 6f 72 20 73 |_xxx.(only for s| 00000290 6d 61 6c 6c 20 66 69 6c 65 73 29 0a 33 09 09 66 |mall files).3..f| 000002a0 69 6c 65 5f 78 78 78 0a 3c 2f 70 72 65 3e 0a 0a |ile_xxx.</pre>..| 000002b0 3c 70 3e 3c 68 32 3e 41 70 70 6c 69 63 61 74 69 |<p><h2>Applicati| 000002c0 6f 6e 73 20 28 58 54 79 70 65 20 26 31 30 30 30 |ons (XType &1000| 000002d0 2d 26 32 46 46 46 2c 20 65 78 63 6c 75 64 69 6e |-&2FFF, excludin| 000002e0 67 20 26 31 46 46 44 29 3c 2f 68 32 3e 0a 3c 70 |g &1FFD)</h2>.<p| 000002f0 72 65 3e 50 72 69 6f 72 69 74 79 09 53 70 72 69 |re>Priority.Spri| 00000300 74 65 0a 31 09 09 73 6d 26 6c 74 3b 6e 61 6d 65 |te.1..sm<name| 00000310 26 67 74 3b 6f 09 28 6f 6e 6c 79 20 66 6f 72 20 |>o.(only for | 00000320 73 6d 61 6c 6c 20 6f 70 65 6e 20 61 70 70 73 29 |small open apps)| 00000330 0a 32 09 09 26 6c 74 3b 6e 61 6d 65 26 67 74 3b |.2..<name>| 00000340 6f 09 09 28 6f 6e 6c 79 20 66 6f 72 20 6f 70 65 |o..(only for ope| 00000350 6e 20 61 70 70 73 29 0a 33 09 09 73 6d 26 6c 74 |n apps).3..sm<| 00000360 3b 6e 61 6d 65 26 67 74 3b 09 28 6f 6e 6c 79 20 |;name>.(only | 00000370 66 6f 72 20 73 6d 61 6c 6c 20 61 70 70 73 29 0a |for small apps).| 00000380 34 09 09 26 6c 74 3b 6e 61 6d 65 26 67 74 3b 0a |4..<name>.| 00000390 3c 2f 70 72 65 3e 0a 49 66 20 6e 6f 6e 65 20 6f |</pre>.If none o| 000003a0 66 20 74 68 65 20 61 62 6f 76 65 20 65 78 69 73 |f the above exis| 000003b0 74 2c 20 74 68 69 73 20 6f 6e 65 20 69 73 20 75 |t, this one is u| 000003c0 73 65 64 3a 0a 3c 70 72 65 3e 0a 35 09 09 73 6d |sed:.<pre>.5..sm| 000003d0 77 61 69 74 5f 74 78 78 78 09 28 6f 6e 6c 79 20 |wait_txxx.(only | 000003e0 66 6f 72 20 73 6d 61 6c 6c 20 61 70 70 73 29 0a |for small apps).| 000003f0 36 09 09 77 61 69 74 5f 74 78 78 78 0a 3c 69 3e |6..wait_txxx.<i>| 00000400 57 68 65 72 65 20 74 20 69 73 20 31 20 6f 72 20 |Where t is 1 or | 00000410 32 20 64 65 70 65 6e 64 69 6e 67 20 6f 6e 20 74 |2 depending on t| 00000420 68 65 20 6e 61 6d 65 2e 3c 2f 69 3e 0a 3c 2f 70 |he name.</i>.</p| 00000430 72 65 3e 0a 0a 3c 70 3e 54 68 65 20 61 70 70 20 |re>..<p>The app | 00000440 69 73 20 74 68 65 6e 20 46 69 6c 65 72 5f 42 6f |is then Filer_Bo| 00000450 6f 74 65 64 20 69 6e 20 74 68 65 20 62 61 63 6b |oted in the back| 00000460 67 72 6f 75 6e 64 2e 20 41 66 74 65 72 20 62 6f |ground. After bo| 00000470 6f 74 69 6e 67 2c 20 74 68 69 73 20 6c 69 73 74 |oting, this list| 00000480 20 69 73 20 63 68 65 63 6b 65 64 3a 0a 0a 3c 70 | is checked:..<p| 00000490 72 65 3e 50 72 69 6f 72 69 74 79 09 53 70 72 69 |re>Priority.Spri| 000004a0 74 65 0a 31 09 09 73 6d 26 6c 74 3b 6e 61 6d 65 |te.1..sm<name| 000004b0 26 67 74 3b 6f 09 28 6f 6e 6c 79 20 66 6f 72 20 |>o.(only for | 000004c0 73 6d 61 6c 6c 20 6f 70 65 6e 20 61 70 70 73 29 |small open apps)| 000004d0 0a 32 09 09 26 6c 74 3b 6e 61 6d 65 26 67 74 3b |.2..<name>| 000004e0 6f 09 09 28 6f 6e 6c 79 20 66 6f 72 20 6f 70 65 |o..(only for ope| 000004f0 6e 20 61 70 70 73 29 0a 33 09 09 73 6d 26 6c 74 |n apps).3..sm<| 00000500 3b 6e 61 6d 65 26 67 74 3b 09 28 6f 6e 6c 79 20 |;name>.(only | 00000510 66 6f 72 20 73 6d 61 6c 6c 20 61 70 70 73 29 0a |for small apps).| 00000520 34 09 09 26 6c 74 3b 6e 61 6d 65 26 67 74 3b 0a |4..<name>.| 00000530 35 09 09 73 6d 64 69 72 6f 5f 74 74 74 74 09 28 |5..smdiro_tttt.(| 00000540 6f 6e 6c 79 20 66 6f 72 20 73 6d 61 6c 6c 20 6f |only for small o| 00000550 70 65 6e 20 61 70 70 73 29 0a 36 09 09 64 69 72 |pen apps).6..dir| 00000560 6f 5f 74 74 74 74 09 28 6f 6e 6c 79 20 66 6f 72 |o_tttt.(only for| 00000570 20 6f 70 65 6e 20 61 70 70 73 29 0a 37 09 09 73 | open apps).7..s| 00000580 6d 64 69 72 5f 74 74 74 74 09 28 6f 6e 6c 79 20 |mdir_tttt.(only | 00000590 66 6f 72 20 73 6d 61 6c 6c 20 61 70 70 73 29 0a |for small apps).| 000005a0 38 09 09 64 69 72 5f 74 74 74 74 0a 3c 69 3e 57 |8..dir_tttt.<i>W| 000005b0 68 65 72 65 20 74 74 74 74 20 69 73 20 34 20 64 |here tttt is 4 d| 000005c0 69 67 69 74 20 74 79 70 65 20 69 6e 20 68 65 78 |igit type in hex| 000005d0 2e 3c 2f 69 3e 0a 3c 2f 70 72 65 3e 0a 0a 3c 70 |.</i>.</pre>..<p| 000005e0 3e 49 66 20 6e 6f 20 73 70 72 69 74 65 20 68 61 |>If no sprite ha| 000005f0 73 20 62 65 65 6e 20 66 6f 75 6e 64 20 79 65 74 |s been found yet| 00000600 2c 20 74 68 65 20 72 65 73 74 20 64 65 70 65 6e |, the rest depen| 00000610 64 73 20 6f 6e 20 62 69 74 31 32 2d 31 35 20 6f |ds on bit12-15 o| 00000620 66 20 74 68 65 20 65 78 74 65 6e 64 65 64 20 74 |f the extended t| 00000630 79 70 65 3a 0a 0a 3c 70 3e 3c 75 3e 58 54 79 70 |ype:..<p><u>XTyp| 00000640 65 73 20 31 30 30 30 2d 31 46 46 46 3a 3c 2f 75 |es 1000-1FFF:</u| 00000650 3e 0a 3c 70 72 65 3e 50 72 69 6f 72 69 74 79 09 |>.<pre>Priority.| 00000660 53 70 72 69 74 65 0a 39 09 09 73 6d 61 6c 6c 5f |Sprite.9..small_| 00000670 64 69 72 6f 09 28 6f 6e 6c 79 20 66 6f 72 20 73 |diro.(only for s| 00000680 6d 61 6c 6c 20 6f 70 65 6e 20 61 70 70 73 29 0a |mall open apps).| 00000690 31 30 09 09 64 69 72 65 63 74 6f 72 79 6f 09 28 |10..directoryo.(| 000006a0 6f 6e 6c 79 20 66 6f 72 20 6f 70 65 6e 20 61 70 |only for open ap| 000006b0 70 73 29 0a 31 31 09 09 73 6d 61 6c 6c 5f 64 69 |ps).11..small_di| 000006c0 72 09 28 6f 6e 6c 79 20 66 6f 72 20 73 6d 61 6c |r.(only for smal| 000006d0 6c 20 61 70 70 73 29 0a 31 32 09 09 64 69 72 65 |l apps).12..dire| 000006e0 63 74 6f 72 79 0a 3c 2f 70 72 65 3e 0a 3c 70 3e |ctory.</pre>.<p>| 000006f0 3c 75 3e 58 54 79 70 65 73 20 32 30 30 30 2d 32 |<u>XTypes 2000-2| 00000700 46 46 46 3a 3c 2f 75 3e 0a 3c 70 72 65 3e 50 72 |FFF:</u>.<pre>Pr| 00000710 69 6f 72 69 74 79 09 53 70 72 69 74 65 0a 39 09 |iority.Sprite.9.| 00000720 09 73 6d 61 6c 6c 5f 61 70 70 6f 09 28 6f 6e 6c |.small_appo.(onl| 00000730 79 20 66 6f 72 20 73 6d 61 6c 6c 20 6f 70 65 6e |y for small open| 00000740 20 61 70 70 73 29 0a 31 30 09 09 61 70 70 6c 69 | apps).10..appli| 00000750 63 61 74 69 6f 6e 6f 09 28 6f 6e 6c 79 20 66 6f |cationo.(only fo| 00000760 72 20 6f 70 65 6e 20 61 70 70 73 29 0a 31 31 09 |r open apps).11.| 00000770 09 73 6d 61 6c 6c 5f 61 70 70 09 28 6f 6e 6c 79 |.small_app.(only| 00000780 20 66 6f 72 20 73 6d 61 6c 6c 20 61 70 70 73 29 | for small apps)| 00000790 0a 31 32 09 09 61 70 70 6c 69 63 61 74 69 6f 6e |.12..application| 000007a0 0a 3c 2f 70 72 65 3e 0a 0a 3c 70 3e 3c 68 32 3e |.</pre>..<p><h2>| 000007b0 50 6c 61 69 6e 20 64 69 72 65 63 74 6f 72 69 65 |Plain directorie| 000007c0 73 20 28 58 54 79 70 65 20 26 31 46 46 44 29 3c |s (XType &1FFD)<| 000007d0 2f 68 32 3e 0a 3c 70 72 65 3e 50 72 69 6f 72 69 |/h2>.<pre>Priori| 000007e0 74 79 09 53 70 72 69 74 65 0a 31 09 09 73 6d 61 |ty.Sprite.1..sma| 000007f0 6c 6c 5f 64 69 72 6f 09 28 6f 6e 6c 79 20 66 6f |ll_diro.(only fo| 00000800 72 20 73 6d 61 6c 6c 20 6f 70 65 6e 20 64 69 72 |r small open dir| 00000810 73 29 0a 32 09 09 64 69 72 65 63 74 6f 72 79 6f |s).2..directoryo| 00000820 09 28 6f 6e 6c 79 20 66 6f 72 20 6f 70 65 6e 20 |.(only for open | 00000830 64 69 72 73 29 0a 33 09 09 73 6d 61 6c 6c 5f 64 |dirs).3..small_d| 00000840 69 72 09 28 6f 6e 6c 79 20 66 6f 72 20 73 6d 61 |ir.(only for sma| 00000850 6c 6c 20 64 69 72 73 29 0a 34 09 09 64 69 72 65 |ll dirs).4..dire| 00000860 63 74 6f 72 79 0a 3c 2f 70 72 65 3e 0a 0a 3c 70 |ctory.</pre>..<p| 00000870 3e 3c 68 32 3e 54 69 6c 65 64 20 62 61 63 6b 67 |><h2>Tiled backg| 00000880 72 6f 75 6e 64 3c 2f 68 32 3e 0a 49 66 20 79 6f |round</h2>.If yo| 00000890 75 20 61 72 65 20 75 73 69 6e 67 20 74 69 6c 65 |u are using tile| 000008a0 64 20 77 69 6e 64 6f 77 73 2c 20 74 68 65 20 73 |d windows, the s| 000008b0 70 72 69 74 65 20 75 73 65 64 20 69 73 20 66 6f |prite used is fo| 000008c0 75 6e 64 20 6c 69 6b 65 20 74 68 69 73 3a 0a 3c |und like this:.<| 000008d0 70 72 65 3e 50 72 69 6f 72 69 74 79 09 53 70 72 |pre>Priority.Spr| 000008e0 69 74 65 0a 31 09 09 74 69 6c 65 5f 66 2d 62 62 |ite.1..tile_f-bb| 000008f0 0a 32 09 09 74 69 6c 65 5f 66 0a 33 09 09 74 69 |.2..tile_f.3..ti| 00000900 6c 65 5f 31 2d 62 62 0a 34 09 09 74 69 6c 65 5f |le_1-bb.4..tile_| 00000910 31 0a 3c 69 3e 57 68 65 72 65 20 62 62 20 69 73 |1.<i>Where bb is| 00000920 20 62 69 74 73 20 70 65 72 20 70 69 78 65 6c 20 | bits per pixel | 00000930 69 6e 20 74 68 65 20 63 75 72 72 65 6e 74 20 6d |in the current m| 00000940 6f 64 65 2e 20 54 68 65 20 65 78 63 65 70 74 69 |ode. The excepti| 00000950 6f 6e 20 69 73 20 33 32 20 62 70 70 0a 6d 6f 64 |on is 32 bpp.mod| 00000960 65 73 2c 20 77 68 65 72 65 20 69 74 20 77 69 6c |es, where it wil| 00000970 6c 20 6c 6f 6f 6b 20 66 6f 72 20 74 68 65 20 31 |l look for the 1| 00000980 36 20 62 70 70 20 73 70 72 69 74 65 2e 3c 2f 69 |6 bpp sprite.</i| 00000990 3e 0a 3c 2f 70 72 65 3e 0a 0a 3c 70 3e 3c 68 32 |>.</pre>..<p><h2| 000009a0 3e 42 75 74 74 6f 6e 73 3c 2f 68 32 3e 0a 42 75 |>Buttons</h2>.Bu| 000009b0 74 74 6f 6e 73 20 6f 6e 20 74 68 65 20 27 53 68 |ttons on the 'Sh| 000009c0 6f 77 20 73 69 7a 65 27 20 62 61 72 20 63 6f 6e |ow size' bar con| 000009d0 74 61 69 6e 20 61 20 73 70 72 69 74 65 20 69 66 |tain a sprite if| 000009e0 20 69 74 20 63 61 6e 20 62 65 20 66 6f 75 6e 64 | it can be found| 000009f0 3a 0a 3c 70 72 65 3e 68 6f 74 62 75 74 6e 6e 6e |:.<pre>hotbutnnn| 00000a00 0a 3c 69 3e 57 68 65 72 65 20 6e 6e 6e 20 69 73 |.<i>Where nnn is| 00000a10 20 74 68 65 20 70 6f 73 69 74 69 6f 6e 20 6f 66 | the position of| 00000a20 20 74 68 65 20 62 75 74 74 6f 6e 2c 20 69 2e 65 | the button, i.e| 00000a30 2e 20 31 20 69 73 20 6c 65 66 74 6d 6f 73 74 2c |. 1 is leftmost,| 00000a40 20 32 20 69 73 20 74 68 65 20 6e 65 78 74 20 6f | 2 is the next o| 00000a50 6e 65 20 74 6f 20 74 68 65 20 72 69 67 68 74 2c |ne to the right,| 00000a60 20 61 6e 64 20 73 6f 20 6f 6e 2e 3c 2f 69 3e 0a | and so on.</i>.| 00000a70 3c 2f 70 72 65 3e 0a 3c 2f 62 6f 64 79 3e 3c 2f |</pre>.</body></| 00000a80 68 74 6d 6c 3e 0a |html>.| 00000a86