Added arpl instruction
authorceriel <none@none>
Thu, 15 Nov 1990 15:02:49 +0000 (15:02 +0000)
committerceriel <none@none>
Thu, 15 Nov 1990 15:02:49 +0000 (15:02 +0000)
mach/i86/as/mach3.c
mach/i86/as/mach4.c

index 535efb8..005cc82 100644 (file)
 0,     NOOP_1,         0157,                   "outs",
 0,     NOOP_1,         0157,                   "outsw",
 
+0,     ARPLOP,         0143,                   "arpl",
 0,     ENTER,          0310,                   "enter",
 0,     NOOP_1,         0311,                   "leave",
 0,     LEAOP,          0142,                   "bound",
index e6126bd..3fd78c7 100644 (file)
@@ -65,6 +65,8 @@ oper  :       NOOP_1
                        }
        |       LEAOP R16 ',' mem
                        {       emit1($1); ea_2($2<<3);}
+       |       ARPLOP mem ',' R16
+                       {       emit1($1); ea_2($4<<3);}
        |       EXTOP   R16 ',' ea_2
                        {       emit1(0xF); emit1($1);
                                ea_2($2<<3);