Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ldr r0,index ;r0 = Address to index of currently selected item in storage box
  2. ldrb r0,[r0] ;r0 = Value of index of...
  3. ldr r1,=0x30 ;r1 = 0x30
  4. mul r10,r0,r1 ;r10 (AR Offset) = r0 * r1
  5. bx r14 ;return to code list
  6.  
  7. index:
  8. .word 0x0219DBF1
Add Comment
Please, Sign In to add comment