This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

i386 misassembly?


[ap0101i-dhcp76:~] echristo% cat > foo.s
fdivp
[ap0101i-dhcp76:~] echristo% /Volumes/Data/builds/build-binutils/gas/ as-new foo.s -o foo.o
[ap0101i-dhcp76:~] echristo% /Volumes/Data/builds/build-binutils/ binutils/objdump -d foo.o


foo.o: file format elf32-i386

Disassembly of section .text:

00000000 <.text>:
   0:   de f1                   fdivp  %st,%st(1)

I was reading the manual (vol 2a) and it looks like this is supposed to assemble as de f9,
am I nuts or reading something wrong?


-eric


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]