From 97e131bc81a5c9ab1e793c57a3a5acddf4cbb96c Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 19 Jun 1990 15:27:43 +0000 Subject: [PATCH] Added bsbb and bsbw --- mach/vax4/as/mach3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/vax4/as/mach3.c b/mach/vax4/as/mach3.c index 7edc1febf..f5f707575 100644 --- a/mach/vax4/as/mach3.c +++ b/mach/vax4/as/mach3.c @@ -231,6 +231,8 @@ 0, OP1_Bw, 0x31, "brw", 0, OP1_Be, 0x11, "jbr", 0, OP1_Bx, 0x10, "bsb", +0, OP1_Bb, 0x10, "bsbb", +0, OP1_Bw, 0x30, "bsbw", 0, CASE_b_b_b, 0x8f, "caseb", 0, CASE_w_w_w, 0xaf, "casew", 0, CASE_l_l_l, 0xcf, "casel", -- 2.34.1