[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LISA assembler



Michael J. Mahon wrote:

> I've had some experience converting formatted text files to Merlin.
>
> First, eliminate redundant spaces by iteratively replacing pairs of
> spaces with a single space.  When no pairs are found, you're done.
> (This can be done either in a text editor or in Merlin's editor.)

Careful not to eliminate any spaces in character strings used to keep
text formatted into columns!