Advertisement
cheungtifan

Untitled

Nov 11th, 2012
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. _start:
  2.   movl $0x01, %eax
  3.   movl $0x8000, %edi
  4. L0:
  5.   subl $1, %edi
  6.   addl $1, %eax
  7.   cmpl %edi, $0
  8.   jnz L0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement