From: ceriel Date: Mon, 23 Apr 1990 13:33:26 +0000 (+0000) Subject: INS instruction fix X-Git-Tag: release-5-5~1733 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2b488e1021f62ebc5388022c8113f08c29e602cc;p=ack.git INS instruction fix --- diff --git a/mach/i86/as/mach3.c b/mach/i86/as/mach3.c index 5d83ba2b6..a4156aa8b 100644 --- a/mach/i86/as/mach3.c +++ b/mach/i86/as/mach3.c @@ -304,12 +304,12 @@ /* 80286 keywords */ 0, NOOP_1, 0140, "pusha", 0, NOOP_1, 0141, "popa", +0, NOOP_1, 0154, "insb", +0, NOOP_1, 0155, "ins", +0, NOOP_1, 0155, "insw", 0, NOOP_1, 0156, "outsb", 0, NOOP_1, 0157, "outs", 0, NOOP_1, 0157, "outsw", -0, NOOP_1, 0246, "insb", -0, NOOP_1, 0247, "ins", -0, NOOP_1, 0247, "insw", 0, ENTER, 0310, "enter", 0, NOOP_1, 0311, "leave",