Home » Personal collection » Acorn hard disk » apps » Lego » !CtrlLab/LogoProcs

!CtrlLab/LogoProcs

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 » apps » Lego
Filename: !CtrlLab/LogoProcs
Read OK:
File size: 006C bytes
Load address: 0000
Exec address: 0000
File contents
to readchar
 .waitforchar
 output .getchar
end

to stopall
 alloff
 .buttonsoff
 .stopsamples
 .stopall
end
00000000  74 6f 20 72 65 61 64 63  68 61 72 0a 20 2e 77 61  |to readchar. .wa|
00000010  69 74 66 6f 72 63 68 61  72 0a 20 6f 75 74 70 75  |itforchar. outpu|
00000020  74 20 2e 67 65 74 63 68  61 72 0a 65 6e 64 0a 0a  |t .getchar.end..|
00000030  74 6f 20 73 74 6f 70 61  6c 6c 0a 20 61 6c 6c 6f  |to stopall. allo|
00000040  66 66 0a 20 2e 62 75 74  74 6f 6e 73 6f 66 66 0a  |ff. .buttonsoff.|
00000050  20 2e 73 74 6f 70 73 61  6d 70 6c 65 73 0a 20 2e  | .stopsamples. .|
00000060  73 74 6f 70 61 6c 6c 0a  65 6e 64 0a              |stopall.end.|
0000006c