Advertisement
AnthonyCagliano

Untitled

Apr 7th, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ; hash_init(alg, context);
  2. hash_init:
  3. pop iy,de,bc
  4. push bc,de
  5. ld h, 9
  6. mlt hl
  7. ld bc, hash_func_lookup
  8. add hl, bc
  9. ld bc, 9
  10. ldir
  11. jp (iy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement