home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "StripASM"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: StripASM 39.001 (13.11.93) Assemble_source comment stripping
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL " ; #?\n|\t; #?\n" BY "\n" WILD }
-
-