Home » Archimedes archive » Acorn User » AU 1996-06.adf » Regulars » StarInfo/Jerome/Marriott/StripHlp
StarInfo/Jerome/Marriott/StripHlp
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 1996-06.adf » Regulars |
Filename: | StarInfo/Jerome/Marriott/StripHlp |
Read OK: | ✔ |
File size: | 0152 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Strip Strip is a simple program to remove control or top bit set characters from files. It was assembled using extASM on an A5000 (extASM won't work on the Risc PC - does anyone have a version which will?) so you will need this if you want to reassemble the source code. Syntax: Strip <input file> <output file> [-ctrl] [-top]
00000000 53 74 72 69 70 0a 0a 53 74 72 69 70 20 69 73 20 |Strip..Strip is | 00000010 61 20 73 69 6d 70 6c 65 20 70 72 6f 67 72 61 6d |a simple program| 00000020 20 74 6f 20 72 65 6d 6f 76 65 20 63 6f 6e 74 72 | to remove contr| 00000030 6f 6c 20 6f 72 20 74 6f 70 20 62 69 74 20 73 65 |ol or top bit se| 00000040 74 20 63 68 61 72 61 63 74 65 72 73 20 66 72 6f |t characters fro| 00000050 6d 20 66 69 6c 65 73 2e 0a 49 74 20 77 61 73 20 |m files..It was | 00000060 61 73 73 65 6d 62 6c 65 64 20 75 73 69 6e 67 20 |assembled using | 00000070 65 78 74 41 53 4d 20 6f 6e 20 61 6e 20 41 35 30 |extASM on an A50| 00000080 30 30 20 28 65 78 74 41 53 4d 20 77 6f 6e 27 74 |00 (extASM won't| 00000090 20 77 6f 72 6b 20 6f 6e 20 74 68 65 20 52 69 73 | work on the Ris| 000000a0 63 20 50 43 20 2d 0a 64 6f 65 73 20 61 6e 79 6f |c PC -.does anyo| 000000b0 6e 65 20 68 61 76 65 20 61 20 76 65 72 73 69 6f |ne have a versio| 000000c0 6e 20 77 68 69 63 68 20 77 69 6c 6c 3f 29 20 73 |n which will?) s| 000000d0 6f 20 79 6f 75 20 77 69 6c 6c 20 6e 65 65 64 20 |o you will need | 000000e0 74 68 69 73 20 69 66 20 79 6f 75 20 77 61 6e 74 |this if you want| 000000f0 20 74 6f 0a 72 65 61 73 73 65 6d 62 6c 65 20 74 | to.reassemble t| 00000100 68 65 20 73 6f 75 72 63 65 20 63 6f 64 65 2e 0a |he source code..| 00000110 20 20 20 20 20 20 20 20 20 0a 53 79 6e 74 61 78 | .Syntax| 00000120 3a 20 53 74 72 69 70 20 3c 69 6e 70 75 74 20 66 |: Strip <input f| 00000130 69 6c 65 3e 20 3c 6f 75 74 70 75 74 20 66 69 6c |ile> <output fil| 00000140 65 3e 20 5b 2d 63 74 72 6c 5d 20 5b 2d 74 6f 70 |e> [-ctrl] [-top| 00000150 5d 0a |].| 00000152