Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; hash_init(alg, context);
- hash_init:
- pop iy,de,bc
- push bc,de
- ld h, 9
- mlt hl
- ld bc, hash_func_lookup
- add hl, bc
- ld bc, 9
- ldir
- jp (iy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement