asm.c 161 B

123456789101112
  1. /* $Header$ */
  2. /* A S M */
  3. /*ARGSUSED*/
  4. code_asm(s, l)
  5. char *s;
  6. int l;
  7. {
  8. /* 'asm' '(' string ')' ';'
  9. */
  10. error("\"asm\" instruction not implemented");
  11. }