Jump to content

2 posts in this topic

Recommended Posts

Posted (edited)

is it possible to convert arm instructions that are 32 bit to 64 bit

EXAMPLE - CMP     R0, R3 is a 32 bit arm instrucction

i want to know what CMP     R0, R3 is in 64 bit 

is it possible to convert it??


and  CMP     R0, R3 and the value in thumb hex is 9842

i want to find the 64 bit arm instruction with the same thumb hex value

 

or with the same arm hex value of 030050E1

Updated by Jbro129
Posted

There's no tool to convert ARMv7 to ARM64.

 

If I know correctly, "R" in ARM64 is "W".

 

So that would be CMP W0, W3

 

Not 100% sure though.

 

You can convert ARM64 instructions to hex here: http://armconverter.com

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines