Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
1,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .thumb
  2. .equ qq_bag, 0x080143D4
  3. .equ flag_check, 0x0806E6D0
  4. .equ loc_8014428, 0x08014428
  5. .equ off_8014410, 0x08014410
  6.  
  7. .equ loc, qq_bag
  8. .equ checkflag, flag_check
  9. .equ useitem, loc_8014428
  10. .equ flag, off_8014410
  11.  
  12. main:
  13. ldr r0, [pc, #flag-(loc+4)]
  14. bl +checkflag-loc
  15. beq +useitem-loc
  16. NOP
  17. NOP
  18.  
  19. /*place flag number at 08014410*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement