Advertisement
Guest User

Untitled

a guest
Sep 17th, 2010
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 0000894c <__sync_add_and_fetch_4>:
  2. 894c: e92d40f8 push {r3, r4, r5, r6, r7, lr}
  3. 8950: e1a05000 mov r5, r0
  4. 8954: e59f6024 ldr r6, [pc, #36] ; 8980 <__sync_add_and_f
  5. etch_4+0x34>
  6. 8958: e1a07001 mov r7, r1
  7. 895c: e5950000 ldr r0, [r5]
  8. 8960: e1a02005 mov r2, r5
  9. 8964: e0874000 add r4, r7, r0
  10. 8968: e1a01004 mov r1, r4
  11. 896c: e12fff36 blx r6
  12. 8970: e3500000 cmp r0, #0
  13. 8974: 1afffff8 bne 895c <__sync_add_and_fetch_4+0x10>
  14. 8978: e1a00004 mov r0, r4
  15. 897c: e8bd80f8 pop {r3, r4, r5, r6, r7, pc}
  16. 8980: ffff0fc0 .word 0xffff0fc0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement