[comp.sys.atari.8bit] CC8 doc addendum

smk@cbterra.ATT.COM (Stephen Kennedy) (08/04/87)

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