You will have to learn what does assembly ldr (or Load) instruction do, and how does r0 interact with the bx lr instruction.Hi, could you please help me modding my game?
i find this hex code 48 00 90 E5 1E FF 2F E1 with this instruction :
ldr r0, [r0, #0x48]
bx lr
so can i change this ?
Sorry again i am just noob and i am trying my best to learn thanks
Sure and thank you againYou will have to learn what does assembly ldr (or Load) instruction do, and how does r0 interact with the bx lr instruction.