Geekboy

Untitled

Mar 15th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ld de,savedid
  2. ld hl,newid
  3. ld bc,5
  4. _:
  5.  ld      a,(de)
  6.  cp      (hl)                  
  7.  jr      nz, wrong        
  8.  inc     hl
  9.  inc     de
  10.  djnz -_
Add Comment
Please, Sign In to add comment