Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_22.ADF » P/STRIPPER
P/STRIPPER
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_22.ADF |
Filename: | P/STRIPPER |
Read OK: | ✔ |
File size: | 00EE bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
File contents
10REM LINE NUMBER STRIPPER 20REM (c) ROLAND WADDILOVE electron user January 1988 30MODE 6 40PRINT 50INPUT"Filename:"a$ 60A%=OPENIN a$ 70B%=OPENOUT"LISTING" 80REPEAT 90C%=BGET#A% 100BPUT#B%,C% 110IF C%=13 IF NOT EOF#A% FOR I%=1 TO 5:C%=BGET#A%:NEXT 120UNTILEOF#A% 130CLOSE#0 140PRINT"Finished"
� LINE NUMBER STRIPPER 5� (c) ROLAND WADDILOVE electron user January 1988 � 6 (� 2�"Filename:"a$ <A%=� a$ FB%=�"LISTING" P� ZC%=�#A% d�#B%,C% n)� C%=13 � � �#A% � I%=1 � 5:C%=�#A%:� x ��#A% ��#0 ��"Finished" �
00000000 0d 00 0a 1a f4 20 4c 49 4e 45 20 4e 55 4d 42 45 |..... LINE NUMBE| 00000010 52 20 53 54 52 49 50 50 45 52 0d 00 14 35 f4 20 |R STRIPPER...5. | 00000020 28 63 29 20 52 4f 4c 41 4e 44 20 57 41 44 44 49 |(c) ROLAND WADDI| 00000030 4c 4f 56 45 20 65 6c 65 63 74 72 6f 6e 20 75 73 |LOVE electron us| 00000040 65 72 20 4a 61 6e 75 61 72 79 20 31 39 38 38 0d |er January 1988.| 00000050 00 1e 07 eb 20 36 0d 00 28 05 f1 0d 00 32 12 e8 |.... 6..(....2..| 00000060 22 46 69 6c 65 6e 61 6d 65 3a 22 61 24 0d 00 3c |"Filename:"a$..<| 00000070 0b 41 25 3d 8e 20 61 24 0d 00 46 11 42 25 3d ae |.A%=. a$..F.B%=.| 00000080 22 4c 49 53 54 49 4e 47 22 0d 00 50 05 f5 0d 00 |"LISTING"..P....| 00000090 5a 0b 43 25 3d 9a 23 41 25 0d 00 64 0b d5 23 42 |Z.C%=.#A%..d..#B| 000000a0 25 2c 43 25 0d 00 6e 29 e7 20 43 25 3d 31 33 20 |%,C%..n). C%=13 | 000000b0 e7 20 ac 20 c5 23 41 25 20 e3 20 49 25 3d 31 20 |. . .#A% . I%=1 | 000000c0 b8 20 35 3a 43 25 3d 9a 23 41 25 3a ed 0d 00 78 |. 5:C%=.#A%:...x| 000000d0 09 fd c5 23 41 25 0d 00 82 07 d9 23 30 0d 00 8c |...#A%.....#0...| 000000e0 0f f1 22 46 69 6e 69 73 68 65 64 22 0d ff |.."Finished"..| 000000ee