Guest User

Untitled

a guest
Nov 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. mov ecx,[month]
  2. mov edx,[year]
  3. cmp ecx,3
  4. sbb edx,0
  5. mov ecx,[.monthdata+ecx*4-4]
  6. mov eax,edx
  7. imul edx,0A3D8h
  8. shr edx,22
  9. add ecx,[day]
  10. add ecx,eax
  11. shr eax,2
  12. add eax,ecx
  13. sub eax,edx
  14. shr edx,2
  15. add eax,edx
  16. mov ecx,eax
  17. mov edx,24924925h
  18. mul edx
  19. mov eax,ecx
  20. lea ecx,[edx+edx*2]
  21. lea edx,[ecx+edx*4]
  22. sub eax,edx
  23.  
  24. .monthdata dd 0,3,2,5,0,3,5,1,4,6,2,4
Add Comment
Please, Sign In to add comment