Home » Archimedes archive » Acorn User » AU 1995-02.adf » !DTPAids_DTP » !Rat/ConfigGen

!Rat/ConfigGen

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 1995-02.adf » !DTPAids_DTP
Filename: !Rat/ConfigGen
Read OK:
File size: 0079 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM >ConfigGen
   20fast%=4
   30slow%=2
   40file%=OPENOUT("<Rat$Dir>.Config")
   50BPUT#file%,fast%
   60BPUT#file%,slow%
   70CLOSE#file%
   80END

� >ConfigGen
fast%=4
slow%=2
(file%=�("<Rat$Dir>.Config")
2�#file%,fast%
<�#file%,slow%
F�#file%
P�
�
00000000  0d 00 0a 10 f4 20 3e 43  6f 6e 66 69 67 47 65 6e  |..... >ConfigGen|
00000010  0d 00 14 0b 66 61 73 74  25 3d 34 0d 00 1e 0b 73  |....fast%=4....s|
00000020  6c 6f 77 25 3d 32 0d 00  28 1f 66 69 6c 65 25 3d  |low%=2..(.file%=|
00000030  ae 28 22 3c 52 61 74 24  44 69 72 3e 2e 43 6f 6e  |.("<Rat$Dir>.Con|
00000040  66 69 67 22 29 0d 00 32  11 d5 23 66 69 6c 65 25  |fig")..2..#file%|
00000050  2c 66 61 73 74 25 0d 00  3c 11 d5 23 66 69 6c 65  |,fast%..<..#file|
00000060  25 2c 73 6c 6f 77 25 0d  00 46 0b d9 23 66 69 6c  |%,slow%..F..#fil|
00000070  65 25 0d 00 50 05 e0 0d  ff                       |e%..P....|
00000079