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