Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mimsy!oddjob!gargoyle!ihnp4!cbosgd!cbterra!smk From: smk@cbterra.ATT.COM (Stephen Kennedy) Newsgroups: comp.sys.atari.8bit Subject: CC8 doc addendum Message-ID: <3681@cbterra.ATT.COM> Date: Mon, 3-Aug-87 22:47:09 EDT Article-I.D.: cbterra.3681 Posted: Mon Aug 3 22:47:09 1987 Date-Received: Thu, 6-Aug-87 00:40:31 EDT Reply-To: smk@cbosgd.UUCP (Stephen Kennedy) Distribution: world Organization: AT&T Medical Information Systems, Columbus Lines: 16 One thing I left out of the document is that constant expressions can now be used with the "asm" keyword. The following example illustrates one possible use for this: char m_routine[] = 0x68, ..., 0x60; /* machine language routine */ char * strchr(s, c) char *s; int c; asm m_routine; BTW, Please try to mail questions to me as I will be unable to read news for the next two weeks. Steve Kennedy {seismo,ihnp4,moss,?}!cbosgd!smk