/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ #define RCSID2 "$Id$" /* * Intel 8080 tokens */ %token REG %token NOOPOP %token DSTOP %token SRCOP %token D8OP %token D16OP %token R16OP %token MOV %token MVI %token LXI %token RST %token STLDAX %type r16 r8 %token KILL