Dec 162017
 
Change ASM files from lower case to upper case prior to the semi-colon.
File CASE2.ZIP from The Programmer’s Corner in
Category Word Processors
Change ASM files from lower case to upper case prior to the semi-colon.
File Name File Size Zip Size Zip Type
IN_CASE.COM 1280 754 deflated
IN_CASE.DOC 1358 721 deflated
OUT_CASE.ASM 9288 2689 deflated
OUT_CASE.COM 183 167 deflated
OUT_CASE.DOC 301 205 deflated

Download File CASE2.ZIP Here

Contents of the IN_CASE.DOC file


CASE Version 1.0

(c) Copyright 1986
Dr. William C. Parke
1820 S Street NW
Washington, D.C. 20009

DISTRIBUTION

CASE Version 1.0 may be freely copied and distributed as long as the only
charge is for media and reproduction costs. Under no circumstances should the
program be distributed with a commercial product, sold for profit, or
distributed in modified form without express permission of the author.

DESCRIPTION

CASE is an MS-DOS utility for converting ASCII files from lower case letters to
upper case, or upper case to lower case. It is unusual in that no characters
inside quotations nor any following a semi- colon will be converted. CASE was
designed to solve the difficulty presented with source code which uses labels
sometimes in lower case, sometimes upper, making global searches awkward. In
addition, if the user prefers to see source code in all lower or all upper
case, this utility will be handy. The program was written in assembly
language, making conversions very fast.

Syntax: CASE file1 [file2] [/L]

Without file2, converted file will be written to original file.

Default: Convert all characters to upper case except after semicolon on each
line or within single quotes.

L-switch: Make all characters lower case up to semicolon or in quotes.



 December 16, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)