Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     mov $1, $0
  2.     mov $5, 0
  3. @loop_1:  
  4.     cmp $1, 0
  5.     bne >loop_2
  6.     lsl $5, $5, 1
  7.         and $3, $1, 1
  8.     ior $5, $5, $3
  9.     lsr $1, $1, 1
  10.     jmp >loop_1
  11. @loop_2:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement