Home » Personal collection » Acorn hard disk » files » BallBot » Samples/Processing/MakeText

Samples/Processing/MakeText

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 hard disk » files » BallBot
Filename: Samples/Processing/MakeText
Read OK:
File size: 00E0 bytes
Load address: 0000
Exec address: 0000
File contents
   10MODE27:MOUSE ON
   20*SLOAD EqualOut
   30FORr=1TO6
   40OSCLI"SPOOL TextIm"+STR$r
   50imi$="im"+STR$r
   60FORy=254TO0STEP-1:FORx=0TO127STEP2
   70SYS "OS_SpriteOp",41,0,imi$,x,y TO ,,,,,col
   80PRINTCHR$(65+col);
   90NEXT
  100VDU10
  110NEXT
  120*SPOOL
  130NEXT
  140*SETTYPE textim* text

�27:ȗ �
*SLOAD EqualOut

�r=1�6
(�"SPOOL TextIm"+�r
2imi$="im"+�r
<�y=254�0�-1:�x=0�127�2
F-ș "OS_SpriteOp",41,0,imi$,x,y � ,,,,,col
P�(65+col);
Z�
d�10
n�
x
*SPOOL
��
�*SETTYPE textim* text
�
00000000  0d 00 0a 0c eb 32 37 3a  c8 97 20 ee 0d 00 14 13  |.....27:.. .....|
00000010  2a 53 4c 4f 41 44 20 45  71 75 61 6c 4f 75 74 0d  |*SLOAD EqualOut.|
00000020  00 1e 0a e3 72 3d 31 b8  36 0d 00 28 16 ff 22 53  |....r=1.6..(.."S|
00000030  50 4f 4f 4c 20 54 65 78  74 49 6d 22 2b c3 72 0d  |POOL TextIm"+.r.|
00000040  00 32 10 69 6d 69 24 3d  22 69 6d 22 2b c3 72 0d  |.2.imi$="im"+.r.|
00000050  00 3c 1a e3 79 3d 32 35  34 b8 30 88 2d 31 3a e3  |.<..y=254.0.-1:.|
00000060  78 3d 30 b8 31 32 37 88  32 0d 00 46 2d c8 99 20  |x=0.127.2..F-.. |
00000070  22 4f 53 5f 53 70 72 69  74 65 4f 70 22 2c 34 31  |"OS_SpriteOp",41|
00000080  2c 30 2c 69 6d 69 24 2c  78 2c 79 20 b8 20 2c 2c  |,0,imi$,x,y . ,,|
00000090  2c 2c 2c 63 6f 6c 0d 00  50 0f f1 bd 28 36 35 2b  |,,,col..P...(65+|
000000a0  63 6f 6c 29 3b 0d 00 5a  05 ed 0d 00 64 07 ef 31  |col);..Z....d..1|
000000b0  30 0d 00 6e 05 ed 0d 00  78 0a 2a 53 50 4f 4f 4c  |0..n....x.*SPOOL|
000000c0  0d 00 82 05 ed 0d 00 8c  19 2a 53 45 54 54 59 50  |.........*SETTYP|
000000d0  45 20 74 65 78 74 69 6d  2a 20 74 65 78 74 0d ff  |E textim* text..|
000000e0