public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* .code16gcc and "lea <32bit>(%eax),%edx"
@ 2000-06-22  1:44 Etienne Lorrain
  2000-06-22  4:01 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Etienne Lorrain @ 2000-06-22  1:44 UTC (permalink / raw)
  To: binutils

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]

  Hello,

[root@localhost gujin]# as -V
GNU assembler version 2.9.5 (i686-pc-linux-gnu) using BFD version 2.9.5.0.33
>>> (same result with 2.10)
[root@localhost gujin]# cat | as -al -
.code32
        leal 4194428(%eax),%edi
.code16gcc
        leal 4194428(%eax),%edi
>>> gives >>>
GAS LISTING                     page 1


   1                    .code32
   2 0000 8DB87C00      leal 4194428(%eax),%edi
   2      4000
   3                    .code16gcc
   4 0006 67668D78      leal 4194428(%eax),%edi
   4      7C
[root@localhost gujin]#

>>>
  I think the hexadecimal for the .code16gcc is too short,
 I would have waited simply (because of the two prefix):
  67 66 / 8D B8 / 7C 00 40 00
          ^^^^^^^^^^^^^^^^^^^ same as .code32

  Have a nice day,
  Etienne.

___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: .code16gcc and "lea <32bit>(%eax),%edx"
@ 2000-06-22  7:19 Etienne Lorrain
  0 siblings, 0 replies; 3+ messages in thread
From: Etienne Lorrain @ 2000-06-22  7:19 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

  Hello Alan Modra,

  Thanks _again_ for such quick answers !

  It is working here on my project - I've just tested it,
 I hope to get this patch in 2.10.

  Etienne.


___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-06-22  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-22  1:44 .code16gcc and "lea <32bit>(%eax),%edx" Etienne Lorrain
2000-06-22  4:01 ` Alan Modra
2000-06-22  7:19 Etienne Lorrain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).