Advertisement
AnthonyCagliano

Untitled

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