/* * (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 8086 tokens */ %token R16 %token R8 %token RSEG %token PREFIX %token NOOP_1 %token NOOP_2 %token JOP %token PUSHOP %token IOOP %token ADDOP %token ROLOP %token INCOP %token NOTOP %token CALLOP %token CALFOP %token LEAOP %token ARPLOP %token ESC %token INT %token RET %token XCHG %token TEST %token MOV /* Intel 80268 tokens */ %token IMUL %token ENTER %token EXTOP %token EXTOP1 /* Intel 8087 coprocessor tokens */ %token FNOOP %token FMEM %token FST_I %token FST_ST %token FST_ST2 %token ST %type st_i