Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. .section .mysection,"axw"
  2. .globl _start
  3. .type _start, @function
  4. _start:
  5. mov $_start, %rbx
  6. mov $0xFF31483CB0C03148, %rax
  7. movw $0x050f, 8(%rbx)
  8. movq %rax, (%rbx)
  9. jmp _start;
  10. .size start, .-start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement