From: Yegor D. <yeg...@gm...> - 2014-10-05 16:03:38
|
On Sun, Oct 05, 2014 at 09:18:31PM +0800, Nguyen Anh Quynh wrote: > - can you confirm that you are using the latest code from the "next" > branch? Yes. Confirm for fe4822. > - what is the input hexcode for these 2 instructions? are they both in ARM > mode + little endian? $ LANG=C /usr/arm-linux-gnueabi/bin/objdump -d postincrement.o postincrement.o: file format elf32-littlearm Disassembly of section .text: 00000000 <.text>: 0: 000080f4 strdeq r8, [r0], -r4 4: 008080f4 strdeq r8, [r0], r4 Thanks for help. -- Yegor Derevenets |