View Single Post
Posts: 7 | Thanked: 0 times | Joined on Jun 2010
#1
Hello, I bought this bookand went without reading it for a while. But recently, I started reading it again and wished to use it to practice on my N810 Wimax. Then, I realized that the book strictly covers the x86 architecture i.e. the assembly instructions outputted from objdump and gdb are assembly from the x86 architecture and therefore the arm architecture assembly shown on my n810 doesnt make sense to me since im used to x86.

So my question is: is there some way that the assembly can be outputted as x86 instructions? I do realize that what I'm asking is probably impossible, so a follow-up question would be: What would be a good way to "migrate" from x86 to arm assembly?

Any help is appreciated!