Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. stp x29, x30, [sp, -272]!
  2. stp x0, x1, [sp, 16]
  3. stp x2, x3, [sp, 32]
  4. stp x4, x5, [sp, 48]
  5. stp x6, x7, [sp, 64]
  6. stp x8, x9, [sp, 80]
  7. stp x10, x11, [sp, 96]
  8. stp x12, x13, [sp, 112]
  9. stp x14, x15, [sp, 128]
  10. stp x16, x17, [sp, 144]
  11. stp x18, x19, [sp, 160]
  12. stp x20, x21, [sp, 176]
  13. stp x22, x23, [sp, 192]
  14. stp x24, x25, [sp, 208]
  15. stp x26, x27, [sp, 224]
  16. stp x28, x29, [sp, 240]
  17. stp x30, x31, [sp, 256]
  18. add x0, sp, 16
  19. bl printstek(DumpData*)
  20. ldp x29, x30, [sp], 272
  21. ret
  22.  
  23. struct DumpData
  24. {
  25. uint64_t x[32];
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement