From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db1KU-0003vy-Vz for qemu-devel@nongnu.org; Wed, 25 May 2005 15:14:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db1KT-0003v7-9b for qemu-devel@nongnu.org; Wed, 25 May 2005 15:14:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db1KS-0003r6-IC for qemu-devel@nongnu.org; Wed, 25 May 2005 15:14:08 -0400 Received: from [194.251.242.243] (helo=fep18.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Db16m-0006hr-HU for qemu-devel@nongnu.org; Wed, 25 May 2005 15:00:00 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep18.inet.fi with ESMTP id <20050525185930.RBKL16444.fep18.inet.fi@co.inet.fi> for ; Wed, 25 May 2005 21:59:30 +0300 Message-ID: <4294CB13.9080002@co.inet.fi> Date: Wed, 25 May 2005 21:59:31 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] OS/2 Bootloader Some weird behaviour of branch instruction References: <4294C037.2070509@co.inet.fi> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I have just realized that when running in LE mode in_asm dump is not useful because it shows code in BE-format. I'll try to make it print in LE format. And those invalid opcodes is this because after OS/2 crashes Qemu tries to start its own code but crashes because before this Processor should be returned to BE-format? Tero