Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_21B.ADF » P/C/READ

P/C/READ

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 ADFS disks » Electron_User_Group » EUG_21B.ADF
Filename: P/C/READ
Read OK:
File size: 00FA bytes
Load address: FFFF0E00
Exec address: FFFF802B
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
   10REM >READ
   20REM ASCII text reading program by Mick Comley
   30MODE3
   40VDU14
   50INPUT"File name "f$
   60PRINT'"Hit SHIFT to scroll"''
   70A=OPENIN f$
   80B%=PTR#A
   90REPEAT
  100PTR#A=B%
  110a%=BGET#A
  120IF a%>31 AND a%<127 VDUa%
  130IF a%=13 VDU10,13
  140B%=B%+1
  150UNTIL EOF#A=TRUE
  160CLOSE# A
  170VDU15
  180END

� >READ
/� ASCII text reading program by Mick Comley
�3
(�14
2�"File name "f$
<�'"Hit SHIFT to scroll"''
F
A=� f$
P
B%=�#A
Z�
d
�#A=B%
n
a%=�#A
x� a%>31 � a%<127 �a%
�� a%=13 �10,13
�B%=B%+1
�� �#A=�
��# A
��15
��
�
00000000  0d 00 0a 0b f4 20 3e 52  45 41 44 0d 00 14 2f f4  |..... >READ.../.|
00000010  20 41 53 43 49 49 20 74  65 78 74 20 72 65 61 64  | ASCII text read|
00000020  69 6e 67 20 70 72 6f 67  72 61 6d 20 62 79 20 4d  |ing program by M|
00000030  69 63 6b 20 43 6f 6d 6c  65 79 0d 00 1e 06 eb 33  |ick Comley.....3|
00000040  0d 00 28 07 ef 31 34 0d  00 32 13 e8 22 46 69 6c  |..(..14..2.."Fil|
00000050  65 20 6e 61 6d 65 20 22  66 24 0d 00 3c 1d f1 27  |e name "f$..<..'|
00000060  22 48 69 74 20 53 48 49  46 54 20 74 6f 20 73 63  |"Hit SHIFT to sc|
00000070  72 6f 6c 6c 22 27 27 0d  00 46 0a 41 3d 8e 20 66  |roll"''..F.A=. f|
00000080  24 0d 00 50 0a 42 25 3d  8f 23 41 0d 00 5a 05 f5  |$..P.B%=.#A..Z..|
00000090  0d 00 64 0a cf 23 41 3d  42 25 0d 00 6e 0a 61 25  |..d..#A=B%..n.a%|
000000a0  3d 9a 23 41 0d 00 78 18  e7 20 61 25 3e 33 31 20  |=.#A..x.. a%>31 |
000000b0  80 20 61 25 3c 31 32 37  20 ef 61 25 0d 00 82 12  |. a%<127 .a%....|
000000c0  e7 20 61 25 3d 31 33 20  ef 31 30 2c 31 33 0d 00  |. a%=13 .10,13..|
000000d0  8c 0b 42 25 3d 42 25 2b  31 0d 00 96 0b fd 20 c5  |..B%=B%+1..... .|
000000e0  23 41 3d b9 0d 00 a0 08  d9 23 20 41 0d 00 aa 07  |#A=......# A....|
000000f0  ef 31 35 0d 00 b4 05 e0  0d ff                    |.15.......|
000000fa
P/C/READ.m0
P/C/READ.m1
P/C/READ.m2
P/C/READ.m4
P/C/READ.m5