/* * (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 "$Header$" /* * INTEL 80386 tokens */ %token ATOGGLE %token OTOGGLE %token USE16 %token USE32 %token R32 %token R16 %token R8 %token RSEG %token RSYSCR %token RSYSDR %token RSYSTR %token PREFIX %token ADDOP %token ARPLOP %token BITTEST %token CALFOP %token CALLOP %token ENTER %token EXTEND %token EXTOP %token EXTOP1 %token IMUL %token IMULB %token INCOP %token INT %token IOOP %token JOP %token JOP2 %token LEAOP %token LEAOP2 %token LSHFT %token MOV %token NOOP_1 %token NOOP_2 %token NOTOP %token PUSHOP %token RET %token ROLOP %token SETCC %token TEST %token XCHG /* Intel 80[23]87 coprocessor tokens */ %token FNOOP %token FMEM %token FMEM_AX %token FST_I %token FST_ST %token FST_ST2 %token ST /* Intel 80486 tokens */ %token EXTOPBW %token BSWAP %type st_i %type reg