1987-03-10 17:51:10 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1986-03-10 13:07:55 +00:00
|
|
|
/* A S M */
|
|
|
|
|
1987-02-09 23:19:42 +00:00
|
|
|
/*ARGSUSED*/
|
1986-12-13 20:57:40 +00:00
|
|
|
code_asm(s, l)
|
1986-03-10 13:07:55 +00:00
|
|
|
char *s;
|
1986-03-25 16:40:43 +00:00
|
|
|
int l;
|
1986-03-10 13:07:55 +00:00
|
|
|
{
|
|
|
|
/* 'asm' '(' string ')' ';'
|
|
|
|
*/
|
1987-02-09 23:19:42 +00:00
|
|
|
error("\"asm\" instruction not implemented");
|
1986-03-10 13:07:55 +00:00
|
|
|
}
|