Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!zehntel!hplabs!sri-unix!WANCHO@Simtel20.ARPA
From: WANCHO@Simtel20.ARPA
Newsgroups: net.micro.cpm
Subject: ? ASM S error flag
Message-ID: <504@sri-arpa.UUCP>
Date: Fri, 3-Aug-84 01:39:00 EDT
Article-I.D.: sri-arpa.504
Posted: Fri Aug  3 01:39:00 1984
Date-Received: Mon, 30-Jul-84 01:20:20 EDT
Lines: 20

From:  "Frank J. Wancho" 

Dave,

The error code is documented in the MAC manual:

S - Syntax error: the fields of this statement are ill-formed and
cannot be processed properly; may be due to invalid characters or
delimiters which are out of place.

Both ASM and MAC share common roots, and, for some reason, this
description was left out of the ASM manual.

It usually means there is some invisible character in the line, such
as a NULL, and the fix is to delete the line and retype it.  Note that
it is possible for the line either before or after the flagged line to
actually have the offending character.  So, it may save some time to
simply retype all three lines...

--Frank