This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM v7 Instruction Set Architecture Opcode Code

Hello,

I am working with some ARM hardware and I wrote a program in ARM Assembly. The ARM hardware that I am using requires the the program to be in HEX values and I found a website online that allowed me to convert the ARM Assembly language to HEX, the converter I used is 'x32 - ARM32/AArch32/ARMv7'. I would like to verify that the online converter works correctly so I have been looking online for an ARM Instruction Set Architecture document or manual for ARMv7.

I did find the manual for ARMv7 but I couldn't find the Opcode HEX values for the corresponding ARM assembly commands. I am been searching online but no luck.

Any advice? Or information about where I can find a chart, list, or document about ARM Assembly HEX opcodes?

Thanks,

David

Parents
  • Also, note that what you call "hex values" is just an hexadecimal representation of the machine code.

    If you have something that produces machine code, and view this code with an hexadecimal editor, you'll get the "hex values" of the code.
Reply
  • Also, note that what you call "hex values" is just an hexadecimal representation of the machine code.

    If you have something that produces machine code, and view this code with an hexadecimal editor, you'll get the "hex values" of the code.
Children
No data