Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 1996 08:15:04 +0100 (MET)
From:      Juergen Lock <nox@jelal.hb.north.de>
To:        msmith@atrad.adelaide.edu.au (Michael Smith)
Cc:        babkin@hq.icb.chel.su, msmith@atrad.adelaide.edu.au, luigi@iet.unipi.it, emulation@freebsd.org
Subject:   Re: New PC-Emu (fwd)
Message-ID:  <199611070715.IAA01961@saturn.hb.north.de>
In-Reply-To: <199611040903.TAA14791@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Nov 4, 96 07:33:30 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611070715.IAA01961>