Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. .pos 0x10
  2. nop # 10
  3. halt # 00
  4.  
  5. .pos 0x20
  6. addq %rax, %rax # 6000
  7. halt # 00
  8.  
  9. .pos 0x30
  10. addq %rax, %rcx # 6001
  11. halt # 00
  12.  
  13. .pos 0x40
  14. addq %rax, %rdx # 6002
  15. halt # 00
  16.  
  17. .pos 0x50
  18. addq %rax, %rbx # 6003
  19. halt # 00
  20.  
  21. .pos 0x60
  22. jle 0xdaddad # 71ADDDDA0000000000
  23. halt # 00
  24.  
  25. .pos 0x70
  26. jl 0xdaddda # 72DADDDA0000000000
  27. halt # 00
  28.  
  29. .pos 0x80
  30. je 0xdaddad # 73ADDDDA0000000000
  31. halt # 00
  32.  
  33. .pos 0x90
  34. jne 0xdaddad # 74ADDDDA0000000000
  35. halt # 00
  36.  
  37. .pos 0x100
  38. jge 0xdaddad # 75ADDDDA0000000000
  39. halt # 00
  40.  
  41. .pos 0x110
  42. jg 0xdaddad # 76ADDDDA0000000000
  43. halt # 00
  44.  
  45. .pos 0x120
  46. cmovl %rax, %rax # 2200
  47. halt # 00
  48.  
  49. .pos 0x130
  50. cmovl %rax, %rcx # 2201
  51. halt # 00
  52.  
  53. .pos 0x140
  54. cmovl %rax, %rdx # 2202
  55. halt # 00
  56.  
  57. .pos 0x150
  58. ret # 90
  59. halt # 00
  60.  
  61. .pos 0x160
  62. call 0x1234567890123456 # 805634129078563412
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement