Advertisement
Guest User

Untitled

a guest
Sep 9th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 1fffff00 <__interrupt_vector_table>:
  2. 1fffff00: 20000300 andcs r0, r0, r0, lsl #6
  3. 1fffff04: 1fffffc1 svcne 0x00ffffc1
  4. 1fffff08: 1ffffff4 svcne 0x00fffff4
  5. 1fffff0c: 1ffffff6 svcne 0x00fffff6
  6. ...
  7. 1fffff2c: 1ffffff8 svcne 0x00fffff8
  8. ...
  9. 1fffff38: 1ffffffa svcne 0x00fffffa
  10. 1fffff3c: 1ffffffc svcne 0x00fffffc
  11. ...
  12. 1fffff54: 1ffffffe svcne 0x00fffffe
  13. 1fffff58: 1ffffffe svcne 0x00fffffe
  14. 1fffff5c: 1ffffffe svcne 0x00fffffe
  15. 1fffff60: 1ffffffe svcne 0x00fffffe
  16. 1fffff64: 00000000 andeq r0, r0, r0
  17. 1fffff68: 1ffffffe svcne 0x00fffffe
  18. 1fffff6c: 00000000 andeq r0, r0, r0
  19. 1fffff70: 1ffffffe svcne 0x00fffffe
  20. ...
  21. 1fffff7c: 1ffffffe svcne 0x00fffffe
  22. 1fffff80: 1ffffffe svcne 0x00fffffe
  23. 1fffff84: 1ffffffe svcne 0x00fffffe
  24. 1fffff88: 00000000 andeq r0, r0, r0
  25. 1fffff8c: 1ffffffe svcne 0x00fffffe
  26. 1fffff90: 1ffffffe svcne 0x00fffffe
  27. 1fffff94: 1ffffffe svcne 0x00fffffe
  28. 1fffff98: 2000001d andcs r0, r0, sp, lsl r0
  29. 1fffff9c: 1ffffffe svcne 0x00fffffe
  30. 1fffffa0: 1ffffffe svcne 0x00fffffe
  31. 1fffffa4: 1ffffffe svcne 0x00fffffe
  32. 1fffffa8: 00000000 andeq r0, r0, r0
  33. 1fffffac: 1ffffffe svcne 0x00fffffe
  34. 1fffffb0: 1ffffffe svcne 0x00fffffe
  35. 1fffffb4: 1ffffffe svcne 0x00fffffe
  36. ...
  37.  
  38. 1fffffc0 <Reset_Handler>:
  39. 1fffffc0: 480f ldr r0, [pc, #60] ; (20000000 <ACMP0_IRQHandler+0x2>)
  40. 1fffffc2: 490f ldr r1, [pc, #60] ; (20000000 <ACMP0_IRQHandler+0x2>)
  41. 1fffffc4: 4a0e ldr r2, [pc, #56] ; (20000000 <ACMP0_IRQHandler+0x2>)
  42. 1fffffc6: 4b0e ldr r3, [pc, #56] ; (20000000 <ACMP0_IRQHandler+0x2>)
  43. 1fffffc8: 4c0d ldr r4, [pc, #52] ; (20000000 <ACMP0_IRQHandler+0x2>)
  44. 1fffffca: 4d0d ldr r5, [pc, #52] ; (20000000 <ACMP0_IRQHandler+0x2>)
  45. 1fffffcc: 4e0c ldr r6, [pc, #48] ; (20000000 <ACMP0_IRQHandler+0x2>)
  46. 1fffffce: 4f0c ldr r7, [pc, #48] ; (20000000 <ACMP0_IRQHandler+0x2>)
  47. 1fffffd0: 480c ldr r0, [pc, #48] ; (20000004 <ACMP0_IRQHandler+0x6>)
  48. 1fffffd2: 490d ldr r1, [pc, #52] ; (20000008 <ACMP0_IRQHandler+0xa>)
  49. 1fffffd4: 6001 str r1, [r0, #0]
  50. 1fffffd6: 480d ldr r0, [pc, #52] ; (2000000c <ACMP0_IRQHandler+0xe>)
  51. 1fffffd8: 490d ldr r1, [pc, #52] ; (20000010 <ACMP0_IRQHandler+0x12>)
  52. 1fffffda: 4a09 ldr r2, [pc, #36] ; (20000000 <ACMP0_IRQHandler+0x2>)
  53.  
  54. 1fffffdc <_startup_bss_cp>:
  55. 1fffffdc: 2900 cmp r1, #0
  56. 1fffffde: d001 beq.n 1fffffe4 <_startup_end_bss>
  57. 1fffffe0: 600a str r2, [r1, #0]
  58. 1fffffe2: e7fb b.n 1fffffdc <_startup_bss_cp>
  59.  
  60. 1fffffe4 <_startup_end_bss>:
  61. 1fffffe4: 480b ldr r0, [pc, #44] ; (20000014 <ACMP0_IRQHandler+0x16>)
  62. 1fffffe6: 4906 ldr r1, [pc, #24] ; (20000000 <ACMP0_IRQHandler+0x2>)
  63. 1fffffe8: 6001 str r1, [r0, #0]
  64. 1fffffea: 4905 ldr r1, [pc, #20] ; (20000000 <ACMP0_IRQHandler+0x2>)
  65. 1fffffec: 4a04 ldr r2, [pc, #16] ; (20000000 <ACMP0_IRQHandler+0x2>)
  66. 1fffffee: 480a ldr r0, [pc, #40] ; (20000018 <ACMP0_IRQHandler+0x1a>)
  67. 1ffffff0: 4780 blx r0
  68. 1ffffff2: e7fe b.n 1ffffff2 <_startup_end_bss+0xe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement