Geekboy

Untitled

Jun 12th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     ld  hl,lfsrseed1
  2.     ld  a,(hl)
  3.     rrca
  4.     ld  (hl),a
  5.     jp nc,+_
  6.     xor %00111000
  7.     ld  (hl),a
  8. _:
  9.     set 6,a
  10.  ret
Advertisement
Add Comment
Please, Sign In to add comment