From owner-freebsd-emulation Thu Nov 7 00:02:18 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09801 for emulation-outgoing; Thu, 7 Nov 1996 00:02:18 -0800 (PST) Received: from deceased.hb.north.de (deceased.hb.north.de [194.94.232.249]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA09394 for ; Wed, 6 Nov 1996 23:52:46 -0800 (PST) Received: from jelal.hb.north.de by deceased.hb.north.de with uucp (Smail3.2) id m0vLPFK-0016F5C; Thu, 7 Nov 1996 08:51:30 +0100 (MET) Received: by jelal.hb.north.de (SMail-ST 0.95gcc/2.5+) id AA00847; Thu, 7 Nov 1996 08:45:16 +0100 (CET) Received: (from nox@localhost) by saturn.hb.north.de (8.7.5/8.7.3) id IAA01961; Thu, 7 Nov 1996 08:15:05 +0100 (MET) From: Juergen Lock Message-Id: <199611070715.IAA01961@saturn.hb.north.de> Subject: Re: New PC-Emu (fwd) To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Thu, 7 Nov 1996 08:15:04 +0100 (MET) Cc: babkin@hq.icb.chel.su, msmith@atrad.adelaide.edu.au, luigi@iet.unipi.it, emulation@freebsd.org In-Reply-To: <199611040903.TAA14791@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Nov 4, 96 07:33:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael Smith writes: > Thanks Juergen for your diffs; I've incorporated those, and activated > the bound instruction as well. If anyone finds any other inactive > instructions, please let me know. It wasn't activated fully, this was missing: Index: instr.h @@ -358,7 +358,7 @@ i_pop_di, /* 0x5f */ i_notdone, /* 0x60 XXX */ i_notdone, /* 0x61 XXX */ - i_notdone, /* 0x62 XXX */ + i_bound, /* 0x62 */ i_notdone, /* 0x63 XXX */ i_notdone, /* 0x64 XXX */ i_notdone, /* 0x65 XXX */ (not that i've seen a program actually using it yet but you never know...) cheers, Juergen