Jump to content

2 posts in this topic

Recommended Posts

Posted (edited)

Those are called registers, they hold values.

The things before them are called instruction (example: STR R8, [R1, #0xC])

 

STR = the instruction (store)

R8 = A register that holds a value that is getting stored

R1 = a register which likely hold's a offset

#0xC = a variable that is holding a value for something

 

Together: STR (store) R8 (some value) into R1 + 0xC (offset + variable)

Updated by Ted2

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