From mboxrd@z Thu Jan 1 00:00:00 1970 From: erich@uruk.org To: vax@linkdead.paranoia.com Cc: gas2@cygnus.com, baford@schirf.cs.utah.edu, ian@cygnus.com Subject: Re: fixing i386 gas for 16-bit code Date: Thu, 20 Jun 1996 11:07:00 -0000 Message-id: <199606201809.LAA03862@uruk.org> References: <199606201546.LAA05668@sanguine.cygnus.com> X-SW-Source: 1996/msg00045.html Whoops! I forgot to sent the hack for using objdump for 16-bit disassembly (this is against binutils-2.6): ---------------------(diff for "opcodes/i386-dis.c")--------------------- --- i386-dis.c.orig Thu Oct 5 19:18:18 1995 +++ i386-dis.c Mon Apr 29 17:36:18 1996 @@ -1042,8 +1042,8 @@ } /* these would be initialized to 0 if disassembling for 8086 or 286 */ - dflag = 1; - aflag = 1; + dflag = 0; + aflag = 0; if (prefixes & PREFIX_DATA) dflag ^= 1; ---------------------(diff for "opcodes/i386-dis.c")--------------------- -- Erich Stefan Boleyn \_ E-mail (preferred): Mad Genius wanna-be, CyberMuffin \__ (finger me for other stats) Web: http://www.uruk.org/~erich/ Motto: "I'll live forever or die trying" This is my home system, so I'm speaking only for myself, not for Intel.