bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/17412] disassembe uncorrect for opcode (C705 AC044A00 3CEA


From: hjl.tools at gmail dot com
Subject: [Bug binutils/17412] disassembe uncorrect for opcode (C705 AC044A00 3CEA4200)
Date: Fri, 19 Sep 2014 15:12:36 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17412



H.J. Lu <hjl.tools at gmail dot com> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|NEW                         |RESOLVED

         Resolution|---                         |WORKSFORME



--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---

(In reply to figozhu from comment #0)

> Created attachment 7794 [details]

> target exe(win32)

> 

> In IDA/other DisAsm tools, following opocode can process correctly

> ::00438FE5::  C705 AC044A00 3CEA4200   MOV DWORD PTR [4A04AC],42EA3C

> 

> but objdump parse it to 2 asm line:

> 438fe5:       c7 05 ac 04 4a 00 3c    movl   $0x42ea3c,0x4a04ac

> 438fec:       ea 42 00



This is AT&T syntax.  With -Mintel, I got



c7 05 ac 04 4a 00 3c ea 42 00     mov    DWORD PTR ds:0x4a04ac,0x42ea3c



-- 

You are receiving this mail because:

You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]