/* $Header$ */ /* A S M */ /*ARGSUSED*/ code_asm(s, l) char *s; int l; { /* 'asm' '(' string ')' ';' */ error("\"asm\" instruction not implemented"); }