From owner-freebsd-emulation Mon Jan 19 04:16:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20998 for freebsd-emulation-outgoing; Mon, 19 Jan 1998 04:16:16 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20993 for ; Mon, 19 Jan 1998 04:16:12 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA12141; Mon, 19 Jan 1998 23:14:43 +1100 Date: Mon, 19 Jan 1998 23:14:43 +1100 From: Bruce Evans Message-Id: <199801191214.XAA12141@godzilla.zeta.org.au> To: gurney_j@resnet.uoregon.edu, mike@smith.net.au Subject: Re: DOSCMD: Problems w/ Quicken Cc: emulation@FreeBSD.ORG, rhh@ct.picker.com, shmit@erols.com Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Yeah, that's all fine, but what I *don't* understand is why it should >be trapping as it does claiming that 'movw (%bx),%ax' is an illegal >instruction. When %bx = 0xffff, it should cause exception 13 (general protection) in real mode. IIRC, this is one of the main differences between 8086's and later86's in real mode. Bruce