Jump to content

ARM assembly help


Go to solution Solved by Guest,

6 posts in this topic

Recommended Posts

Posted (edited)

Is it possible to convert MUL R0, #0x20 to hex?

 

a guy in another foum said to me that i must use that instruction for multiply but armconverter.com could not convert it

MOV R0, #0xFF
MUL R0, #0x20
BX LR
Updated by evildog1
Posted (edited)

mov r0, #0xff

mov r1, #0x20

mul r0, r0, r1

bx lr

thanks. i had used this instruction before but i forgot it. and the function had enough space so i can put this instructions in it

Updated by evildog1

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