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